Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 2015 14:01:06 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397241 - head/dns/gdnsd2
Message-ID:  <201509181401.t8IE16EV069861@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Sep 18 14:01:05 2015
New Revision: 397241
URL: https://svnweb.freebsd.org/changeset/ports/397241

Log:
  - Drop 8.x support
  
  Approved by:	portmgr blanket

Modified:
  head/dns/gdnsd2/Makefile

Modified: head/dns/gdnsd2/Makefile
==============================================================================
--- head/dns/gdnsd2/Makefile	Fri Sep 18 14:00:50 2015	(r397240)
+++ head/dns/gdnsd2/Makefile	Fri Sep 18 14:01:05 2015	(r397241)
@@ -43,12 +43,6 @@ URCU_DESC=		Read-Copy-Update Support (Fa
 URCU_CONFIGURE_WITH=	urcu
 URCU_LIB_DEPENDS=	liburcu.so:${PORTSDIR}/sysutils/liburcu
 
-.include <bsd.port.pre.mk>
-
-.if (${OSVERSION} >= 900000 && ${OSVERSION} < 903000)
-IGNORE=		you must be running FreeBSD 9.3 or higher
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|$${localstatedir}/lib/$${PACKAGE_NAME}|/var/db/${PORTNAME}|g' \
 		${WRKSRC}/configure
@@ -60,4 +54,4 @@ post-install:
 		${STAGEDIR}${PREFIX}/etc/gdnsd/zones \
 		${STAGEDIR}/var/run/gdnsd
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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