[63325] trunk/dports/devel/lua-luafilesystem

and.damore at macports.org and.damore at macports.org
Mon Feb 1 13:58:23 PST 2010


Revision: 63325
          http://trac.macports.org/changeset/63325
Author:   and.damore at macports.org
Date:     2010-02-01 13:58:22 -0800 (Mon, 01 Feb 2010)
Log Message:
-----------
updated lua-luafilesystem to 1.5.0, new homepage is at github

Modified Paths:
--------------
    trunk/dports/devel/lua-luafilesystem/Portfile
    trunk/dports/devel/lua-luafilesystem/files/patch-Makefile.diff
    trunk/dports/devel/lua-luafilesystem/files/patch-config.diff

Modified: trunk/dports/devel/lua-luafilesystem/Portfile
===================================================================
--- trunk/dports/devel/lua-luafilesystem/Portfile	2010-02-01 21:55:14 UTC (rev 63324)
+++ trunk/dports/devel/lua-luafilesystem/Portfile	2010-02-01 21:58:22 UTC (rev 63325)
@@ -2,25 +2,28 @@
 PortSystem 1.0
 
 name                lua-luafilesystem
-version             1.4.2
+version             1.5.0
 categories          devel
 platforms           darwin
 maintainers         and.damore openmaintainer
 description         File System Library for the Lua Programming Language
-long_description    LuaFileSystem is a Lua library developed to complement the set of \
-					functions related to file systems offered by the standard Lua \
-					distribution.
-homepage            http://www.keplerproject.org/luafilesystem
-master_sites        http://luaforge.net/frs/download.php/3931/
-checksums           md5     8e7b2a9b899d669280456d0f95afd961 \
-                    sha1    19b2d7935d933868baa4fc59ad1ef79ee9924217 \
-                    rmd160  47ced0e72f4e2b442fe3fc38214e4ac7f56cfced
-distname            luafilesystem-${version}
+long_description    LuaFileSystem is a Lua library developed to complement the set of functions \
+                    related to file systems offered by the standard Lua distribution.
+
+homepage            http://keplerproject.github.com/luafilesystem/
+master_sites        http://github.com/keplerproject/luafilesystem/tarball
+checksums           md5     31478c7d3dd9975f6899ededa5c11f26 \
+                    sha1    92970cd632fca0180ce80b1c94d9f43491349202 \
+                    rmd160  3e6424074befe01108334982df5dbfdf90b7b61e
+
+distfiles           v${version}
 depends_lib         port:lua
+worksrcdir          keplerproject-luafilesystem-8ff2013
 patchfiles          patch-config.diff \
 					patch-Makefile.diff
+
 post-patch {
-   reinplace "s|%%PREFIX%%|${prefix}|g" ${worksrcpath}/config
+   reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/config
 }
 use_configure       no
-build.target		
+build.target        

Modified: trunk/dports/devel/lua-luafilesystem/files/patch-Makefile.diff
===================================================================
--- trunk/dports/devel/lua-luafilesystem/files/patch-Makefile.diff	2010-02-01 21:55:14 UTC (rev 63324)
+++ trunk/dports/devel/lua-luafilesystem/files/patch-Makefile.diff	2010-02-01 21:58:22 UTC (rev 63325)
@@ -1,7 +1,7 @@
---- Makefile.orig	2009-09-16 12:21:18.000000000 +0200
-+++ Makefile	2009-09-16 12:21:59.000000000 +0200
+--- Makefile.orig	2010-02-01 22:48:50.000000000 +0100
++++ Makefile	2010-02-01 22:47:55.000000000 +0100
 @@ -15,8 +15,8 @@
- 	MACOS_DEPLOYMENT_TARGET="10.3"; export MACOSX_DEPLOYMENT_TARGET; $(CC) $(CFLAGS) $(LIB_OPTION) -o src/lfs.so $(OBJS)
+ 	MACOSX_DEPLOYMENT_TARGET="10.3"; export MACOSX_DEPLOYMENT_TARGET; $(CC) $(CFLAGS) $(LIB_OPTION) -o src/lfs.so $(OBJS)
  
  install:
 -	mkdir -p $(LUA_LIBDIR)

Modified: trunk/dports/devel/lua-luafilesystem/files/patch-config.diff
===================================================================
--- trunk/dports/devel/lua-luafilesystem/files/patch-config.diff	2010-02-01 21:55:14 UTC (rev 63324)
+++ trunk/dports/devel/lua-luafilesystem/files/patch-config.diff	2010-02-01 21:58:22 UTC (rev 63325)
@@ -1,11 +1,11 @@
---- config.orig	2009-09-16 12:13:37.000000000 +0200
-+++ config	2009-09-16 12:14:49.000000000 +0200
+--- config.orig	2010-02-01 22:48:44.000000000 +0100
++++ config	2010-02-01 22:47:55.000000000 +0100
 @@ -1,7 +1,7 @@
  # Installation directories
  
  # Default installation prefix
 -PREFIX=/usr/local
-+PREFIX=%%PREFIX%%
++PREFIX=@@PREFIX@@
  
  # System's libraries directory (where binary libraries are installed)
  LUA_LIBDIR= $(PREFIX)/lib/lua/5.1
@@ -20,9 +20,3 @@
  
  LIBNAME= $T.so.$V
  
-@@ -20,5 +20,3 @@
- INCS= -I$(LUA_INC)
- CFLAGS= $(WARN) $(INCS)
- CC= gcc
--
--# $Id: config,v 1.21 2007/10/27 22:42:32 carregal Exp $
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100201/9bcff4f8/attachment-0001.html>


More information about the macports-changes mailing list