[102999] trunk/dports/multimedia

jeremyhu at macports.org jeremyhu at macports.org
Mon Feb 11 13:59:01 PST 2013


Revision: 102999
          https://trac.macports.org/changeset/102999
Author:   jeremyhu at macports.org
Date:     2013-02-11 13:59:01 -0800 (Mon, 11 Feb 2013)
Log Message:
-----------
VLC09: Remove old port.  Tiger users are better off with the binary dist than this stripped down version.

Modified Paths:
--------------
    trunk/dports/multimedia/VLC/Portfile
    trunk/dports/multimedia/VLC-devel/Portfile

Removed Paths:
-------------
    trunk/dports/multimedia/VLC09/

Modified: trunk/dports/multimedia/VLC/Portfile
===================================================================
--- trunk/dports/multimedia/VLC/Portfile	2013-02-11 21:58:14 UTC (rev 102998)
+++ trunk/dports/multimedia/VLC/Portfile	2013-02-11 21:59:01 UTC (rev 102999)
@@ -19,7 +19,7 @@
 license             GPL
 
 platforms           darwin
-conflicts           VLC09 VLC-devel
+conflicts           VLC-devel
 
 homepage            http://www.videolan.org
 
@@ -52,7 +52,7 @@
 
 pre-fetch {
     if {"darwin" == ${os.platform} && ${os.major} < 9} {
-        ui_error "${name} ${version} requires Mac OS X 10.5 or greater, use port 'VLC09' instead"
+        ui_error "${name} ${version} requires Mac OS X 10.5 or greater."
         return -code error "incompatible Mac OS X version"
     }
 }

Modified: trunk/dports/multimedia/VLC-devel/Portfile
===================================================================
--- trunk/dports/multimedia/VLC-devel/Portfile	2013-02-11 21:58:14 UTC (rev 102998)
+++ trunk/dports/multimedia/VLC-devel/Portfile	2013-02-11 21:59:01 UTC (rev 102999)
@@ -19,7 +19,7 @@
 license             GPL
 
 platforms           darwin
-conflicts           VLC09 VLC
+conflicts           VLC
 
 homepage            http://www.videolan.org
 
@@ -55,10 +55,6 @@
 supported_archs x86_64
 
 pre-fetch {
-    if {"darwin" == ${os.platform} && ${os.major} < 9} {
-        ui_error "${name} ${version} requires Mac OS X 10.6 or greater, use port 'VLC09' instead"
-        return -code error "incompatible Mac OS X version"
-    }
     if {"darwin" == ${os.platform} && ${os.major} < 10} {
         ui_error "${name} ${version} requires Mac OS X 10.6 or greater, use port 'VLC' instead"
         return -code error "incompatible Mac OS X version"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130211/16d9a768/attachment.html>


More information about the macports-changes mailing list