svn commit: r386257 - head/lang/p5-signatures

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed May 13 19:02:19 UTC 2015


Author: sunpoet
Date: Wed May 13 19:02:18 2015
New Revision: 386257
URL: https://svnweb.freebsd.org/changeset/ports/386257

Log:
  - Update to 0.12
  - Add LICENSE
  - Sort *_DEPENDS
  
  Changes:	http://search.cpan.org/dist/signatures/Changes

Modified:
  head/lang/p5-signatures/Makefile
  head/lang/p5-signatures/distinfo

Modified: head/lang/p5-signatures/Makefile
==============================================================================
--- head/lang/p5-signatures/Makefile	Wed May 13 19:02:13 2015	(r386256)
+++ head/lang/p5-signatures/Makefile	Wed May 13 19:02:18 2015	(r386257)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	signatures
-PORTVERSION=	0.11
+PORTVERSION=	0.12
 CATEGORIES=	lang perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:ETHER
@@ -10,11 +10,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Subroutine signatures for Perl with no source filter
 
-BUILD_DEPENDS=	p5-B-Hooks-OP-Check>=0.18:${PORTSDIR}/devel/p5-B-Hooks-OP-Check \
-		p5-B-Hooks-Parser>=0.07:${PORTSDIR}/devel/p5-B-Hooks-Parser \
-		p5-B-Hooks-OP-PPAddr>0:${PORTSDIR}/devel/p5-B-Hooks-OP-PPAddr \
-		p5-ExtUtils-Depends>=0.302:${PORTSDIR}/devel/p5-ExtUtils-Depends \
-		p5-B-Hooks-EndOfScope>=0.08:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-B-Hooks-EndOfScope>=0.08:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope \
+		p5-B-Hooks-OP-Check>=0.17:${PORTSDIR}/devel/p5-B-Hooks-OP-Check \
+		p5-B-Hooks-OP-PPAddr>=0.03:${PORTSDIR}/devel/p5-B-Hooks-OP-PPAddr \
+		p5-B-Hooks-Parser>=0.12:${PORTSDIR}/devel/p5-B-Hooks-Parser \
+		p5-ExtUtils-Depends>=0.302:${PORTSDIR}/devel/p5-ExtUtils-Depends
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5

Modified: head/lang/p5-signatures/distinfo
==============================================================================
--- head/lang/p5-signatures/distinfo	Wed May 13 19:02:13 2015	(r386256)
+++ head/lang/p5-signatures/distinfo	Wed May 13 19:02:18 2015	(r386257)
@@ -1,2 +1,2 @@
-SHA256 (signatures-0.11.tar.gz) = 36a636ff125f89a8e9582a7bb649a49b2fba39a64ecd7f7dd29337ee150e7231
-SIZE (signatures-0.11.tar.gz) = 75614
+SHA256 (signatures-0.12.tar.gz) = 9dafd6462c1d820a7720d2c201aec502fa2746434068526f22cda4c1c2c7db09
+SIZE (signatures-0.12.tar.gz) = 78277


More information about the svn-ports-all mailing list