- Update to 0.31
Changes: http://search.cpan.org/dist/Package-Stash/Changes
This commit is contained in:
parent
937523c44a
commit
ed30291a37
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279676
2 changed files with 13 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Package-Stash
|
||||
PORTVERSION= 0.30
|
||||
PORTVERSION= 0.31
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:DOY
|
||||
|
@ -19,19 +19,26 @@ LICENSE= ART20 GPLv1
|
|||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= \
|
||||
p5-Dist-CheckConflicts>=0.02:${PORTSDIR}/devel/p5-Dist-CheckConflicts \
|
||||
p5-Package-DeprecationManager>=0:${PORTSDIR}/devel/p5-Package-DeprecationManager \
|
||||
p5-Package-Stash-XS>=0.22:${PORTSDIR}/devel/p5-Package-Stash-XS
|
||||
RUN_DEPENDS= \
|
||||
p5-Dist-CheckConflicts>=0.02:${PORTSDIR}/devel/p5-Dist-CheckConflicts \
|
||||
p5-Package-DeprecationManager>=0:${PORTSDIR}/devel/p5-Package-DeprecationManager \
|
||||
p5-Package-Stash-XS>=0.22:${PORTSDIR}/devel/p5-Package-Stash-XS
|
||||
|
||||
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
|
||||
p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \
|
||||
p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
|
||||
p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Package::Stash.3 \
|
||||
Package::Stash::PP.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501001
|
||||
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Package-Stash-0.30.tar.gz) = 06ff95018531329c80432211e2625daa7ed0af887121c0c17bec1a5d9341d278
|
||||
SIZE (Package-Stash-0.30.tar.gz) = 29516
|
||||
SHA256 (Package-Stash-0.31.tar.gz) = dd680af2367b0d0d504fc195b3157ca111fd1d13cfbf3dcb82f225e2eb8ab554
|
||||
SIZE (Package-Stash-0.31.tar.gz) = 29982
|
||||
|
|
Loading…
Reference in a new issue