svn commit: r445992 - head/security/softether

Kurt Jaeger pi at FreeBSD.org
Sun Jul 16 10:00:44 UTC 2017


Author: pi
Date: Sun Jul 16 10:00:42 2017
New Revision: 445992
URL: https://svnweb.freebsd.org/changeset/ports/445992

Log:
  security/softether: Add conflict with softether-devel
  
  PR:		219136
  Submitted by:	Franco Fichtner <franco at opnsense.org>
  Approved by:	net at arrishq.net (maintainer)

Modified:
  head/security/softether/Makefile

Modified: head/security/softether/Makefile
==============================================================================
--- head/security/softether/Makefile	Sun Jul 16 09:31:09 2017	(r445991)
+++ head/security/softether/Makefile	Sun Jul 16 10:00:42 2017	(r445992)
@@ -12,6 +12,8 @@ COMMENT=	Softether VPN solution
 
 LICENSE=	GPLv2
 
+CONFLICTS_INSTALL=	softether-devel
+
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 


More information about the svn-ports-all mailing list