- Update to 1.4.1
Notified by: portscout
This commit is contained in:
parent
bc85d9ae31
commit
8e75f9ccae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219670
2 changed files with 8 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= HTTP
|
PORTNAME= HTTP
|
||||||
PORTVERSION= 1.4.0
|
PORTVERSION= 1.4.1
|
||||||
CATEGORIES= www devel pear
|
CATEGORIES= www devel pear
|
||||||
|
|
||||||
MAINTAINER= tabthorpe@FreeBSD.org
|
MAINTAINER= tabthorpe@FreeBSD.org
|
||||||
|
@ -17,6 +17,10 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
FILES= HTTP.php
|
FILES= HTTP.php
|
||||||
|
|
||||||
|
TESTS= absoluteURI.inc negotiateCharset.phpt negotiateCharset2.phpt \
|
||||||
|
negotiateLanguage.phpt negotiateMimeType.phpt test1a.phpt \
|
||||||
|
test2a.phpt test3a.phpt test4a.phpt test5a.phpt test6a.phpt
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (PEAR/HTTP-1.4.0.tgz) = 62f3ef8c163e2ac11b8ea0163f2a5d3e
|
MD5 (PEAR/HTTP-1.4.1.tgz) = 6fe726d7304f81ac1fe866b7725512fa
|
||||||
SHA256 (PEAR/HTTP-1.4.0.tgz) = c5b005fc460e56ae2e0f6f27fe7fa6d2bdb8a332284f221605bf8406e79d3a3b
|
SHA256 (PEAR/HTTP-1.4.1.tgz) = 5ec91f1f4f1bacf637af5413d3801fd5aaefa9c10c8079b9bd0fd0cc33f03d52
|
||||||
SIZE (PEAR/HTTP-1.4.0.tgz) = 4593
|
SIZE (PEAR/HTTP-1.4.1.tgz) = 8635
|
||||||
|
|
Loading…
Reference in a new issue