svn commit: r397241 - head/dns/gdnsd2

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Sep 18 14:01:06 UTC 2015


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>


More information about the svn-ports-all mailing list