- Update to 1.6.1
This commit is contained in:
parent
653ef2243b
commit
156eeb4d6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212432
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Auth
|
||||
PORTVERSION= 1.5.4
|
||||
PORTVERSION= 1.6.1
|
||||
CATEGORIES= security pear
|
||||
|
||||
MAINTAINER= chinsan@FreeBSD.org
|
||||
@ -25,7 +25,8 @@ OPTIONS= PEAR_LOG "PEAR::Log support" off \
|
||||
PEAR_AUTH_RADIUS "PEAR::AUTH_RADIUS support" off \
|
||||
PEAR_CRYPT_CHAP "PEAR::CRYPT_CHAP support" off \
|
||||
PEAR_FILE_SMBPASSWD "PEAR::File_SMBPasswd support" off \
|
||||
PEAR_SOAP "PEAR::SOAP support" off
|
||||
PEAR_SOAP "PEAR::SOAP support" off \
|
||||
PEAR_NET_VPOPMAILD "PEAR::Net_Vpopmaild support" off
|
||||
|
||||
CATEGORY= Auth
|
||||
FILES= Auth.php Auth.php.bak Auth/Anonymous.php Auth/Auth.php \
|
||||
@ -92,5 +93,9 @@ RUN_DEPENDS+= ${PEARDIR}/File/SMBPasswd.php:${PORTSDIR}/security/pear-File_SMBPa
|
||||
RUN_DEPENDS+= ${PEARDIR}/SOAP/Base.php:${PORTSDIR}/net/pear-SOAP
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PEAR_NET_VPOPMAILD)
|
||||
RUN_DEPENDS+= ${PEARDIR}/Net/Vpopmaild.php:${PORTSDIR}/net/pear-Net_Vpopmaild
|
||||
.endif
|
||||
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (PEAR/Auth-1.5.4.tgz) = 2705ade43c1d23c71840c726ec56304c
|
||||
SHA256 (PEAR/Auth-1.5.4.tgz) = e9fd129cb640dea441c3f5d26e114642ef9fd68097a0d7a8cd30350123f39421
|
||||
SIZE (PEAR/Auth-1.5.4.tgz) = 54478
|
||||
MD5 (PEAR/Auth-1.6.1.tgz) = 8d482ac5b07ed74ab8f29430063c6bae
|
||||
SHA256 (PEAR/Auth-1.6.1.tgz) = aa43b74fc10b1f969dd5b97f7bc90274fb5a07ada82415347ddcc4d8929d1588
|
||||
SIZE (PEAR/Auth-1.6.1.tgz) = 56527
|
||||
|
Loading…
Reference in New Issue
Block a user