Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Feb 2015 07:31:20 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378914 - in head/deskutils/plans: . files
Message-ID:  <201502130731.t1D7VKe2000730@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Fri Feb 13 07:31:19 2015
New Revision: 378914
URL: https://svnweb.freebsd.org/changeset/ports/378914
QAT: https://qat.redports.org/buildarchive/r378914/

Log:
  deskutils/plans: fix known bug
  
  Bug:
  https://groups.google.com/forum/#!topic/planscalendar/svYVlr7gJp0
  
  PR:		197370
  Submitted by:	Benjamin Stier <ben@unpatched.de>

Added:
  head/deskutils/plans/files/patch-Time_Normalize.pm   (contents, props changed)
Modified:
  head/deskutils/plans/Makefile
  head/deskutils/plans/pkg-plist

Modified: head/deskutils/plans/Makefile
==============================================================================
--- head/deskutils/plans/Makefile	Fri Feb 13 06:59:56 2015	(r378913)
+++ head/deskutils/plans/Makefile	Fri Feb 13 07:31:19 2015	(r378914)
@@ -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 \

Added: head/deskutils/plans/files/patch-Time_Normalize.pm
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/plans/files/patch-Time_Normalize.pm	Fri Feb 13 07:31:19 2015	(r378914)
@@ -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(),

Modified: head/deskutils/plans/pkg-plist
==============================================================================
--- head/deskutils/plans/pkg-plist	Fri Feb 13 06:59:56 2015	(r378913)
+++ head/deskutils/plans/pkg-plist	Fri Feb 13 07:31:19 2015	(r378914)
@@ -438,3 +438,4 @@
 %%WWWDIR%%/us_english.pl
 %%WWWDIR%%/us_english_utf8.pl
 %%WWWDIR%%/zh_tw.pl
+@dir %%WWWDIR%%/sessions



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502130731.t1D7VKe2000730>