diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-09-09 08:26:36 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-09-09 08:26:36 +0000 |
commit | ebf8b2d82ee3a646cba7dee09358e2e67d57b358 (patch) | |
tree | 09fef8e77a75974c0ce23a325d785d7714b7bd23 /net/openldap20 | |
parent | acf4104a32bc6c14ca16b5fff78d156b3a9a426b (diff) | |
download | ports-ebf8b2d82ee3a646cba7dee09358e2e67d57b358.tar.gz ports-ebf8b2d82ee3a646cba7dee09358e2e67d57b358.zip |
Notes
Diffstat (limited to 'net/openldap20')
-rw-r--r-- | net/openldap20/Makefile | 3 | ||||
-rw-r--r-- | net/openldap20/distinfo | 2 | ||||
-rw-r--r-- | net/openldap20/pkg-plist | 4 |
3 files changed, 4 insertions, 5 deletions
diff --git a/net/openldap20/Makefile b/net/openldap20/Makefile index ba736271df36..9acd4c66a24e 100644 --- a/net/openldap20/Makefile +++ b/net/openldap20/Makefile @@ -6,8 +6,7 @@ # PORTNAME= openldap -PORTVERSION= 2.0.11 -PORTREVISION= 4 +PORTVERSION= 2.0.13 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ ftp://ftp.net.lut.ac.uk/openldap/%SUBDIR%/ \ diff --git a/net/openldap20/distinfo b/net/openldap20/distinfo index 770044c1bfa3..7739867c41c4 100644 --- a/net/openldap20/distinfo +++ b/net/openldap20/distinfo @@ -1 +1 @@ -MD5 (openldap-2.0.11.tgz) = e51b06374012b9e7077e1f3e9f65ccd0 +MD5 (openldap-2.0.13.tgz) = c9d42a5e07522c04741e580ed6787570 diff --git a/net/openldap20/pkg-plist b/net/openldap20/pkg-plist index 091c16412acd..778553d9d548 100644 --- a/net/openldap20/pkg-plist +++ b/net/openldap20/pkg-plist @@ -50,8 +50,8 @@ etc/openldap/schema/openldap.schema.default @unexec if cmp -s %D/etc/openldap/slapd.conf %D/etc/openldap/slapd.conf.default; then rm -f %D/etc/openldap/slapd.conf; fi etc/openldap/slapd.conf.default @exec [ -f %B/slapd.conf ] || cp %B/%f %B/slapd.conf -@unexec /bin/rmdir %D/etc/openldap/schema || true -@unexec /bin/rmdir %D/etc/openldap || true +@unexec /bin/rmdir %D/etc/openldap/schema 2>/dev/null || true +@unexec /bin/rmdir %D/etc/openldap 2>/dev/null || true etc/rc.d/slapd.sh.sample include/disptmpl.h include/lber.h |