Date: Tue, 14 Apr 2009 21:20:58 +0900 (JST) From: TERAMOTO Masahiro <markun@onohara.to> To: FreeBSD-gnats-submit@FreeBSD.org Cc: sumikawa@FreeBSD.org Subject: ports/133724: [PATCH] textproc/p5-Plagger: enable PRSJPNDATE OPTION Message-ID: <20090414122058.E50F52845C@gate.onohara.to> Resent-Message-ID: <200904141230.n3ECU1oI081034@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 133724 >Category: ports >Synopsis: [PATCH] textproc/p5-Plagger: enable PRSJPNDATE OPTION >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 14 12:30:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: TERAMOTO Masahiro >Release: FreeBSD 6.4-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD gate.onohara.to 6.4-RELEASE-p1 FreeBSD 6.4-RELEASE-p1 #0: Sun Dec 21 07:56:41 UTC 2008 >Description: - enable PRSJPNDATE OPTION it depends on japanese/p5-DateTime-Format-Japanese Ports maintainer (sumikawa@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Plagger-0.7.17_4.patch begins here --- diff -ruN --exclude=CVS /usr/ports/textproc/p5-Plagger/Makefile /home/markun/work/ports/p5-Plagger/Makefile --- /usr/ports/textproc/p5-Plagger/Makefile 2009-01-15 03:42:14.000000000 +0900 +++ /home/markun/work/ports/p5-Plagger/Makefile 2009-04-14 21:12:04.000000000 +0900 @@ -7,7 +7,7 @@ PORTNAME= Plagger PORTVERSION= 0.7.17 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/M/MI/MIYAGAWA @@ -104,8 +104,7 @@ SUMMARYENG "Summary-English Support" off \ SUMJPN "Summary::Japanes" off \ SUMTEXTORG "Summary-TextOriginal Support" off \ -# The below are not supported yet due to lack of depending ports -# PRSJPNDATE "Parse Japanese datetime format" off \ + PRSJPNDATE "Parse Japanese datetime format" off .include <bsd.port.pre.mk> @@ -373,6 +372,10 @@ BUILD_DEPENDS+= ${SITE_PERL}/Text/Original.pm:${PORTSDIR}/textproc/p5-Text-Original .endif +.if defined(WITH_PRSJPNDATE) +BUILD_DEPENDS+= ${SITE_PERL}/DateTime/Format/Japanese.pm:${PORTSDIR}/japanese/p5-DateTime-Format-Japanese +.endif + RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes --- p5-Plagger-0.7.17_4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090414122058.E50F52845C>