Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2015 07:24:53 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383901 - head/dns/firedns
Message-ID:  <201504130724.t3D7OrID007719@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504130724.t3D7OrID007719>