1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Upgrade to 1.17.

PR:		ports/171039
Submitted by:	swills
This commit is contained in:
Jun Kuriyama 2012-08-25 16:20:38 +00:00
parent c79a3bb2c4
commit 5497afd0b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303148
3 changed files with 6 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Test-TCP
PORTVERSION= 1.15
PORTVERSION= 1.17
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:TOKUHIROM
@ -18,6 +18,7 @@ COMMENT= Perl extension for testing TCP program
RUN_DEPENDS= \
p5-Test-SharedFork>=0.19:${PORTSDIR}/devel/p5-Test-SharedFork
BUILD_DEPENDS:= ${RUN_DEPENDS}
# XXX: test t/05_sigint.t fails. Check it later.
PERL_CONFIGURE= yes

View File

@ -1,2 +1,2 @@
SHA256 (Test-TCP-1.15.tar.gz) = 22fed9fe3d683843524530327fd552548a87cd49e73d3286105f951e30e78664
SIZE (Test-TCP-1.15.tar.gz) = 25981
SHA256 (Test-TCP-1.17.tar.gz) = b7d81865e65cd5b9292abf1c0ca6bd434509b7439b4a310532a87e74681db141
SIZE (Test-TCP-1.17.tar.gz) = 27091

View File

@ -1,5 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/TCP/.packlist
%%SITE_PERL%%/Test/TCP.pm
%%SITE_PERL%%/Test/TCP/CheckPort.pm
@dirrm %%SITE_PERL%%/Test/TCP
@dirrmtry %%SITE_PERL%%/Test
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/TCP
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test