diff options
author | clsung <clsung@FreeBSD.org> | 2007-05-01 10:50:05 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-05-01 10:50:05 +0800 |
commit | 6aa091982b9e3915152fe563ff89a39bc085238e (patch) | |
tree | eae4ea1d37ec833b01171558d9cd18d8c7986a92 /net/pear-Net_LDAP | |
parent | ac8d97095006413d6101a3adabdc20661a908fa9 (diff) | |
download | freebsd-ports-graphics-6aa091982b9e3915152fe563ff89a39bc085238e.tar.gz freebsd-ports-graphics-6aa091982b9e3915152fe563ff89a39bc085238e.tar.zst freebsd-ports-graphics-6aa091982b9e3915152fe563ff89a39bc085238e.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/pear-Net_LDAP')
-rw-r--r-- | net/pear-Net_LDAP/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/pear-Net_LDAP/Makefile b/net/pear-Net_LDAP/Makefile index 948868ea851..3668c54e1a9 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 |