svn commit: r376393 - in head/dns: dnswall nslint tinystats vizone zonenotify

Emanuel Haupt ehaupt at FreeBSD.org
Tue Jan 6 09:37:30 UTC 2015


Author: ehaupt
Date: Tue Jan  6 09:37:27 2015
New Revision: 376393
URL: https://svnweb.freebsd.org/changeset/ports/376393
QAT: https://qat.redports.org/buildarchive/r376393/

Log:
  Move MASTER_SITES from CRITICAL to LOCAL/ehaupt

Modified:
  head/dns/dnswall/Makefile
  head/dns/nslint/Makefile
  head/dns/tinystats/Makefile
  head/dns/vizone/Makefile
  head/dns/zonenotify/Makefile

Modified: head/dns/dnswall/Makefile
==============================================================================
--- head/dns/dnswall/Makefile	Tue Jan  6 09:37:18 2015	(r376392)
+++ head/dns/dnswall/Makefile	Tue Jan  6 09:37:27 2015	(r376393)
@@ -5,7 +5,7 @@ PORTNAME=	dnswall
 PORTVERSION=	0.1.4
 PORTREVISION=	1
 CATEGORIES=	dns security
-MASTER_SITES=	GOOGLE_CODE CRITICAL
+MASTER_SITES=	GOOGLE_CODE LOCAL/ehaupt
 PROJECTHOST=	google-dnswall
 
 MAINTAINER=	ehaupt at FreeBSD.org

Modified: head/dns/nslint/Makefile
==============================================================================
--- head/dns/nslint/Makefile	Tue Jan  6 09:37:18 2015	(r376392)
+++ head/dns/nslint/Makefile	Tue Jan  6 09:37:27 2015	(r376393)
@@ -5,7 +5,7 @@ PORTNAME=	nslint
 PORTVERSION=	3.1
 CATEGORIES=	dns
 MASTER_SITES=	ftp://ftp.ee.lbl.gov/ \
-		CRITICAL
+		LOCAL/ehaupt
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/.a/a/}
 
 MAINTAINER=	ehaupt at FreeBSD.org

Modified: head/dns/tinystats/Makefile
==============================================================================
--- head/dns/tinystats/Makefile	Tue Jan  6 09:37:18 2015	(r376392)
+++ head/dns/tinystats/Makefile	Tue Jan  6 09:37:27 2015	(r376393)
@@ -5,7 +5,7 @@ PORTNAME=	tinystats
 PORTVERSION=	1.1
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://www.morettoni.net/bsd/ \
-		CRITICAL
+		LOCAL/ehaupt
 
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	DJB's tinydns statistics generator

Modified: head/dns/vizone/Makefile
==============================================================================
--- head/dns/vizone/Makefile	Tue Jan  6 09:37:18 2015	(r376392)
+++ head/dns/vizone/Makefile	Tue Jan  6 09:37:27 2015	(r376393)
@@ -4,7 +4,7 @@
 PORTNAME=	vizone
 PORTVERSION=	0.1
 CATEGORIES=	dns
-MASTER_SITES=	CRITICAL
+MASTER_SITES=	LOCAL/ehaupt
 
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	Updates the serial number in one or more zonefiles

Modified: head/dns/zonenotify/Makefile
==============================================================================
--- head/dns/zonenotify/Makefile	Tue Jan  6 09:37:18 2015	(r376392)
+++ head/dns/zonenotify/Makefile	Tue Jan  6 09:37:27 2015	(r376393)
@@ -5,7 +5,7 @@ PORTNAME=	zonenotify
 PORTVERSION=	0.1
 CATEGORIES=	dns
 MASTER_SITES=	http://www.morettoni.net/bsd/ \
-		CRITICAL
+		LOCAL/ehaupt
 
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	DNS notify sender written in C


More information about the svn-ports-all mailing list