Date: Fri, 15 Apr 2016 11:48:32 +0000 (UTC) From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413335 - head/www/p5-RT-Extension-SLA Message-ID: <201604151148.u3FBmWSa005033@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604151148.u3FBmWSa005033>