diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-08 06:54:01 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-08 06:54:01 +0800 |
commit | 9ed0c9092ab2a58c8c10a4175965c5084dd950e4 (patch) | |
tree | a6def484c6fe03a488d9de4d78c3e8f10dcdd01e /security/pear-Auth_SASL | |
parent | 64cba8ccf5de99175da83433429726575a72f870 (diff) | |
download | freebsd-ports-gnome-9ed0c9092ab2a58c8c10a4175965c5084dd950e4.tar.gz freebsd-ports-gnome-9ed0c9092ab2a58c8c10a4175965c5084dd950e4.tar.zst freebsd-ports-gnome-9ed0c9092ab2a58c8c10a4175965c5084dd950e4.zip |
security/pear-Auth_SASL: upgrading to 1.0.1.
This PR upgrades pear-Auth_SASL to its latest version.
PR: ports/56719
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'security/pear-Auth_SASL')
-rw-r--r-- | security/pear-Auth_SASL/Makefile | 3 | ||||
-rw-r--r-- | security/pear-Auth_SASL/distinfo | 2 | ||||
-rw-r--r-- | security/pear-Auth_SASL/pkg-descr | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/security/pear-Auth_SASL/Makefile b/security/pear-Auth_SASL/Makefile index 5fc46edc5913..e4d11480e350 100644 --- a/security/pear-Auth_SASL/Makefile +++ b/security/pear-Auth_SASL/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Auth_SASL -PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTVERSION= 1.0.1 CATEGORIES= security www MAINTAINER= ports@FreeBSD.org diff --git a/security/pear-Auth_SASL/distinfo b/security/pear-Auth_SASL/distinfo index 0a8a7bd88c99..9d1ee5cb167b 100644 --- a/security/pear-Auth_SASL/distinfo +++ b/security/pear-Auth_SASL/distinfo @@ -1 +1 @@ -MD5 (PEAR/Auth_SASL-1.0.0.tgz) = e7f1f635e9292533601349e2e334b7ed +MD5 (PEAR/Auth_SASL-1.0.1.tgz) = 9ed28f3f9bffc8265ea2339021f5dbf5 diff --git a/security/pear-Auth_SASL/pkg-descr b/security/pear-Auth_SASL/pkg-descr index 7750e6715e3d..f741248193e6 100644 --- a/security/pear-Auth_SASL/pkg-descr +++ b/security/pear-Auth_SASL/pkg-descr @@ -6,4 +6,4 @@ o Plain o Anonymous o Login (Pseudo mechanism). -WWW: http://pear.php.net/package-info.php?package=Auth_SASL +WWW: http://pear.php.net/package/Auth_SASL/ |