diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-23 06:16:38 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-23 06:16:38 +0800 |
commit | 292d80d2f2d84e4f1414ed425df77af40cd8d7e4 (patch) | |
tree | 629c35f6c94405b28c71e4c0ebc5fd6c9f4450ac /security | |
parent | 726cff9a9f7ac64affc00b1b7df53a77578ff48e (diff) | |
download | freebsd-ports-gnome-292d80d2f2d84e4f1414ed425df77af40cd8d7e4.tar.gz freebsd-ports-gnome-292d80d2f2d84e4f1414ed425df77af40cd8d7e4.tar.zst freebsd-ports-gnome-292d80d2f2d84e4f1414ed425df77af40cd8d7e4.zip |
- Update to 1.0.3
PR: 137453
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer timeout
Diffstat (limited to 'security')
-rw-r--r-- | security/pear-Auth_SASL/Makefile | 9 | ||||
-rw-r--r-- | security/pear-Auth_SASL/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/security/pear-Auth_SASL/Makefile b/security/pear-Auth_SASL/Makefile index 6e16df9c4480..19697118ddbd 100644 --- a/security/pear-Auth_SASL/Makefile +++ b/security/pear-Auth_SASL/Makefile @@ -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" diff --git a/security/pear-Auth_SASL/distinfo b/security/pear-Auth_SASL/distinfo index 1109b1dd26a1..29b81c9f96a4 100644 --- a/security/pear-Auth_SASL/distinfo +++ b/security/pear-Auth_SASL/distinfo @@ -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 |