- Update to 0.14
- Fix *_DEPENDS Changes: http://search.cpan.org/dist/Unix-Passwd-File/Changes
This commit is contained in:
parent
ac3cfd4a18
commit
c858b4b779
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380694
2 changed files with 15 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue