From owner-svn-ports-all@FreeBSD.ORG Thu Feb 27 18:10:05 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 94943591; Thu, 27 Feb 2014 18:10:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8114C1445; Thu, 27 Feb 2014 18:10:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1RIA5X6093745; Thu, 27 Feb 2014 18:10:05 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1RIA4dV093741; Thu, 27 Feb 2014 18:10:04 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201402271810.s1RIA4dV093741@svn.freebsd.org> From: Mathieu Arnold Date: Thu, 27 Feb 2014 18:10:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346383 - in head/dns: bind-tools bind98 bind99 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2014 18:10:05 -0000 Author: mat Date: Thu Feb 27 18:10:04 2014 New Revision: 346383 URL: http://svnweb.freebsd.org/changeset/ports/346383 QAT: https://qat.redports.org/buildarchive/r346383/ Log: Change the BIND ports to use PKGNAMESUFFIX. Sponsored by: Absolight Modified: head/dns/bind-tools/Makefile head/dns/bind98/Makefile head/dns/bind99/Makefile Modified: head/dns/bind-tools/Makefile ============================================================================== --- head/dns/bind-tools/Makefile Thu Feb 27 18:04:16 2014 (r346382) +++ head/dns/bind-tools/Makefile Thu Feb 27 18:10:04 2014 (r346383) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTNAME= bind-tools +PKGNAMESUFFIX= -tools COMMENT= Command line tools from BIND: dig, host, and nslookup Modified: head/dns/bind98/Makefile ============================================================================== --- head/dns/bind98/Makefile Thu Feb 27 18:04:16 2014 (r346382) +++ head/dns/bind98/Makefile Thu Feb 27 18:10:04 2014 (r346383) @@ -1,11 +1,12 @@ # $FreeBSD$ -PORTNAME= bind98 +PORTNAME= bind PORTVERSION= 9.8.7 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} -DISTNAME= bind-${ISCVERSION} +PKGNAMESUFFIX= 98 +DISTNAME= ${PORTNAME}-${ISCVERSION} MAINTAINER= mat@FreeBSD.org COMMENT= BIND DNS suite with updated DNSSEC and DNS64 Modified: head/dns/bind99/Makefile ============================================================================== --- head/dns/bind99/Makefile Thu Feb 27 18:04:16 2014 (r346382) +++ head/dns/bind99/Makefile Thu Feb 27 18:10:04 2014 (r346383) @@ -1,12 +1,13 @@ # $FreeBSD$ -PORTNAME?= bind99 +PORTNAME= bind PORTVERSION= 9.9.5 PORTREVISION= 1 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} -DISTNAME= bind-${ISCVERSION} +PKGNAMESUFFIX?= 99 +DISTNAME= ${PORTNAME}-${ISCVERSION} MAINTAINER= mat@FreeBSD.org COMMENT= BIND DNS suite with updated DNSSEC and DNS64