- Update to 1.35
- Support STAGEDIR Changes: http://search.cpan.org/dist/Test-File/Changes
This commit is contained in:
parent
60f535dc9f
commit
2af45881f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330140
3 changed files with 4 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Test-File
|
||||
PORTVERSION= 1.34
|
||||
PORTVERSION= 1.35
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -18,7 +18,4 @@ TEST_DEPENDS= p5-Test-Manifest>=1.14:${PORTSDIR}/devel/p5-Test-Manifest
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Test::File.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Test-File-1.34.tar.gz) = 5c69fc2fbeb990866d8940734a3f5e1e37a312fde20d45e15f396f81b3eceeab
|
||||
SIZE (Test-File-1.34.tar.gz) = 18771
|
||||
SHA256 (Test-File-1.35.tar.gz) = 2e664248a4cd10fd151434f5db3354c2f97ee1a7c28a00a6e7d28996d312e3c8
|
||||
SIZE (Test-File-1.35.tar.gz) = 18264
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
%%SITE_PERL%%/Test/File.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/File/.packlist
|
||||
%%PERL5_MAN3%%/Test::File.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/File
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
|
||||
@dirrmtry %%SITE_PERL%%/Test
|
||||
|
|
Loading…
Reference in a new issue