Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2012 10:48:18 +0000 (UTC)
From:      Erwin Lansing <erwin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308135 - in head/dns: bind96 bind97 bind98 bind99
Message-ID:  <201212031048.qB3AmI3B007484@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: erwin
Date: Mon Dec  3 10:48:18 2012
New Revision: 308135
URL: http://svnweb.freebsd.org/changeset/ports/308135

Log:
  Remove gpg signature checking that in itself does not
  provide any additional security.
  
  Feature safe:	yes

Modified:
  head/dns/bind96/Makefile
  head/dns/bind97/Makefile
  head/dns/bind98/Makefile
  head/dns/bind99/Makefile

Modified: head/dns/bind96/Makefile
==============================================================================
--- head/dns/bind96/Makefile	Mon Dec  3 10:44:14 2012	(r308134)
+++ head/dns/bind96/Makefile	Mon Dec  3 10:48:18 2012	(r308135)
@@ -6,8 +6,6 @@ CATEGORIES=	dns net ipv6
 MASTER_SITES=	${MASTER_SITE_ISC}
 MASTER_SITE_SUBDIR=	bind9/${ISCVERSION}
 DISTNAME=	bind-${ISCVERSION}
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
-EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER=	erwin@FreeBSD.org
 COMMENT=	BIND DNS suite with updated DNSSEC and threads
@@ -181,9 +179,6 @@ MAN8=	dnssec-dsfromkey.8 dnssec-keyfroml
 	named.8 rndc-confgen.8 rndc.8
 MLINKS=	named-checkzone.8 named-compilezone.8
 
-verify:	checksum
-	gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc
-
 post-patch:
 .for FILE in check/named-checkconf.8 named/named.8 nsupdate/nsupdate.1 \
 	rndc/rndc.8

Modified: head/dns/bind97/Makefile
==============================================================================
--- head/dns/bind97/Makefile	Mon Dec  3 10:44:14 2012	(r308134)
+++ head/dns/bind97/Makefile	Mon Dec  3 10:48:18 2012	(r308135)
@@ -7,8 +7,6 @@ CATEGORIES=	dns net ipv6
 MASTER_SITES=	${MASTER_SITE_ISC}
 MASTER_SITE_SUBDIR=	bind9/${ISCVERSION}
 DISTNAME=	bind-${ISCVERSION}
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
-EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER=	erwin@FreeBSD.org
 COMMENT?=	BIND DNS suite with updated DNSSEC and threads
@@ -191,9 +189,6 @@ MAN8=	ddns-confgen.8 dnssec-dsfromkey.8 
 MLINKS=	named-checkzone.8 named-compilezone.8
 .endif	# BIND_TOOLS_SLAVE
 
-verify:	checksum
-	gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc
-
 .if !defined(BIND_TOOLS_SLAVE)
 post-patch:
 .for FILE in check/named-checkconf.8 named/named.8 nsupdate/nsupdate.1 \

Modified: head/dns/bind98/Makefile
==============================================================================
--- head/dns/bind98/Makefile	Mon Dec  3 10:44:14 2012	(r308134)
+++ head/dns/bind98/Makefile	Mon Dec  3 10:48:18 2012	(r308135)
@@ -6,8 +6,6 @@ CATEGORIES=	dns net ipv6
 MASTER_SITES=	${MASTER_SITE_ISC}
 MASTER_SITE_SUBDIR=	bind9/${ISCVERSION}
 DISTNAME=	bind-${ISCVERSION}
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
-EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER=	erwin@FreeBSD.org
 COMMENT=	BIND DNS suite with updated DNSSEC and DNS64
@@ -195,9 +193,6 @@ MAN8=	ddns-confgen.8 dnssec-dsfromkey.8 
 	rndc-confgen.8 rndc.8
 MLINKS=	named-checkzone.8 named-compilezone.8
 
-verify:	checksum
-	gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc
-
 post-patch:
 .for FILE in check/named-checkconf.8 named/named.8 nsupdate/nsupdate.1 \
 	rndc/rndc.8

Modified: head/dns/bind99/Makefile
==============================================================================
--- head/dns/bind99/Makefile	Mon Dec  3 10:44:14 2012	(r308134)
+++ head/dns/bind99/Makefile	Mon Dec  3 10:48:18 2012	(r308135)
@@ -6,8 +6,6 @@ CATEGORIES=	dns net ipv6
 MASTER_SITES=	${MASTER_SITE_ISC}
 MASTER_SITE_SUBDIR=	bind9/${ISCVERSION}
 DISTNAME=	bind-${ISCVERSION}
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
-EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER=	erwin@FreeBSD.org
 COMMENT=	BIND DNS suite with updated DNSSEC and DNS64
@@ -197,9 +195,6 @@ MAN8=	ddns-confgen.8 dnssec-dsfromkey.8 
 	rndc-confgen.8 rndc.8
 MLINKS=	named-checkzone.8 named-compilezone.8
 
-verify:	checksum
-	gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc
-
 post-patch:
 .for FILE in check/named-checkconf.8 named/named.8 nsupdate/nsupdate.1 \
 	rndc/rndc.8



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