lua-md5: updated to 1.0.2
authorTilman Sauerbeck <tilman@code-monkey.de>
Wed, 9 May 2007 15:10:05 +0000 (17:10 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Wed, 9 May 2007 15:10:05 +0000 (17:10 +0200)
lua-md5/.md5sum
lua-md5/Pkgfile
lua-md5/lua-md5.diff

index 72376bd4a79c634bdaaece70a092f239fc553d2a..c4372454e0cf468f5d618df9896e1a6b01888934 100644 (file)
@@ -1,2 +1,2 @@
-33d78eb2d76c5af153e8996e5b6bcf12  lua-md5.diff
-1a05228e204aa20145d173cc25115e1f  md5-1.0.1.tar.gz
+3cac1d0622e93d557005b142bcf7b7ae  lua-md5.diff
+8dc68ac34ca913971bc06dd4a0650311  md5-1.0.2.tar.gz
index 3b386598ca9d7f710cbc546acc67244e3032434e..4d5e5edc0e4176c7b23d030ea3ac47c29e9eb93b 100644 (file)
@@ -4,9 +4,9 @@
 # Depends on: lua
 
 name=lua-md5
-version=1.0.1
+version=1.0.2
 release=1
-source=(http://luaforge.net/frs/download.php/1717/md5-$version.tar.gz \
+source=(http://luaforge.net/frs/download.php/2384/md5-$version.tar.gz \
         $name.diff)
 
 build() {
index 8be304948663d0a190fa2396aab01d303a30f8d0..32027db9fd26e17881e35878d244c25023a6761a 100644 (file)
@@ -1,6 +1,6 @@
-diff -aur md5-1.0.1.orig/Makefile md5-1.0.1/Makefile
---- md5-1.0.1.orig/Makefile    2006-07-24 03:16:37.000000000 +0200
-+++ md5-1.0.1/Makefile 2007-04-09 21:31:27.973470355 +0200
+diff -aur md5-1.0.2.orig/Makefile md5-1.0.2/Makefile
+--- md5-1.0.2.orig/Makefile    2006-12-20 21:17:20.000000000 +0100
++++ md5-1.0.2/Makefile 2007-05-09 17:07:12.128918598 +0200
 @@ -21,10 +21,9 @@
        $(CC) -c $(CFLAGS) -o $@ $(COMPAT_DIR)/compat-5.1.c
  
@@ -15,30 +15,21 @@ diff -aur md5-1.0.1.orig/Makefile md5-1.0.1/Makefile
  
  clean:
        rm -f $(OBJS) src/$(LIBNAME)
-diff -aur md5-1.0.1.orig/config md5-1.0.1/config
---- md5-1.0.1.orig/config      2006-07-24 03:16:37.000000000 +0200
-+++ md5-1.0.1/config   2007-04-09 21:29:01.514948410 +0200
+diff -aur md5-1.0.2.orig/config md5-1.0.2/config
+--- md5-1.0.2.orig/config      2006-12-15 19:15:00.000000000 +0100
++++ md5-1.0.2/config   2007-05-09 17:07:58.167542194 +0200
 @@ -1,11 +1,11 @@
  # Installation directories
  # System's libraries directory (where binary libraries are installed)
--LUA_LIBDIR= /usr/local/lib/lua/5.0
+-LUA_LIBDIR= /usr/local/lib/lua/5.1
 +LUA_LIBDIR= /usr/lib/lua/5.1
  # Lua directory (where Lua source libraries will be installed)
  # This is the LUA_PATH
--LUA_DIR= /usr/local/share/lua/5.0
-+LUA_DIR= /usr/share/lua/5.1
+-LUA_DIR= /usr/local/share/lua/5.1
++LUA_DIR= /usr//share/lua/5.1
  # Lua includes directory
--LUA_INC= /usr/local/include
+-LUA_INC= /usr/local/include/lua51
 +LUA_INC= /usr/include
  
  # OS dependent
  LIB_OPTION= -shared #for Linux
-@@ -16,7 +16,7 @@
- # (according to Lua 5.1 definition:
- # first version digit * 100 + second version digit
- # e.g. Lua 5.0.2 => 500, Lua 5.1 => 501, Lua 5.1.1 => 501)
--LUA_VERSION_NUM= 500
-+LUA_VERSION_NUM= 501
- COMPAT_DIR= ../compat/src
- # Compilation directives