[80841] trunk/dports/tex/texlive-lang-ukenglish/Portfile

dports at macports.org dports at macports.org
Mon Jul 18 15:08:00 PDT 2011


Revision: 80841
          http://trac.macports.org/changeset/80841
Author:   dports at macports.org
Date:     2011-07-18 15:07:59 -0700 (Mon, 18 Jul 2011)
Log Message:
-----------
texlive-lang-ukenglish stub: error out in pre-configure rather than pre-fetch

Modified Paths:
--------------
    trunk/dports/tex/texlive-lang-ukenglish/Portfile

Modified: trunk/dports/tex/texlive-lang-ukenglish/Portfile
===================================================================
--- trunk/dports/tex/texlive-lang-ukenglish/Portfile	2011-07-18 21:26:19 UTC (rev 80840)
+++ trunk/dports/tex/texlive-lang-ukenglish/Portfile	2011-07-18 22:07:59 UTC (rev 80841)
@@ -16,16 +16,13 @@
 homepage            http://www.tug.org/texlive/
 platforms           darwin
 supported_archs     noarch
-master_sites        http://flute.csail.mit.edu/texlive/
+distfiles
 
 replaced_by         texlive-lang-english
 
-pre-fetch {
-    ui_msg "$name has been replaced by texlive-lang-english."
-    return -code error "$name cannot be installed"
+pre-configure {
+    ui_error "${name} has been replaced by ${replaced_by}; please install that port instead"
+    return -code error "obsolete port"
 }
 
-use_configure       no
-build               {}
-destroot            {}
 livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110718/a70eb653/attachment-0001.html>


More information about the macports-changes mailing list