diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/pear-Net_LDAP2/Makefile | 10 | ||||
-rw-r--r-- | net/pear-Net_LDAP2/distinfo | 6 |
2 files changed, 10 insertions, 6 deletions
diff --git a/net/pear-Net_LDAP2/Makefile b/net/pear-Net_LDAP2/Makefile index 94134a5b91d5..bb6b647bb386 100644 --- a/net/pear-Net_LDAP2/Makefile +++ b/net/pear-Net_LDAP2/Makefile @@ -6,7 +6,8 @@ # PORTNAME= Net_LDAP2 -DISTVERSION= 2.0.0RC6 +PORTVERSION= 2.0.0 +PORTEPOCH= 1 CATEGORIES= net pear MAINTAINER= wenheping@gmail.com @@ -19,7 +20,9 @@ USE_PHP= ldap CATEGORY= Net FILES= LDAP2.php LDAP2/LDIF.php \ LDAP2/Entry.php LDAP2/Filter.php LDAP2/RootDSE.php \ - LDAP2/Schema.php LDAP2/Search.php LDAP2/Util.php + LDAP2/Schema.php LDAP2/Search.php LDAP2/Util.php \ + LDAP2/SchemaCache.interface.php \ + LDAP2/SimpleFileSchemaCache.php DOCS= README.txt RootDSE.txt Schema.txt utf8.txt manual.html _DOCSDIR= doc TESTS= AllTests.php Net_LDAP2Test.php \ @@ -32,7 +35,8 @@ TESTS= AllTests.php Net_LDAP2Test.php \ 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 + modify_entry.php modify_entry2.php search_entries.php \ + schema_cache.php _EXAMPLESDIR= doc/examples .include <bsd.port.pre.mk> diff --git a/net/pear-Net_LDAP2/distinfo b/net/pear-Net_LDAP2/distinfo index b2ec4ad68154..d8aed1e32890 100644 --- a/net/pear-Net_LDAP2/distinfo +++ b/net/pear-Net_LDAP2/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/Net_LDAP2-2.0.0RC6.tgz) = df95f11bfdd0a4508b4c40a14179ec38 -SHA256 (PEAR/Net_LDAP2-2.0.0RC6.tgz) = c38bf3be1f8160bf7434401eeb7fb32f76ec107e2f00f43804652d4a8e355181 -SIZE (PEAR/Net_LDAP2-2.0.0RC6.tgz) = 84871 +MD5 (PEAR/Net_LDAP2-2.0.0.tgz) = 0dc15e68c3c248a6e49030e48c4695e4 +SHA256 (PEAR/Net_LDAP2-2.0.0.tgz) = e074ad9aab0429602891b03eb5f378476eb2f77404afc68429e7e0327a23d8a6 +SIZE (PEAR/Net_LDAP2-2.0.0.tgz) = 86719 |