svn commit: r384417 - head/net/ldapbrowser

Alexey Dokuchaev danfe at FreeBSD.org
Tue Apr 21 10:15:46 UTC 2015


Author: danfe
Date: Tue Apr 21 10:15:45 2015
New Revision: 384417
URL: https://svnweb.freebsd.org/changeset/ports/384417

Log:
  Unbreak this valuable port by providing three additional working mirrors
  (unfortunately, they are all FTP).  Remove now defunct mirrors, but keep
  freebsd.nsu.ru (last Sunday, machine suffered hardware failure, probably
  power supply related, but should hopefully get back in order again soon).

Modified:
  head/net/ldapbrowser/Makefile

Modified: head/net/ldapbrowser/Makefile
==============================================================================
--- head/net/ldapbrowser/Makefile	Tue Apr 21 09:37:13 2015	(r384416)
+++ head/net/ldapbrowser/Makefile	Tue Apr 21 10:15:45 2015	(r384417)
@@ -5,15 +5,15 @@ PORTNAME=	ldapbrowser
 PORTVERSION=	2.8.2
 PORTREVISION=	3
 CATEGORIES=	net java
-MASTER_SITES=	http://web.talf.org/software/ \
-		http://freebsd.nsu.ru/distfiles/ \
-		http://www.klop.ws/distfiles/
+MASTER_SITES=	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-lists at klop.ws
 COMMENT=	Java/Swing-based LDAP browser and editor
 
-BROKEN=		Unfetchable
 RESTRICTED=	No reply from author regarding redistribution licensing
 
 USE_JAVA=	yes


More information about the svn-ports-all mailing list