Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Nov 2014 23:17:41 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372752 - in head/dns: bind-tools bind910
Message-ID:  <201411182317.sAINHfkU025536@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Nov 18 23:17:41 2014
New Revision: 372752
URL: https://svnweb.freebsd.org/changeset/ports/372752
QAT: https://qat.redports.org/buildarchive/r372752/

Log:
  Fix bind-tools PORTREVISION.
  
  Noticed by:	Andrei Brezan
  Sponsored by:	Absolight

Modified:
  head/dns/bind-tools/Makefile
  head/dns/bind910/Makefile

Modified: head/dns/bind-tools/Makefile
==============================================================================
--- head/dns/bind-tools/Makefile	Tue Nov 18 23:06:39 2014	(r372751)
+++ head/dns/bind-tools/Makefile	Tue Nov 18 23:17:41 2014	(r372752)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	2
+PORTREVISION=	3
 PKGNAMESUFFIX=	-tools
 
 COMMENT=	Command line tools from BIND: dig, host, and nslookup

Modified: head/dns/bind910/Makefile
==============================================================================
--- head/dns/bind910/Makefile	Tue Nov 18 23:06:39 2014	(r372751)
+++ head/dns/bind910/Makefile	Tue Nov 18 23:17:41 2014	(r372752)
@@ -2,7 +2,7 @@
 
 PORTNAME=	bind
 PORTVERSION=	${ISCVERSION:S/-P/P/}
-PORTREVISION=	1
+PORTREVISION?=	1
 CATEGORIES=	dns net ipv6
 MASTER_SITES=	ISC/bind9/${ISCVERSION}
 PKGNAMESUFFIX?=	910



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