svn commit: r413335 - head/www/p5-RT-Extension-SLA

Matthew Seaman matthew at FreeBSD.org
Fri Apr 15 11:48:33 UTC 2016


Author: matthew
Date: Fri Apr 15 11:48:32 2016
New Revision: 413335
URL: https://svnweb.freebsd.org/changeset/ports/413335

Log:
  Add a CONFLICTS_INSTALL on www/rt44 -- the SLA module has been made a
  standard feature there rather than an add-on.
  
  Remove a duplicate LICENSE setting.

Modified:
  head/www/p5-RT-Extension-SLA/Makefile

Modified: head/www/p5-RT-Extension-SLA/Makefile
==============================================================================
--- head/www/p5-RT-Extension-SLA/Makefile	Fri Apr 15 11:36:24 2016	(r413334)
+++ head/www/p5-RT-Extension-SLA/Makefile	Fri Apr 15 11:48:32 2016	(r413335)
@@ -15,7 +15,8 @@ LICENSE=	GPLv2
 BUILD_DEPENDS=	p5-Business-Hours>0:misc/p5-Business-Hours
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-LICENSE=	GPLv2
+# SLA functionality comes as standard in RT 4.4.x
+CONFLICTS_INSTALL=	rt44-4.4.*
 
 NO_ARCH=	yes
 


More information about the svn-ports-all mailing list