aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_LDAP
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-05-01 02:50:05 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-05-01 02:50:05 +0000
commit223b81b5d592df2ac9f50f88beb02be1dfff9ea4 (patch)
treeff2cf7e5a995704b17b81e863d36f2e3837add99 /net/pear-Net_LDAP
parent6a744d0db47f8a53f35a258e3a54c512fa93b958 (diff)
downloadports-223b81b5d592df2ac9f50f88beb02be1dfff9ea4.tar.gz
ports-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)
Notes
Notes: svn path=/head/; revision=191254
Diffstat (limited to 'net/pear-Net_LDAP')
-rw-r--r--net/pear-Net_LDAP/Makefile5
1 files changed, 3 insertions, 2 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