[33684] trunk/dports/graphics/wxLua

afb at macports.org afb at macports.org
Sun Feb 3 02:30:25 PST 2008


Revision: 33684
          http://trac.macosforge.org/projects/macports/changeset/33684
Author:   afb at macports.org
Date:     2008-02-03 02:30:24 -0800 (Sun, 03 Feb 2008)

Log Message:
-----------
port update: wxLua 2.8.7.0

Modified Paths:
--------------
    trunk/dports/graphics/wxLua/Portfile

Removed Paths:
-------------
    trunk/dports/graphics/wxLua/files/patch-Makefile.in
    trunk/dports/graphics/wxLua/files/patch-configure

Modified: trunk/dports/graphics/wxLua/Portfile
===================================================================
--- trunk/dports/graphics/wxLua/Portfile	2008-02-03 09:17:47 UTC (rev 33683)
+++ trunk/dports/graphics/wxLua/Portfile	2008-02-03 10:30:24 UTC (rev 33684)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name			wxLua
-version			2.8.4.0
-revision		1
+version			2.8.7.0
 categories		graphics devel
 platforms		darwin freebsd
 maintainers		afb at macports.org
@@ -17,36 +16,31 @@
 
 homepage		http://wxlua.sourceforge.net/
 master_sites		sourceforge:wxlua
+distname		${name}-${version}-src
 
-checksums		md5 b785cac87f34f5e0f43d0a6a6ddc4770 \
-			sha1 d0fdd5ebe497c1ecece240628932aea1476acf0d \
-			rmd160 5b9d8b46c900bf70a840c2163f11198fdd556d2c
+checksums		md5 d342db617eb63e69232ef13ba96c678a \
+			sha1 94b9b80d6a08cd358093d7ae117a151e7167dc6b \
+			rmd160 0f699cf4e462d8ed934b29795a684dc593a57691
 
-depends_lib		port:wxstedit
-#			port:lua
+depends_lib		port:wxstedit port:lua
 
 worksrcdir		wxLua
-patchfiles		patch-configure
 
 configure.args		--mandir=${prefix}/share/man \
 			--with-wx-prefix=${prefix} \
-			--enable-wxbindstc --enable-luamodule
-#			--with-lua-prefix=${prefix}
+			--enable-wxbindstc --enable-luamodule \
+			--with-lua-prefix=${prefix}
 
-post-destroot {
-	# this bin conflicts with the "lua" port:
-	delete "${destroot}${prefix}/bin/lua"
+configure.ccache	no
 
+post-destroot {
+	# these includes conflict with the "lua" port:
 	delete "${destroot}${prefix}/include/lauxlib.h"
 	delete "${destroot}${prefix}/include/lua.h"
 	delete "${destroot}${prefix}/include/luaconf.h"
 	delete "${destroot}${prefix}/include/lualib.h"
 }
 
-platform darwin {
-patchfiles-append	patch-Makefile.in
-}
-
 platform macosx {}
 if { [variant_isset macosx] && ![variant_isset x11] } { default_variants +aqua }
 if { [variant_isset puredarwin] } { default_variants +x11 }

Deleted: trunk/dports/graphics/wxLua/files/patch-Makefile.in
===================================================================
--- trunk/dports/graphics/wxLua/files/patch-Makefile.in	2008-02-03 09:17:47 UTC (rev 33683)
+++ trunk/dports/graphics/wxLua/files/patch-Makefile.in	2008-02-03 10:30:24 UTC (rev 33684)
@@ -1,11 +0,0 @@
---- apps/Makefile.in.orig	2007-05-24 02:59:43.000000000 +0200
-+++ apps/Makefile.in	2007-08-14 01:24:59.000000000 +0200
-@@ -184,7 +184,7 @@
- @COND_USE_WXLUAFREEZEAPP_1@	= wxLuaFreeze.app/Contents/PkgInfo
- @COND_PLATFORM_MACOSX_1 at __app_wxluafreeze_bundle___depname \
- @COND_PLATFORM_MACOSX_1@	= app_wxluafreeze_bundle
-- at COND_SHARED_1@__app = -Wl,-rpath,../lib
-+ at COND_SHARED_1@__app = 
- 
- ### Targets: ###
- 

Deleted: trunk/dports/graphics/wxLua/files/patch-configure
===================================================================
--- trunk/dports/graphics/wxLua/files/patch-configure	2008-02-03 09:17:47 UTC (rev 33683)
+++ trunk/dports/graphics/wxLua/files/patch-configure	2008-02-03 10:30:24 UTC (rev 33684)
@@ -1,11 +0,0 @@
---- configure.orig	2007-05-08 20:26:05.000000000 +0200
-+++ configure	2007-08-14 01:49:28.000000000 +0200
-@@ -4375,7 +4375,7 @@
- 
-                         if test "$DEBUG" = "1"; then
-                 BUILD="debug"
--            elif test "$DEBUG" = ""; then
-+            elif test "$DEBUG" = "0"; then
-                 BUILD="release"
-             fi
-         fi

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


More information about the macports-changes mailing list