diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-07 21:50:27 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-07 21:50:27 +0800 |
commit | c5e6abbf9be9d046d12a47690f4d2650edb11055 (patch) | |
tree | 9161212190a44bc1dba59eb34446346cd9deb945 /security | |
parent | b068ddbe71de4e75f5d347f6942ce7e71fdfe7fa (diff) | |
download | freebsd-ports-gnome-c5e6abbf9be9d046d12a47690f4d2650edb11055.tar.gz freebsd-ports-gnome-c5e6abbf9be9d046d12a47690f4d2650edb11055.tar.zst freebsd-ports-gnome-c5e6abbf9be9d046d12a47690f4d2650edb11055.zip |
- Update to 0.14
- Fix *_DEPENDS
Changes: http://search.cpan.org/dist/Unix-Passwd-File/Changes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Unix-Passwd-File/Makefile | 17 | ||||
-rw-r--r-- | security/p5-Unix-Passwd-File/distinfo | 4 |
2 files changed, 15 insertions, 6 deletions
diff --git a/security/p5-Unix-Passwd-File/Makefile b/security/p5-Unix-Passwd-File/Makefile index 75ee77bff2ef..d931f04ff3ff 100644 --- a/security/p5-Unix-Passwd-File/Makefile +++ b/security/p5-Unix-Passwd-File/Makefile @@ -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:${PORTSDIR}/devel/p5-File-Copy-Recursive 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> diff --git a/security/p5-Unix-Passwd-File/distinfo b/security/p5-Unix-Passwd-File/distinfo index b1b47d13d489..cc7abc3bc25f 100644 --- a/security/p5-Unix-Passwd-File/distinfo +++ b/security/p5-Unix-Passwd-File/distinfo @@ -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 |