diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-12-18 00:03:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-12-18 00:03:55 +0000 |
commit | 0831ecd8200b890167295b3cb97b07a7cff77436 (patch) | |
tree | 890670b0f728114962cd764f323472a590794817 /net/pear-Net_LDAP2 | |
parent | d7fb2444c737c1ab6732136985c5c7e47adfee10 (diff) | |
download | ports-0831ecd8200b890167295b3cb97b07a7cff77436.tar.gz ports-0831ecd8200b890167295b3cb97b07a7cff77436.zip |
Notes
Diffstat (limited to 'net/pear-Net_LDAP2')
-rw-r--r-- | net/pear-Net_LDAP2/Makefile | 7 | ||||
-rw-r--r-- | net/pear-Net_LDAP2/distinfo | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net/pear-Net_LDAP2/Makefile b/net/pear-Net_LDAP2/Makefile index 175874239f35..9d0c37bd4584 100644 --- a/net/pear-Net_LDAP2/Makefile +++ b/net/pear-Net_LDAP2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net_LDAP -DISTVERSION= 1.0.0RC4 +DISTVERSION= 1.0.0 CATEGORIES= net pear MAINTAINER= gerrit.beine@gmx.de @@ -22,7 +22,10 @@ FILES= LDAP.php \ LDAP/Schema.php LDAP/Search.php LDAP/Util.php DOCS= README.txt RootDSE.txt Schema.txt utf8.txt manual.html _DOCSDIR= doc -TESTS= tests.php +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 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_LDAP2/distinfo b/net/pear-Net_LDAP2/distinfo index ff6bb86c6d4a..4b3bdfb7273d 100644 --- a/net/pear-Net_LDAP2/distinfo +++ b/net/pear-Net_LDAP2/distinfo @@ -1,3 +1,3 @@ -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 +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 |