pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/lua-alt-getopt



Module Name:    pkgsrc
Committed By:   cheusov
Date:           Fri Feb 15 20:13:07 UTC 2019

Modified Files:
        pkgsrc/devel/lua-alt-getopt: Makefile distinfo

Log Message:
Update to lua-alt-getopt-0.8.0
  FIX: alt_getopt no longer uses 'module()'.
  alt_getopt now supports Lua 5.3.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/lua-alt-getopt/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/lua-alt-getopt/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/lua-alt-getopt/Makefile
diff -u pkgsrc/devel/lua-alt-getopt/Makefile:1.10 pkgsrc/devel/lua-alt-getopt/Makefile:1.11
--- pkgsrc/devel/lua-alt-getopt/Makefile:1.10   Thu Jan 19 18:52:07 2017
+++ pkgsrc/devel/lua-alt-getopt/Makefile        Fri Feb 15 20:13:07 2019
@@ -1,25 +1,17 @@
-# $NetBSD: Makefile,v 1.10 2017/01/19 18:52:07 agc Exp $
+# $NetBSD: Makefile,v 1.11 2019/02/15 20:13:07 cheusov Exp $
 
-DISTNAME=      lua-alt-getopt-0.7.0
+DISTNAME=      lua-alt-getopt-0.8.0
 PKGNAME=       ${LUA_PKGPREFIX}-${DISTNAME:S/lua-//}
-PKGREVISION=   3
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=lua-alt-getopt/}
-MASTER_SITES+= http://mova.org/~cheusov/pub/lua_alt_getopt/
 
 MAINTAINER=    cheusov%NetBSD.org@localhost
 HOMEPAGE=      https://sourceforge.net/projects/lua-alt-getopt/
 COMMENT=       Lua API for getopt similar to getopt_long(3)
 LICENSE=       mit
 
-USE_BSD_MAKEFILE=      yes
-
-NO_BUILD=              yes
-NO_CONFIGURE=          yes
-
-INSTALLATION_DIRS+=    ${LUA_LDIR}
-
-INSTALL_MAKE_FLAGS+=   LUAMODDIR=${PREFIX}/${LUA_LDIR}
+MAKE_FLAGS=    PCNAME.lua=lua-${LUA_VERSION_MAJOR}.${LUA_VERSION_MINOR}
 
+.include "../../devel/mk-configure/mk-c.mk"
 .include "../../lang/lua/module.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/lua-alt-getopt/distinfo
diff -u pkgsrc/devel/lua-alt-getopt/distinfo:1.3 pkgsrc/devel/lua-alt-getopt/distinfo:1.4
--- pkgsrc/devel/lua-alt-getopt/distinfo:1.3    Tue Nov  3 03:27:47 2015
+++ pkgsrc/devel/lua-alt-getopt/distinfo        Fri Feb 15 20:13:07 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 03:27:47 agc Exp $
+$NetBSD: distinfo,v 1.4 2019/02/15 20:13:07 cheusov Exp $
 
-SHA1 (lua-alt-getopt-0.7.0.tar.gz) = 431b590002f5fdced78e0745a9a283aefdd1dfa0
-RMD160 (lua-alt-getopt-0.7.0.tar.gz) = 665d2510caa5daacc3a20c2d3f2a72df0d3f413f
-SHA512 (lua-alt-getopt-0.7.0.tar.gz) = 379db696180e2bbb6e472ebe56e921c9736ee89ad673b296d0e580f100617a10dd5b44fdd665298ac87a44bbf8b5c330696653ec6d62ccaebc22120debf3c91f
-Size (lua-alt-getopt-0.7.0.tar.gz) = 4720 bytes
+SHA1 (lua-alt-getopt-0.8.0.tar.gz) = f91a61eec59880b23110ebf838de22b8602668f7
+RMD160 (lua-alt-getopt-0.8.0.tar.gz) = 5ecf276ce4f3b1174409e709c5e6e9f56f357874
+SHA512 (lua-alt-getopt-0.8.0.tar.gz) = e70abc7709031ac0d73b7ad730dd710664238a36840f4d45e8c9e67d8688c933ca7cd9a3af6f999e60b63db65b8c449669b948ed2d64d4f7de01e2f619eb8c26
+Size (lua-alt-getopt-0.8.0.tar.gz) = 4496 bytes



Home | Main Index | Thread Index | Old Index