[19752] trunk/dports/lang/lua

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 27 10:09:39 PDT 2006


Revision: 19752
          http://trac.macosforge.org/projects/macports/changeset/19752
Author:   pmq at macports.org
Date:     2006-09-27 10:09:39 -0700 (Wed, 27 Sep 2006)

Log Message:
-----------
Version bump to 5.1.1
Removed the useless configure phase
Fixed the destroot phase using the new INSTALL_TOP env var
Fixed typos
Switched to sha1 & ripemd160
Added myself as maintainer, as blame&log show no activity on the port

Modified Paths:
--------------
    trunk/dports/lang/lua/Portfile

Removed Paths:
-------------
    trunk/dports/lang/lua/files/

Modified: trunk/dports/lang/lua/Portfile
===================================================================
--- trunk/dports/lang/lua/Portfile	2006-09-27 09:55:36 UTC (rev 19751)
+++ trunk/dports/lang/lua/Portfile	2006-09-27 17:09:39 UTC (rev 19752)
@@ -1,32 +1,32 @@
 # $Id: Portfile,v 1.4 2004/11/03 19:30:27 rshaw Exp $
 
 PortSystem              1.0
+
 name                    lua
-version                 5.0.2
-revision		1
+version                 5.1.1
 categories              lang
-maintainers             anselmg at t-online.de
-description             powerfull, light-weight programming language
+platforms               darwin
+maintainers             anselmg at t-online.de pmq at macports.org
+
+description             powerful, lightweight programming language
 long_description        Lua is a powerful, light-weight programming language \
 			designed for extending applications. Lua is also frequently \
-			used as a general-purpose, stand-alone language. 
-platforms               darwin
+			used as a general-purpose, standalone language. 
+
 homepage                http://www.lua.org
-master_sites	${homepage}/ftp/
-checksums               md5 dea74646b7e5c621fef7174df83c34b1
+master_sites		${homepage}/ftp/
+checksums               sha1 be13878ceef8e1ee7a4201261f0adf09f89f1005 \
+			rmd160 0b9cc31cca1a0f4c2ebb62f177dc157677953a4c
 
-depends_lib		lib:libreadline:readline
+depends_lib		port:readline
 
-patchfiles		patch-config \
-				patch-Makefile
-post-patch {
-	reinplace s|@PREFIX@|${prefix}| ${worksrcpath}/config
-	reinplace s|@DESTROOT@|${destroot}| ${worksrcpath}/config
-}
+use_configure		no
+build.target		macosx
 
-build.target	all dylib dylibbin
+test.run		yes
+test.env		DYLD_LIBRARY_PATH=./lib
 
-destroot.target	install dylibinstall
+destroot.target	install INSTALL_TOP=${destroot}/${prefix}
 post-destroot {
 	cd ${worksrcpath}
 	xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name}
@@ -43,12 +43,8 @@
 	}
 }
 
-test.run		yes
-test.env		DYLD_LIBRARY_PATH=./lib
-
 variant static {
 	build.target	all
-	destroot.target	install
+	destroot.target	install INSTALL_TOP=${destroot}/${prefix}
 	test.env
 }
-

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20060927/c94aac82/attachment.html


More information about the macports-changes mailing list