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

ctreleaven at macports.org ctreleaven at macports.org
Wed Sep 7 09:19:38 PDT 2016


Revision: 152407
          https://trac.macports.org/changeset/152407
Author:   ctreleaven at macports.org
Date:     2016-09-07 09:19:38 -0700 (Wed, 07 Sep 2016)
Log Message:
-----------
mythtv-core.28: tidy post-activate, mythtv.28: make version string consistent

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

Modified: trunk/dports/multimedia/mythtv.28/Portfile
===================================================================
--- trunk/dports/multimedia/mythtv.28/Portfile	2016-09-07 16:16:22 UTC (rev 152406)
+++ trunk/dports/multimedia/mythtv.28/Portfile	2016-09-07 16:19:38 UTC (rev 152407)
@@ -477,13 +477,12 @@
         if [file exists /Library/LaunchDaemons/${plistfile}] {
             file delete -force /Library/LaunchDaemons/${plistfile}
         }
-        # The startupitem.install keyword does not exist in MacPorts < 2.1.
-        if {![info exists startupitem.install]} {
-            set startupitem.install yes
-        }
         # If "startupitem.install" is set to "no" in macports.conf then do not link.
         if {${startupitem.install} != "no"} {
             ln -s ${plistdir}/${plistfile} /Library/LaunchDaemons
+        } else {
+            notes-append "
+            Installation of the startup item was prohibited due to a setting."
         }
     }
     
@@ -618,7 +617,7 @@
 }
 
 if {$subport eq "mythtv${majorversion}"} {
-    version             0${majorversion}${minorversion}-Fixes
+    version             0${majorversion}${minorversion}-Fixes-${lastcommit}
     revision            ${metarev}
     description         installs complete MythTV system
     long_description    \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160907/29161025/attachment.html>


More information about the macports-changes mailing list