diff options
Diffstat (limited to 'net/ldapbrowser/Makefile')
-rw-r--r-- | net/ldapbrowser/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/ldapbrowser/Makefile b/net/ldapbrowser/Makefile index 9145bdaf3346..25c841a5d4f5 100644 --- a/net/ldapbrowser/Makefile +++ b/net/ldapbrowser/Makefile @@ -1,15 +1,16 @@ PORTNAME= ldapbrowser PORTVERSION= 2.8.2 -PORTREVISION= 4 +PORTREVISION= 6 CATEGORIES= net java -MASTER_SITES= http://www.klop.ws/distfiles/ \ +MASTER_SITES= LOCAL/ronald \ + https://www.klop.ws/distfiles/ \ http://freebsd.nsu.ru/distfiles/ \ ftp://ftp.nstu.ru/pub/sources/nettools/ldap/ \ ftp://ftp.gtrgrenoble.fr/TpRes/Ldap/ \ ftp://ftp.uni-duisburg.de/Unix/networking/LDAP/frontends/ DISTNAME= Browser282b2 -MAINTAINER= ronald@FreeBSD.org +MAINTAINER= danfe@FreeBSD.org COMMENT= Java/Swing-based LDAP browser and editor WWW= https://web.archive.org/web/20081218031210/http://www.mcs.anl.gov/~gawor/ldap/ |