diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-06 14:49:35 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-06 14:49:35 +0000 |
commit | 9cddc9c5cc42708a9485dcf89484810ae83b4e45 (patch) | |
tree | 1b25d74c9682720c375806120794efa835d70986 /net/pear-Net_LDAP2 | |
parent | 888100842e8f4ac2a01610228e356938d24f9ef6 (diff) | |
download | ports-9cddc9c5cc42708a9485dcf89484810ae83b4e45.tar.gz ports-9cddc9c5cc42708a9485dcf89484810ae83b4e45.zip |
Notes
Diffstat (limited to 'net/pear-Net_LDAP2')
-rw-r--r-- | net/pear-Net_LDAP2/Makefile | 27 | ||||
-rw-r--r-- | net/pear-Net_LDAP2/distinfo | 4 |
2 files changed, 5 insertions, 26 deletions
diff --git a/net/pear-Net_LDAP2/Makefile b/net/pear-Net_LDAP2/Makefile index 5a767bdb9fd7..ed62bc9a9ec9 100644 --- a/net/pear-Net_LDAP2/Makefile +++ b/net/pear-Net_LDAP2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net_LDAP2 -PORTVERSION= 2.0.11 +PORTVERSION= 2.0.12 PORTEPOCH= 1 CATEGORIES= net pear @@ -16,30 +16,9 @@ COMMENT= OO interface for searching and manipulating LDAP-entries BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -PEAR_CATSRC= yes 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/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 \ - Net_LDAP2_EntryTest.php Net_LDAP2_FilterTest.php \ - Net_LDAP2_RootDSETest.php Net_LDAP2_SearchTest.php \ - Net_LDAP2_UtilTest.php Net_LDAP2_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 \ - ldif_data/unsorted_w50_WIN.ldif -EXAMPLES= add_entry.php connecting.php fetch_entry.php \ - modify_entry.php modify_entry2.php search_entries.php \ - schema_cache.php -_EXAMPLESDIR= doc/examples + +PEAR_AUTOINSTALL=yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" diff --git a/net/pear-Net_LDAP2/distinfo b/net/pear-Net_LDAP2/distinfo index 655b51ea5774..00e1a8b999a9 100644 --- a/net/pear-Net_LDAP2/distinfo +++ b/net/pear-Net_LDAP2/distinfo @@ -1,2 +1,2 @@ -SHA256 (PEAR/Net_LDAP2-2.0.11.tgz) = 659f73e93b3d9309702fab073ed7d84c74f55be444bdf907d0eb12cd7c509869 -SIZE (PEAR/Net_LDAP2-2.0.11.tgz) = 90258 +SHA256 (PEAR/Net_LDAP2-2.0.12.tgz) = 79553eb2abd9b8261343d2e4cc5a05712d7192dad1211d1f489c7077890e0740 +SIZE (PEAR/Net_LDAP2-2.0.12.tgz) = 90846 |