From owner-svn-ports-all@FreeBSD.ORG Fri Feb 13 07:31:21 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F7871EC; Fri, 13 Feb 2015 07:31:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6230D692; Fri, 13 Feb 2015 07:31:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1D7VL61000733; Fri, 13 Feb 2015 07:31:21 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1D7VKe2000730; Fri, 13 Feb 2015 07:31:20 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201502130731.t1D7VKe2000730@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 13 Feb 2015 07:31:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378914 - in head/deskutils/plans: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2015 07:31:21 -0000 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 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