diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-18 03:57:18 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-18 03:57:18 +0800 |
commit | e1f3dadd7e62767753d4749f44a020f8beabb129 (patch) | |
tree | 65e97a096e06621c86d06cc55bb392cae823ece5 /net/pear-Net_LDAP | |
parent | 218f0707a24c5bf89c7f0bf943ecfac5f53fd4b4 (diff) | |
download | freebsd-ports-gnome-e1f3dadd7e62767753d4749f44a020f8beabb129.tar.gz freebsd-ports-gnome-e1f3dadd7e62767753d4749f44a020f8beabb129.tar.zst freebsd-ports-gnome-e1f3dadd7e62767753d4749f44a020f8beabb129.zip |
- Update to 1.1.0
PR: 121758
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
Diffstat (limited to 'net/pear-Net_LDAP')
-rw-r--r-- | net/pear-Net_LDAP/Makefile | 11 | ||||
-rw-r--r-- | net/pear-Net_LDAP/distinfo | 6 |
2 files changed, 11 insertions, 6 deletions
diff --git a/net/pear-Net_LDAP/Makefile b/net/pear-Net_LDAP/Makefile index 9d0c37bd4584..990a02b1415c 100644 --- a/net/pear-Net_LDAP/Makefile +++ b/net/pear-Net_LDAP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net_LDAP -DISTVERSION= 1.0.0 +DISTVERSION= 1.1.0 CATEGORIES= net pear MAINTAINER= gerrit.beine@gmx.de @@ -17,7 +17,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_PHP= ldap CATEGORY= Net -FILES= LDAP.php \ +FILES= LDAP.php LDAP/LDIF.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 manual.html @@ -25,7 +25,12 @@ _DOCSDIR= doc TESTS= AllTests.php Net_LDAPTest.php \ Net_LDAP_EntryTest.php Net_LDAP_FilterTest.php \ Net_LDAP_RootDSETest.php Net_LDAP_SearchTest.php \ - Net_LDAP_UtilTest.php + Net_LDAP_UtilTest.php Net_LDAP_LDIFTest.php \ + ldapconfig.ini.dist ldapldifconfig.ini.dist \ + ldif_data/changes.ldif ldif_data/malformed_encoding.ldif \ + ldif_data/malformed_syntax.ldif ldif_data/malformed_wrapping.ldif \ + ldif_data/sorted_w40.ldif ldif_data/sorted_w50.ldif \ + ldif_data/unsorted_w30.ldif ldif_data/unsorted_w50.ldif EXAMPLES= add_entry.php connecting.php fetch_entry.php \ modify_entry.php modify_entry2.php search_entries.php _EXAMPLESDIR= doc/examples diff --git a/net/pear-Net_LDAP/distinfo b/net/pear-Net_LDAP/distinfo index 4b3bdfb7273d..1aa7b3f81e98 100644 --- a/net/pear-Net_LDAP/distinfo +++ b/net/pear-Net_LDAP/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/Net_LDAP-1.0.0.tgz) = 3e30e9a0256e325924a7c3917e337009 -SHA256 (PEAR/Net_LDAP-1.0.0.tgz) = c7ded6e08fa7fe5d83b79bd896d90e5fc4d7396e16d5ed1b50c05aca4f869f69 -SIZE (PEAR/Net_LDAP-1.0.0.tgz) = 52986 +MD5 (PEAR/Net_LDAP-1.1.0.tgz) = 28639f383e5e3f8239ef66d341501b22 +SHA256 (PEAR/Net_LDAP-1.1.0.tgz) = 98604d3bc49c34de24ec2a17dadebd8943639e0b80ad1470478d31180f17f986 +SIZE (PEAR/Net_LDAP-1.1.0.tgz) = 73381 |