From owner-svn-ports-head@FreeBSD.ORG Tue Oct 21 12:06:12 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 98C3019A; Tue, 21 Oct 2014 12:06:12 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6CB571AB; Tue, 21 Oct 2014 12:06:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9LC6Cfs029556; Tue, 21 Oct 2014 12:06:12 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9LC6Bql029550; Tue, 21 Oct 2014 12:06:11 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201410211206.s9LC6Bql029550@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 21 Oct 2014 12:06:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371318 - in head: . dns dns/bind98 net/samba4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2014 12:06:12 -0000 Author: mat Date: Tue Oct 21 12:06:11 2014 New Revision: 371318 URL: https://svnweb.freebsd.org/changeset/ports/371318 QAT: https://qat.redports.org/buildarchive/r371318/ Log: Remove dns/bind98, it is EOL. Chase remaining dependencies. Sponsored by: Absolight Deleted: head/dns/bind98/ Modified: head/MOVED head/dns/Makefile head/net/samba4/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Oct 21 11:34:50 2014 (r371317) +++ head/MOVED Tue Oct 21 12:06:11 2014 (r371318) @@ -7166,3 +7166,4 @@ print/libmspub|print/libmspub01|2014-10- devel/py-olefileio_pl|devel/py-olefile|2014-10-17|Upstream name change audio/mad||2014-10-20|Directly use audio/libmad or audio/madplay mail/dspam-devel|mail/dspam|2014-10-20|Merged into mail/dspam +dns/bind98|dns/bind99|2014-10-21|BIND 9.8 EOL Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Tue Oct 21 11:34:50 2014 (r371317) +++ head/dns/Makefile Tue Oct 21 12:06:11 2014 (r371318) @@ -10,7 +10,6 @@ SUBDIR += bind-tools SUBDIR += bind10 SUBDIR += bind910 - SUBDIR += bind98 SUBDIR += bind99 SUBDIR += bindgraph SUBDIR += bundy Modified: head/net/samba4/Makefile ============================================================================== --- head/net/samba4/Makefile Tue Oct 21 11:34:50 2014 (r371317) +++ head/net/samba4/Makefile Tue Oct 21 12:06:11 2014 (r371318) @@ -3,7 +3,7 @@ PORTNAME?= ${SAMBA4_BASENAME}4 PORTVERSION?= ${SAMBA4_VERSION} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SAMBA} MASTER_SITE_SUBDIR= samba/stable samba/rc @@ -136,9 +136,8 @@ DEVELOPER_DESC= With development suppor MANPAGES_DESC= Build manpages from DOCBOOK templates OPTIONS_SINGLE= DNS -OPTIONS_SINGLE_DNS= NSUPDATE BIND98 BIND99 +OPTIONS_SINGLE_DNS= NSUPDATE BIND99 -BIND98_DESC= Use bind98 as a DNS server frontend BIND99_DESC= Use bind99 as a DNS server frontend NSUPDATE_DESC= Use internal DNS with NSUPDATE utility OPTIONS_DEFAULT+= NSUPDATE @@ -163,10 +162,7 @@ CONFIGURE_ARGS+= \ CFLAGS+= -fno-omit-frame-pointer .endif -.if ${PORT_OPTIONS:MBIND98} -RUN_DEPENDS+= bind98>=9.8.0.0:${PORTSDIR}/dns/bind98 -SUB_LIST+= NSUPDATE="@comment " -.elif ${PORT_OPTIONS:MBIND99} +.if ${PORT_OPTIONS:MBIND99} RUN_DEPENDS+= bind99>=9.9.0.0:${PORTSDIR}/dns/bind99 SUB_LIST+= NSUPDATE="@comment " .elif ${PORT_OPTIONS:MNSUPDATE}