diff options
author | roberto <roberto@FreeBSD.org> | 2003-02-21 19:07:50 +0800 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2003-02-21 19:07:50 +0800 |
commit | 6f9b615f473378306144a3495e2fccb737fe52bf (patch) | |
tree | 30ac50bd38a16b8370fcfe3c8e18ada345d967aa /net/ldapdiff/Makefile | |
parent | afcef9aebaf2f72048fdb4bbe0d16cd19357f728 (diff) | |
download | freebsd-ports-gnome-6f9b615f473378306144a3495e2fccb737fe52bf.tar.gz freebsd-ports-gnome-6f9b615f473378306144a3495e2fccb737fe52bf.tar.zst freebsd-ports-gnome-6f9b615f473378306144a3495e2fccb737fe52bf.zip |
Update to 0.9.0 [1]
Remove pkg-comment after adding COMMENT= to Makefile [2].
Submitted by: roberto[1], Christian Brueffer <chris@unixpages.org>[2] as MAINTAINER
Diffstat (limited to 'net/ldapdiff/Makefile')
-rw-r--r-- | net/ldapdiff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ldapdiff/Makefile b/net/ldapdiff/Makefile index 1c2888f9273d..6653a428b487 100644 --- a/net/ldapdiff/Makefile +++ b/net/ldapdiff/Makefile @@ -6,12 +6,13 @@ # PORTNAME= ldapdiff -PORTVERSION= 0.8.3 +PORTVERSION= 0.9.0 CATEGORIES= net MASTER_SITES= http://webtomware.rhoen.de/ \ http://unixpages.org/distfiles/ MAINTAINER= chris@unixpages.org +COMMENT= A utility for patching LDAP directories using LDIF files LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv |