Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2013 11:03:05 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330289 - head/www/p5-CGI-Expand
Message-ID:  <201310141103.r9EB35MP039136@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Oct 14 11:03:05 2013
New Revision: 330289
URL: http://svnweb.freebsd.org/changeset/ports/330289

Log:
  - Update to 2.04
  - Add LICENSE
  - Fix *_DEPENDS
  - Support STAGEDIR
  - Take maintainership
  
  Changes:	http://search.cpan.org/dist/CGI-Expand/Changes

Modified:
  head/www/p5-CGI-Expand/Makefile
  head/www/p5-CGI-Expand/distinfo   (contents, props changed)
  head/www/p5-CGI-Expand/pkg-plist   (contents, props changed)

Modified: head/www/p5-CGI-Expand/Makefile
==============================================================================
--- head/www/p5-CGI-Expand/Makefile	Mon Oct 14 11:03:00 2013	(r330288)
+++ head/www/p5-CGI-Expand/Makefile	Mon Oct 14 11:03:05 2013	(r330289)
@@ -2,21 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	CGI-Expand
-PORTVERSION=	2.03
+PORTVERSION=	2.04
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Convert flat hash to nested data using TT2's dot convention
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Convert flat hash to nested data using TT2 dot convention
 
-BUILD_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
 
-USES=		perl5
-USE_PERL5=	configure
+TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
 
-MAN3=	CGI::Expand.3
+USE_PERL5=	configure
+USES=		perl5
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/www/p5-CGI-Expand/distinfo
==============================================================================
--- head/www/p5-CGI-Expand/distinfo	Mon Oct 14 11:03:00 2013	(r330288)
+++ head/www/p5-CGI-Expand/distinfo	Mon Oct 14 11:03:05 2013	(r330289)
@@ -1,2 +1,2 @@
-SHA256 (CGI-Expand-2.03.tar.gz) = e183fcded5e4b2099b85811ca27386fcf713a288ecb290518ccb5b5f858ea95c
-SIZE (CGI-Expand-2.03.tar.gz) = 8913
+SHA256 (CGI-Expand-2.04.tar.gz) = de527c87c7b317ab35d873ff39dd894d19d2a3cf970f3830bce7d34ae6de624a
+SIZE (CGI-Expand-2.04.tar.gz) = 9551

Modified: head/www/p5-CGI-Expand/pkg-plist
==============================================================================
--- head/www/p5-CGI-Expand/pkg-plist	Mon Oct 14 11:03:00 2013	(r330288)
+++ head/www/p5-CGI-Expand/pkg-plist	Mon Oct 14 11:03:05 2013	(r330289)
@@ -1,5 +1,6 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Expand/.packlist
 %%SITE_PERL%%/CGI/Expand.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Expand/.packlist
+%%PERL5_MAN3%%/CGI::Expand.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Expand
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI
 @dirrmtry %%SITE_PERL%%/CGI



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