[86788] trunk/dports/devel/libtool-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Nov 3 23:10:17 PDT 2011


Revision: 86788
          http://trac.macports.org/changeset/86788
Author:   ryandesign at macports.org
Date:     2011-11-03 23:10:14 -0700 (Thu, 03 Nov 2011)
Log Message:
-----------
libtool-devel: replaced_by libtool

Modified Paths:
--------------
    trunk/dports/devel/libtool-devel/Portfile

Modified: trunk/dports/devel/libtool-devel/Portfile
===================================================================
--- trunk/dports/devel/libtool-devel/Portfile	2011-11-04 05:48:11 UTC (rev 86787)
+++ trunk/dports/devel/libtool-devel/Portfile	2011-11-04 06:10:14 UTC (rev 86788)
@@ -3,21 +3,19 @@
 PortSystem 1.0
 
 name             libtool-devel
-version          2.3a
+replaced_by      libtool
+version          2.4.2
 categories       devel
 maintainers      nomaintainer
-description      The GNU Portable Library Tool
-long_description \
-	GNU libtool is a generic library support script. \
-	Libtool hides the complexity of using shared libraries \
-	behind a consistent, portable interface.
+description      Obsolete port
+long_description Obsolete port
 homepage         http://www.gnu.org/software/libtool/
 platforms        darwin
+distfiles
 
-master_sites     http://pogma.com/libtool/
-distname         libtool-${version}
-checksums        md5 f7ee3a3690977cd3faf4496a9c997356 \
-                 sha1 1154798c48a58543e7022e546d37858df193f546 \
-                 rmd160 6b461896f862f0e3015ab0bbc356d15f527a3903
+pre-configure {
+    ui_error "${name} has been replaced by ${replaced_by}; please install ${replaced_by} instead."
+    return -code error "obsolete port"
+}
 
-configure.args   --program-prefix=g --infodir=${prefix}/share/info
+livecheck.type   none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111103/3240b431/attachment.html>


More information about the macports-changes mailing list