svn commit: r380694 - head/security/p5-Unix-Passwd-File

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 7 13:50:28 UTC 2015


Author: sunpoet
Date: Sat Mar  7 13:50:27 2015
New Revision: 380694
URL: https://svnweb.freebsd.org/changeset/ports/380694
QAT: https://qat.redports.org/buildarchive/r380694/

Log:
  - Update to 0.14
  - Fix *_DEPENDS
  
  Changes:	http://search.cpan.org/dist/Unix-Passwd-File/Changes

Modified:
  head/security/p5-Unix-Passwd-File/Makefile
  head/security/p5-Unix-Passwd-File/distinfo

Modified: head/security/p5-Unix-Passwd-File/Makefile
==============================================================================
--- head/security/p5-Unix-Passwd-File/Makefile	Sat Mar  7 13:50:21 2015	(r380693)
+++ head/security/p5-Unix-Passwd-File/Makefile	Sat Mar  7 13:50:27 2015	(r380694)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Unix-Passwd-File
-PORTVERSION=	0.12
-PORTREVISION=	1
+PORTVERSION=	0.14
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -16,8 +15,11 @@ LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-Crypt-Password-Util>=0.06:${PORTSDIR}/security/p5-Crypt-Password-Util \
 		p5-File-Flock>=0:${PORTSDIR}/devel/p5-File-Flock \
-		p5-Log-Any>=0:${PORTSDIR}/devel/p5-Log-Any
+		p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
+		p5-Log-Any-IfLOG>=0:${PORTSDIR}/devel/p5-Log-Any-IfLOG \
+		p5-Rinci>=0:${PORTSDIR}/devel/p5-Rinci
 RUN_DEPENDS:=	${BUILD_DEPENDS}
+BUILD_DEPENDS+=	p5-Perl-osnames>=0.09:${PORTSDIR}/devel/p5-Perl-osnames
 TEST_DEPENDS=	p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive \
 		p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
 		p5-File-chdir>=0:${PORTSDIR}/devel/p5-File-chdir
@@ -25,4 +27,11 @@ TEST_DEPENDS=	p5-File-Copy-Recursive>=0:
 USES=		perl5
 USE_PERL5=	configure
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 502000
+BUILD_DEPENDS+=	p5-experimental>=0:${PORTSDIR}/devel/p5-experimental
+RUN_DEPENDS+=	p5-experimental>=0:${PORTSDIR}/devel/p5-experimental
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/security/p5-Unix-Passwd-File/distinfo
==============================================================================
--- head/security/p5-Unix-Passwd-File/distinfo	Sat Mar  7 13:50:21 2015	(r380693)
+++ head/security/p5-Unix-Passwd-File/distinfo	Sat Mar  7 13:50:27 2015	(r380694)
@@ -1,2 +1,2 @@
-SHA256 (Unix-Passwd-File-0.12.tar.gz) = 29bee38eb238940a7ca26af377cc929fe3e6cc76f58591e209b373d4c92b1c92
-SIZE (Unix-Passwd-File-0.12.tar.gz) = 35015
+SHA256 (Unix-Passwd-File-0.14.tar.gz) = b707932934edf38da469084a6f3516c0e6e8996af7ecb9722be5cbda2a22bea8
+SIZE (Unix-Passwd-File-0.14.tar.gz) = 34902


More information about the svn-ports-head mailing list