svn commit: r305928 - head/devel/p5-Test-Compile

Frederic Culot culot at FreeBSD.org
Mon Oct 15 18:36:13 UTC 2012


Author: culot
Date: Mon Oct 15 18:36:12 2012
New Revision: 305928
URL: http://svn.freebsd.org/changeset/ports/305928

Log:
  - Update to 0.21
  - Add LICENSE (Artistic 1 & GPL 1)
  - Take maintainership
  
  Changes:	http://search.cpan.org/dist/Test-Compile/Changes
  Feature safe:	yes

Modified:
  head/devel/p5-Test-Compile/Makefile
  head/devel/p5-Test-Compile/distinfo

Modified: head/devel/p5-Test-Compile/Makefile
==============================================================================
--- head/devel/p5-Test-Compile/Makefile	Mon Oct 15 17:13:44 2012	(r305927)
+++ head/devel/p5-Test-Compile/Makefile	Mon Oct 15 18:36:12 2012	(r305928)
@@ -2,15 +2,18 @@
 # $FreeBSD$
 
 PORTNAME=	Test-Compile
-PORTVERSION=	0.20
+PORTVERSION=	0.21
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:EGILES
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	culot at FreeBSD.org
 COMMENT=	Check whether Perl module files compile correctly
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Devel-CheckOS>=0:${PORTSDIR}/devel/p5-Devel-CheckOS \
 		p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require
 RUN_DEPENDS:=	${BUILD_DEPENDS}

Modified: head/devel/p5-Test-Compile/distinfo
==============================================================================
--- head/devel/p5-Test-Compile/distinfo	Mon Oct 15 17:13:44 2012	(r305927)
+++ head/devel/p5-Test-Compile/distinfo	Mon Oct 15 18:36:12 2012	(r305928)
@@ -1,2 +1,2 @@
-SHA256 (Test-Compile-0.20.tar.gz) = 61ea7fd9c647d54cfa2e1c05c0a0742785ca63ca763c6f041824c13b23b1ecbc
-SIZE (Test-Compile-0.20.tar.gz) = 13200
+SHA256 (Test-Compile-0.21.tar.gz) = 52b8004cc1d4bffcd095b90d0bba9ef86d91d3085e33b70c15c5e9345df2eba7
+SIZE (Test-Compile-0.21.tar.gz) = 13398


More information about the svn-ports-all mailing list