Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2013 18:14:53 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332754 - head/japanese/p5-DateTime-Calendar-Japanese-Era
Message-ID:  <201311041814.rA4IEr7A081288@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Nov  4 18:14:53 2013
New Revision: 332754
URL: http://svnweb.freebsd.org/changeset/ports/332754

Log:
  - Add LICENSE
  - Convert to STAGEDIR
  - Fix plist

Modified:
  head/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile
  head/japanese/p5-DateTime-Calendar-Japanese-Era/pkg-descr
  head/japanese/p5-DateTime-Calendar-Japanese-Era/pkg-plist   (contents, props changed)

Modified: head/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile
==============================================================================
--- head/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile	Mon Nov  4 18:10:36 2013	(r332753)
+++ head/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile	Mon Nov  4 18:14:53 2013	(r332754)
@@ -10,6 +10,9 @@ MASTER_SITES=	CPAN
 MAINTAINER=	markun@onohara.to
 COMMENT=	DateTime Extension for Japanese Eras
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
 		p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
 		p5-Module-Install>=0.91:${PORTSDIR}/devel/p5-Module-Install \
@@ -23,9 +26,6 @@ TEST_DEPENDS=	p5-YAML>=0:${PORTSDIR}/tex
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		DateTime::Calendar::Japanese::Era.3
-
-NO_STAGE=	yes
 post-patch:
 	@${RM} -rf ${WRKSRC}/inc
 

Modified: head/japanese/p5-DateTime-Calendar-Japanese-Era/pkg-descr
==============================================================================
--- head/japanese/p5-DateTime-Calendar-Japanese-Era/pkg-descr	Mon Nov  4 18:10:36 2013	(r332753)
+++ head/japanese/p5-DateTime-Calendar-Japanese-Era/pkg-descr	Mon Nov  4 18:14:53 2013	(r332754)
@@ -4,4 +4,4 @@ succeeds his predecessor. Until then new
 various reasons, including the succession of the shogunate during the
 Tokugawa shogunate.
 
-WWW:	http://search.cpan.org/dist/DateTime-Calendar-Japanese-Era/
+WWW: http://search.cpan.org/dist/DateTime-Calendar-Japanese-Era/

Modified: head/japanese/p5-DateTime-Calendar-Japanese-Era/pkg-plist
==============================================================================
--- head/japanese/p5-DateTime-Calendar-Japanese-Era/pkg-plist	Mon Nov  4 18:10:36 2013	(r332753)
+++ head/japanese/p5-DateTime-Calendar-Japanese-Era/pkg-plist	Mon Nov  4 18:14:53 2013	(r332754)
@@ -2,10 +2,7 @@
 %%SITE_PERL%%/auto/share/module/DateTime-Calendar-Japanese-Era/eras.yaml
 %%SITE_PERL%%/auto/share/module/DateTime-Calendar-Japanese-Era/south-eras.yaml
 %%SITE_PERL%%/DateTime/Calendar/Japanese/Era.pm
-@dirrmtry %%SITE_PERL%%/auto/DateTime/Calendar/Japanese/Era
-@dirrmtry %%SITE_PERL%%/auto/DateTime/Calendar/Japanese
-@dirrmtry %%SITE_PERL%%/auto/DateTime/Calendar
-@dirrmtry %%SITE_PERL%%/auto/DateTime
+%%PERL5_MAN3%%/DateTime::Calendar::Japanese::Era.3.gz
 @dirrmtry %%SITE_PERL%%/auto/share/module/DateTime-Calendar-Japanese-Era
 @dirrmtry %%SITE_PERL%%/auto/share/module
 @dirrmtry %%SITE_PERL%%/auto/share



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