mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
Update to 0.29 and modify packing list to ensure
that the port cleans up after itself upon deinstall.
This commit is contained in:
parent
043ac6e098
commit
d372fc276b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265264
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= MooseX-Storage
|
||||
PORTVERSION= 0.28
|
||||
PORTVERSION= 0.29
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -19,7 +19,6 @@ BUILD_DEPENDS= p5-Moose>=0.99:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-Test-JSON>=0.06:${PORTSDIR}/devel/p5-Test-JSON \
|
||||
p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
|
||||
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
p5-Test-TempDir>=0.02:${PORTSDIR}/devel/p5-Test-TempDir \
|
||||
p5-String-RewritePrefix>=0.004:${PORTSDIR}/textproc/p5-String-RewritePrefix
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (MooseX-Storage-0.28.tar.gz) = 7394221ba252b38d435446c61b9c70c5
|
||||
SHA256 (MooseX-Storage-0.28.tar.gz) = 9be94a2cfadfa8e3526b3790f754d3dac543105b93bcc37fcc161e9be90eddea
|
||||
SIZE (MooseX-Storage-0.28.tar.gz) = 45816
|
||||
SHA256 (MooseX-Storage-0.29.tar.gz) = 18e7fff549f08f95daae460ca703d2ab35d40f5a0b39d755454890420d4642f3
|
||||
SIZE (MooseX-Storage-0.29.tar.gz) = 45843
|
||||
|
@ -30,5 +30,6 @@
|
||||
@dirrmtry %%SITE_PERL%%/MooseX/Storage/Engine
|
||||
@dirrmtry %%SITE_PERL%%/MooseX/Storage/Base
|
||||
@dirrmtry %%SITE_PERL%%/MooseX/Storage
|
||||
@dirrmtry %%SITE_PERL%%/MooseX
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Storage
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX
|
||||
|
Loading…
Reference in New Issue
Block a user