mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
deskutils/plans: fix known bug
Bug: https://groups.google.com/forum/#!topic/planscalendar/svYVlr7gJp0 PR: 197370 Submitted by: Benjamin Stier <ben@unpatched.de>
This commit is contained in:
parent
ebdef9ca0e
commit
9662d23ae2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378914
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= plans
|
||||
PORTVERSION= 8.2.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= deskutils www
|
||||
MASTER_SITES= http://www.planscalendar.com/release/:plans \
|
||||
http://www.planscalendar.com/addons/:addons \
|
||||
|
11
deskutils/plans/files/patch-Time_Normalize.pm
Normal file
11
deskutils/plans/files/patch-Time_Normalize.pm
Normal file
@ -0,0 +1,11 @@
|
||||
--- Time/Normalize.pm.orig 2015-02-06 12:35:41 UTC
|
||||
+++ Time/Normalize.pm
|
||||
@@ -126,7 +126,7 @@ sub _setup_locale
|
||||
eval
|
||||
{
|
||||
require I18N::Langinfo;
|
||||
- I18N::Langinfo->import qw(langinfo);
|
||||
+ I18N::Langinfo->import (qw(langinfo));
|
||||
@Mon_Name = map langinfo($_), (
|
||||
I18N::Langinfo::MON_1(),
|
||||
I18N::Langinfo::MON_2(),
|
@ -438,3 +438,4 @@
|
||||
%%WWWDIR%%/us_english.pl
|
||||
%%WWWDIR%%/us_english_utf8.pl
|
||||
%%WWWDIR%%/zh_tw.pl
|
||||
@dir %%WWWDIR%%/sessions
|
||||
|
Loading…
Reference in New Issue
Block a user