diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-12-08 19:23:24 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-12-08 19:23:24 +0000 |
commit | 6ead27eb95b73463064db2a2ab7f92efd9f6d874 (patch) | |
tree | e2715d6c9595e25da79d8bb0b4341f2a5c8d82a4 /net/ldapdiff | |
parent | Fix runtime on i386. (diff) |
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Diffstat (limited to 'net/ldapdiff')
-rw-r--r-- | net/ldapdiff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ldapdiff/Makefile b/net/ldapdiff/Makefile index c823a0a84c4d..924f8687f8ec 100644 --- a/net/ldapdiff/Makefile +++ b/net/ldapdiff/Makefile @@ -3,7 +3,7 @@ PORTNAME= ldapdiff PORTVERSION= 1.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://launchpadlibrarian.net/20391352/ DISTNAME= ${PORTNAME}-${PORTVERSION}_src |