- Update to 1.1.0

PR:		121758
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
This commit is contained in:
Martin Wilke 2008-03-17 19:57:18 +00:00
parent fcf3ca3aa1
commit ac2f107816
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209252
4 changed files with 22 additions and 12 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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