mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 0.17
- Remove unnecessary post-patch:
This commit is contained in:
parent
03d589ba6d
commit
1d6b26f9ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296218
2 changed files with 7 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Test-HTTP
|
||||
PORTVERSION= 0.16
|
||||
PORTVERSION= 0.17
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,15 +14,12 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Test HTTP interactions
|
||||
|
||||
RUN_DEPENDS= p5-Class-Field>=0:${PORTSDIR}/devel/p5-Class-Field \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
BUILD_DEPENDS= p5-Class-Field>=0:${PORTSDIR}/devel/p5-Class-Field \
|
||||
p5-libwww>=5.827:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Test::HTTP.3 Test::HTTP::Syntax.3
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name "*.orig" -delete
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Test-HTTP-0.16.tar.gz) = acd25fa1256c763516d4ba855be9f01a2d0ee1558958c183e0ef42b458675cc2
|
||||
SIZE (Test-HTTP-0.16.tar.gz) = 6939
|
||||
SHA256 (Test-HTTP-0.17.tar.gz) = c1bfb3474e0d5517f5c4b68ef97ecf5b2910d0fba88605941973bc838ce75b76
|
||||
SIZE (Test-HTTP-0.17.tar.gz) = 7204
|
||||
|
|
Loading…
Add table
Reference in a new issue