pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/lua-filesystem Update devel/lua-filesystem to 1....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/078c97e5c05d
branches:  trunk
changeset: 648934:078c97e5c05d
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Tue Mar 24 13:35:49 2015 +0000

description:
Update devel/lua-filesystem to 1.6.3.

- Lua 5.3 support.
- Assorted bugfixes.

diffstat:

 devel/lua-filesystem/Makefile |  9 +++++----
 devel/lua-filesystem/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (40 lines):

diff -r aad3080cd52c -r 078c97e5c05d devel/lua-filesystem/Makefile
--- a/devel/lua-filesystem/Makefile     Tue Mar 24 13:22:20 2015 +0000
+++ b/devel/lua-filesystem/Makefile     Tue Mar 24 13:35:49 2015 +0000
@@ -1,17 +1,18 @@
-# $NetBSD: Makefile,v 1.8 2014/10/19 22:27:44 alnsn Exp $
+# $NetBSD: Makefile,v 1.9 2015/03/24 13:35:49 fhajny Exp $
 #
 
-DISTNAME=              luafilesystem-1.6.2
+DISTNAME=              luafilesystem-1.6.3
 PKGNAME=               ${DISTNAME:S/lua/${LUA_PKGPREFIX}-/}
-PKGREVISION=           3
 CATEGORIES=            devel
-MASTER_SITES=          http://github.com/downloads/keplerproject/luafilesystem/
+MASTER_SITES=          -http://github.com/keplerproject/luafilesystem/archive/v_1_6_3.tar.gz
 
 MAINTAINER=            filip%joyent.com@localhost
 HOMEPAGE=              http://keplerproject.github.com/luafilesystem/
 COMMENT=               File system related library for Lua
 LICENSE=               mit
 
+WRKSRC=                        ${WRKDIR}/luafilesystem-v_${PKGVERSION_NOREV:S/./_/g}
+
 USE_TOOLS+=            gmake
 BUILD_TARGET=          lib
 
diff -r aad3080cd52c -r 078c97e5c05d devel/lua-filesystem/distinfo
--- a/devel/lua-filesystem/distinfo     Tue Mar 24 13:22:20 2015 +0000
+++ b/devel/lua-filesystem/distinfo     Tue Mar 24 13:35:49 2015 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2013/09/13 12:09:37 fhajny Exp $
+$NetBSD: distinfo,v 1.4 2015/03/24 13:35:49 fhajny Exp $
 
-SHA1 (luafilesystem-1.6.2.tar.gz) = 13e9ff1a550218eacbad6aef052fd686c4592797
-RMD160 (luafilesystem-1.6.2.tar.gz) = bc106c6207ac99e15158483af7abebd67d44a893
-Size (luafilesystem-1.6.2.tar.gz) = 27886 bytes
+SHA1 (luafilesystem-1.6.3.tar.gz) = 72bc1415e7eefb339742538505675c59bd69e6bb
+RMD160 (luafilesystem-1.6.3.tar.gz) = cb949e36d9d09061be5eed9c67332cb3178250b5
+Size (luafilesystem-1.6.3.tar.gz) = 30379 bytes
 SHA1 (patch-aa) = c287a1203f4a85e616ef3d31276aabfb0a1ed83d



Home | Main Index | Thread Index | Old Index