svn commit: r493574 - head/dns/gdnsd2

Ryan Steinmetz zi at FreeBSD.org
Fri Feb 22 15:36:32 UTC 2019


Author: zi
Date: Fri Feb 22 15:36:31 2019
New Revision: 493574
URL: https://svnweb.freebsd.org/changeset/ports/493574

Log:
  - Add CONFLICTS_INSTALL with upcoming dns/gdnsd3 port

Modified:
  head/dns/gdnsd2/Makefile

Modified: head/dns/gdnsd2/Makefile
==============================================================================
--- head/dns/gdnsd2/Makefile	Fri Feb 22 15:28:24 2019	(r493573)
+++ head/dns/gdnsd2/Makefile	Fri Feb 22 15:36:31 2019	(r493574)
@@ -26,7 +26,7 @@ USES=		pkgconfig libtool tar:xz perl5 gmake
 USE_PERL5=	build
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-CONFLICTS_INSTALL=	gdnsd-1.[0-9]*
+CONFLICTS_INSTALL=	gdnsd-1.[0-9]* gdnsd3-3.[0-9]*
 
 USE_RC_SUBR=	gdnsd
 


More information about the svn-ports-all mailing list