- Update to 1.0.3

PR:		137453
Submitted by:	Wen Heping <wenheping@gmail.com>
Approved by:	maintainer timeout
This commit is contained in:
Martin Wilke 2009-08-22 22:16:38 +00:00
parent 528da3158c
commit 93646bb073
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240150
2 changed files with 8 additions and 7 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Auth_SASL
PORTVERSION= 1.0.2
PORTVERSION= 1.0.3
CATEGORIES= security www pear
MAINTAINER= amistry@am-productions.biz
@ -15,9 +15,10 @@ COMMENT= PEAR abstraction of various SASL mechanism responses
BUILD_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Auth
FILES= SASL.php SASL/Anonymous.php SASL/Common.php SASL/CramMD5.php \
SASL/DigestMD5.php SASL/Login.php SASL/Plain.php
FILES= Auth/SASL.php Auth/SASL/Anonymous.php \
Auth/SASL/Common.php Auth/SASL/CramMD5.php \
Auth/SASL/External.php Auth/SASL/DigestMD5.php \
Auth/SASL/Login.php Auth/SASL/Plain.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"

View File

@ -1,3 +1,3 @@
MD5 (PEAR/Auth_SASL-1.0.2.tgz) = e6a4f4e56dec992ac965678233437aa4
SHA256 (PEAR/Auth_SASL-1.0.2.tgz) = 4c829f8af7f71bbb883ae585c43748b4153ed5cfb7406ab45d0782b98f19debc
SIZE (PEAR/Auth_SASL-1.0.2.tgz) = 5645
MD5 (PEAR/Auth_SASL-1.0.3.tgz) = 8202de3b24015b6885871103e3af1e33
SHA256 (PEAR/Auth_SASL-1.0.3.tgz) = 931f6f8c8b1db629cef54b5e31e47ebd4bb2b038922e32a04163f8323c72af04
SIZE (PEAR/Auth_SASL-1.0.3.tgz) = 5724