diff options
author | miwi <miwi@FreeBSD.org> | 2007-09-28 05:03:35 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-09-28 05:03:35 +0800 |
commit | d7674443eb9d13e85c5ef543a0e44b70619941f1 (patch) | |
tree | f56d6072278f1060099a7736b52bdc8fe5755c7f /net/pear-Net_LDAP | |
parent | f68b8e31752a7a4afb4654f763b4ecf28d8b98a3 (diff) | |
download | freebsd-ports-gnome-d7674443eb9d13e85c5ef543a0e44b70619941f1.tar.gz freebsd-ports-gnome-d7674443eb9d13e85c5ef543a0e44b70619941f1.tar.zst freebsd-ports-gnome-d7674443eb9d13e85c5ef543a0e44b70619941f1.zip |
- Update to 1.0.0 Rc4
PR: 116635
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
Diffstat (limited to 'net/pear-Net_LDAP')
-rw-r--r-- | net/pear-Net_LDAP/Makefile | 7 | ||||
-rw-r--r-- | net/pear-Net_LDAP/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/pear-Net_LDAP/Makefile b/net/pear-Net_LDAP/Makefile index 7ea8e06febd3..175874239f35 100644 --- a/net/pear-Net_LDAP/Makefile +++ b/net/pear-Net_LDAP/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Net_LDAP -PORTVERSION= 0.7.3 -PORTREVISION= 1 +DISTVERSION= 1.0.0RC4 CATEGORIES= net pear MAINTAINER= gerrit.beine@gmx.de @@ -21,11 +20,11 @@ CATEGORY= Net FILES= LDAP.php \ LDAP/Entry.php LDAP/Filter.php LDAP/RootDSE.php \ LDAP/Schema.php LDAP/Search.php LDAP/Util.php -DOCS= README.txt RootDSE.txt Schema.txt utf8.txt +DOCS= README.txt RootDSE.txt Schema.txt utf8.txt manual.html _DOCSDIR= doc TESTS= tests.php EXAMPLES= add_entry.php connecting.php fetch_entry.php \ - modify_entry.php search_entries.php + modify_entry.php modify_entry2.php search_entries.php _EXAMPLESDIR= doc/examples .include <bsd.port.pre.mk> diff --git a/net/pear-Net_LDAP/distinfo b/net/pear-Net_LDAP/distinfo index ad3f20795fc1..ff6bb86c6d4a 100644 --- a/net/pear-Net_LDAP/distinfo +++ b/net/pear-Net_LDAP/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/Net_LDAP-0.7.3.tgz) = ca33839bec9c0891705e03e8a5134c1f -SHA256 (PEAR/Net_LDAP-0.7.3.tgz) = 3043d2c2279d9010aa9a03ca80cc960fb65ac1142bcd0d53a6fe815c4555dc02 -SIZE (PEAR/Net_LDAP-0.7.3.tgz) = 40755 +MD5 (PEAR/Net_LDAP-1.0.0RC4.tgz) = b558ea2e52a428975ed52605d2e7e2c0 +SHA256 (PEAR/Net_LDAP-1.0.0RC4.tgz) = 249d5e9870673aba0af1506ec205ea914a5d0d91753343740e8ed77cedffe5ab +SIZE (PEAR/Net_LDAP-1.0.0RC4.tgz) = 45885 |