+ update port: security/pear-Auth_HTTP to 2.1.6
+ changelog: http://pear.php.net/package/Auth_HTTP/download/2.1.6/ + pass maintainership to submitter + update COMMENT PR: 80337 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
This commit is contained in:
parent
89b831172d
commit
442a4ece40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134173
@ -6,22 +6,22 @@
|
||||
#
|
||||
|
||||
PORTNAME= Auth_HTTP
|
||||
PORTVERSION= 2.1.4
|
||||
PORTVERSION= 2.1.6
|
||||
CATEGORIES= security www pear
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= PEAR HTTP authentication methods
|
||||
MAINTAINER= antonio@php.net
|
||||
COMMENT= PEAR HTTP authentication
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
CATEGORY= Auth
|
||||
FILES= HTTP.php
|
||||
TESTS= sample.sql test_basic_simple.php test_digest_simple.php \
|
||||
TESTS= sample.sql test_basic_simple.php test_digest_simple.php \
|
||||
test_digest_get.php test_digest_post.php
|
||||
|
||||
post-extract:
|
||||
(cd ${WRKSRC} && ${LN} -s Auth_HTTP.php HTTP.php)
|
||||
@${MV} ${WRKSRC}/Auth_HTTP.php ${WRKSRC}/${FILES}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (PEAR/Auth_HTTP-2.1.4.tgz) = cfc45a13503d2468ae808a37d95bb814
|
||||
SIZE (PEAR/Auth_HTTP-2.1.4.tgz) = 7835
|
||||
MD5 (PEAR/Auth_HTTP-2.1.6.tgz) = d5209f0d1f1874e23b44fbfb397a2aa0
|
||||
SIZE (PEAR/Auth_HTTP-2.1.6.tgz) = 9327
|
||||
|
Loading…
Reference in New Issue
Block a user