diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-05-01 10:50:05 +0800 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-05-01 10:50:05 +0800 |
commit | 223b81b5d592df2ac9f50f88beb02be1dfff9ea4 (patch) | |
tree | ff2cf7e5a995704b17b81e863d36f2e3837add99 /net | |
parent | 6a744d0db47f8a53f35a258e3a54c512fa93b958 (diff) | |
download | freebsd-ports-gnome-223b81b5d592df2ac9f50f88beb02be1dfff9ea4.tar.gz freebsd-ports-gnome-223b81b5d592df2ac9f50f88beb02be1dfff9ea4.tar.zst freebsd-ports-gnome-223b81b5d592df2ac9f50f88beb02be1dfff9ea4.zip |
- Add missing file (Filter.php)
PR: ports/112003
Submitted by: J??å®gen Blomberg<jnbg_AT_blomberg dot tk>
Approved by: maintainer (Gerrit Beine)
Diffstat (limited to 'net')
-rw-r--r-- | net/pear-Net_LDAP/Makefile | 5 | ||||
-rw-r--r-- | net/pear-Net_LDAP2/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net/pear-Net_LDAP/Makefile b/net/pear-Net_LDAP/Makefile index 948868ea8517..3668c54e1a99 100644 --- a/net/pear-Net_LDAP/Makefile +++ b/net/pear-Net_LDAP/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net_LDAP PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= net pear MAINTAINER= gerrit.beine@gmx.de @@ -18,8 +19,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_PHP= ldap CATEGORY= Net FILES= LDAP.php \ - LDAP/Entry.php LDAP/RootDSE.php LDAP/Schema.php \ - LDAP/Search.php LDAP/Util.php + LDAP/Entry.php LDAP/Filter.php LDAP/RootDSE.php \ + LDAP/Schema.php LDAP/Search.php LDAP/Util.php DOCS= README.txt RootDSE.txt STATUS Schema.txt utf8.txt _DOCSDIR= ./doc TESTS= tests.php diff --git a/net/pear-Net_LDAP2/Makefile b/net/pear-Net_LDAP2/Makefile index 948868ea8517..3668c54e1a99 100644 --- a/net/pear-Net_LDAP2/Makefile +++ b/net/pear-Net_LDAP2/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net_LDAP PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= net pear MAINTAINER= gerrit.beine@gmx.de @@ -18,8 +19,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_PHP= ldap CATEGORY= Net FILES= LDAP.php \ - LDAP/Entry.php LDAP/RootDSE.php LDAP/Schema.php \ - LDAP/Search.php LDAP/Util.php + LDAP/Entry.php LDAP/Filter.php LDAP/RootDSE.php \ + LDAP/Schema.php LDAP/Search.php LDAP/Util.php DOCS= README.txt RootDSE.txt STATUS Schema.txt utf8.txt _DOCSDIR= ./doc TESTS= tests.php |