[82416] trunk/dports/python/py25-quodlibet/Portfile

jmr at macports.org jmr at macports.org
Sat Aug 13 08:32:12 PDT 2011


Revision: 82416
          http://trac.macports.org/changeset/82416
Author:   jmr at macports.org
Date:     2011-08-13 08:32:12 -0700 (Sat, 13 Aug 2011)
Log Message:
-----------
py25-quodlibet: fail with an error message pointing to the replacement, instead of failing to fetch

Modified Paths:
--------------
    trunk/dports/python/py25-quodlibet/Portfile

Modified: trunk/dports/python/py25-quodlibet/Portfile
===================================================================
--- trunk/dports/python/py25-quodlibet/Portfile	2011-08-13 15:27:15 UTC (rev 82415)
+++ trunk/dports/python/py25-quodlibet/Portfile	2011-08-13 15:32:12 UTC (rev 82416)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem          1.0
+
 name                py25-quodlibet
 replaced_by         quodlibet
 version             2.2
@@ -17,4 +18,9 @@
 It has extremely flexible metadata tag editing and searching capabilities.
 
 homepage            http://code.google.com/p/quodlibet/
-master_sites        googlecode:quodlibet
+distfiles
+
+pre-configure {
+    ui_error "$name has been replaced by $replaced_by"
+    error "obsolete port"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110813/3a91fcc5/attachment.html>


More information about the macports-changes mailing list