Revision: 116728 https://trac.macports.org/changeset/116728 Author: ryandesign@macports.org Date: 2014-02-04 17:13:36 -0800 (Tue, 04 Feb 2014) Log Message: ----------- slib: conflicts with texinfo 5 at build time (#42370) Modified Paths: -------------- trunk/dports/devel/slib/Portfile Modified: trunk/dports/devel/slib/Portfile =================================================================== --- trunk/dports/devel/slib/Portfile 2014-02-05 01:11:48 UTC (rev 116727) +++ trunk/dports/devel/slib/Portfile 2014-02-05 01:13:36 UTC (rev 116728) @@ -2,6 +2,7 @@ # $Id$ PortSystem 1.0 +PortGroup conflicts_build 1.0 name slib version 3b2 @@ -33,6 +34,9 @@ mandir=${destroot}${prefix}/share/man/ \ infodir=${destroot}${prefix}/share/info/ +# https://trac.macports.org/ticket/42370 +conflicts_build texinfo + livecheck.type regex livecheck.url [lindex ${master_sites} 0] livecheck.regex ${name}-(\[0-9a-d.\]+)${extract.suffix}
participants (1)
-
ryandesign@macports.org