diff options
Diffstat (limited to 'net/ldapbrowser/Makefile')
-rw-r--r-- | net/ldapbrowser/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net/ldapbrowser/Makefile b/net/ldapbrowser/Makefile index c5c80a526b38..25c841a5d4f5 100644 --- a/net/ldapbrowser/Makefile +++ b/net/ldapbrowser/Makefile @@ -1,15 +1,16 @@ PORTNAME= ldapbrowser PORTVERSION= 2.8.2 -PORTREVISION= 5 +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/ @@ -19,9 +20,6 @@ LICENSE_NAME= ldapbrowser LICENSE_TEXT= No reply from author regarding redistribution licensing LICENSE_PERMS= auto-accept -DEPRECATED= old software, no source, no website, no clear license, no package, any users? please let me know -EXPIRATION_DATE= 2025-08-28 - USES= java NO_BUILD= yes |