svn commit: r383901 - head/dns/firedns

Alexey Dokuchaev danfe at FreeBSD.org
Mon Apr 13 07:24:53 UTC 2015


Author: danfe
Date: Mon Apr 13 07:24:52 2015
New Revision: 383901
URL: https://svnweb.freebsd.org/changeset/ports/383901

Log:
  Unbreak by providing working mastersite; do not remove previous sites to
  give maintainer a chance to sort it out.
  
  PR:		199329
  Submitted by:	Chris Hutchinson

Modified:
  head/dns/firedns/Makefile

Modified: head/dns/firedns/Makefile
==============================================================================
--- head/dns/firedns/Makefile	Mon Apr 13 07:10:17 2015	(r383900)
+++ head/dns/firedns/Makefile	Mon Apr 13 07:24:52 2015	(r383901)
@@ -4,14 +4,14 @@
 PORTNAME=	firedns
 PORTVERSION=	0.9.12
 CATEGORIES=	dns devel
-MASTER_SITES=	http://www.firestuff.org/projects/ \
+MASTER_SITES=	http://BSDforge.com/projects/source/dns/firedns/ \
+		http://www.firestuff.org/projects/ \
 		http://www.wa.apana.org.au/~dean/sources/ \
 		ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/
 
 MAINTAINER=	dean at odyssey.apana.org.au
 COMMENT=	C library for handling asynchronous DNS queries
 
-BROKEN=		Unfetchable
 BUILD_DEPENDS=	${LOCALBASE}/include/firestring.h:${PORTSDIR}/misc/firestring
 
 USES=		tar:bzip2


More information about the svn-ports-head mailing list