[74493] trunk/dports/lang/gst-dev/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Dec 19 04:48:33 PST 2010


Revision: 74493
          http://trac.macports.org/changeset/74493
Author:   ryandesign at macports.org
Date:     2010-12-19 04:48:27 -0800 (Sun, 19 Dec 2010)
Log Message:
-----------
gst-dev: replaced_by gst; see #19327 (maintainer timeout)

Modified Paths:
--------------
    trunk/dports/lang/gst-dev/Portfile

Modified: trunk/dports/lang/gst-dev/Portfile
===================================================================
--- trunk/dports/lang/gst-dev/Portfile	2010-12-19 12:26:55 UTC (rev 74492)
+++ trunk/dports/lang/gst-dev/Portfile	2010-12-19 12:48:27 UTC (rev 74493)
@@ -1,8 +1,10 @@
 # $Id$
 
 PortSystem 1.0
+
 name		gst-dev
-version		3.0b
+replaced_by	gst
+version		3.1
 categories	lang
 maintainers	landonf openmaintainer
 description	Free implementation of Smalltalk-80
@@ -13,31 +15,11 @@
 		that it is well-versed to scripting tasks and headless processing.
 homepage	http://smalltalk.gnu.org/
 platforms	darwin
+distfiles
 
-#master_sites	gnu:smalltalk
-master_sites	ftp://alpha.gnu.org/gnu/smalltalk/
-distname	smalltalk-${version}
-checksums	md5 c712939b982b517cc53fc6eca216368c \
-		sha1 c295bf060f626de634a6bd0771d634dbfc6d9526 \
-		rmd160 af8ff26a52a67de513064ef1fad61be1cbe95969
+pre-configure {
+	ui_error "${name} has been replaced by ${replaced_by}; please install ${replaced_by} instead."
+	return -code error "obsolete port"
+}
 
-depends_lib	port:gmp \
-		port:libiconv \
-		port:ncurses \
-		port:ncursesw \
-		port:readline \
-		port:tcl \
-		port:tk
-
-configure.args	--infodir=${prefix}/share/info \
-		--mandir=${prefix}/share/man \
-		--with-gmp=${prefix}/lib \
-		--with-readline=${prefix}/lib \
-		--with-tcl=${prefix}/lib \
-		--with-tk=${prefix}/lib \
-		--with-libiconv-prefix=${prefix}
-
-test.run	yes
-test.target	check
-
-livecheck.regex smalltalk-(\\d+(?:\\.\\d+)*)${extract.suffix}
+livecheck.type none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101219/f5091f34/attachment.html>


More information about the macports-changes mailing list