[151655] trunk/dports/multimedia/mythtv.28/Portfile

ctreleaven at macports.org ctreleaven at macports.org
Fri Aug 19 05:42:27 PDT 2016


Revision: 151655
          https://trac.macports.org/changeset/151655
Author:   ctreleaven at macports.org
Date:     2016-08-19 05:42:27 -0700 (Fri, 19 Aug 2016)
Log Message:
-----------
mythtv.28: fix subport definitions, correct mythtv-plugins.28 dependency

Modified Paths:
--------------
    trunk/dports/multimedia/mythtv.28/Portfile

Modified: trunk/dports/multimedia/mythtv.28/Portfile
===================================================================
--- trunk/dports/multimedia/mythtv.28/Portfile	2016-08-19 10:52:43 UTC (rev 151654)
+++ trunk/dports/multimedia/mythtv.28/Portfile	2016-08-19 12:42:27 UTC (rev 151655)
@@ -48,6 +48,10 @@
 set pythonbin       ${prefix}/bin/${pythonver}
 set pymodver        py27
 
+subport mythtv-core${majorversion} { }
+subport mythtv-plugins${majorversion} { }
+subport mythtv-pkg${majorversion} { }
+
 if {$subport eq "mythtv-core${majorversion}"} {
     PortGroup           compiler_blacklist_versions 1.0
     PortGroup           conflicts_build 1.0
@@ -517,8 +521,7 @@
 		}
 	}
 
-	#FIXME - uncomment when mythtv-core.28 committed...
-	#depends_lib         port:mythtv-core${majorversion}
+	depends_lib         port:mythtv-core${majorversion}
 	# NB mythplugins/configure reads ${prefix}/include/mythtv/mythconfig.mak
 	# and sets several values from that, including cc and cxx
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160819/5e43f3aa/attachment-0001.html>


More information about the macports-changes mailing list