pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/lua-lpeg



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Mar 25 22:55:18 UTC 2019

Modified Files:
        pkgsrc/devel/lua-lpeg: Makefile distinfo
        pkgsrc/devel/lua-lpeg/patches: patch-makefile

Log Message:
lua52-lpeg: update to 1.0.2.

* Changes from version 1.0.1 to 1.0.2
  ---------------------------------
  + some bugs fixed


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/lua-lpeg/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/lua-lpeg/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/lua-lpeg/patches/patch-makefile

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-lpeg/Makefile
diff -u pkgsrc/devel/lua-lpeg/Makefile:1.15 pkgsrc/devel/lua-lpeg/Makefile:1.16
--- pkgsrc/devel/lua-lpeg/Makefile:1.15 Sat Sep 16 19:53:50 2017
+++ pkgsrc/devel/lua-lpeg/Makefile      Mon Mar 25 22:55:18 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2017/09/16 19:53:50 alnsn Exp $
+# $NetBSD: Makefile,v 1.16 2019/03/25 22:55:18 wiz Exp $
 
-DISTNAME=      lpeg-1.0.1
+DISTNAME=      lpeg-1.0.2
 PKGNAME=       ${DISTNAME:S/lpeg/${LUA_PKGPREFIX}-lpeg/}
 CATEGORIES=    devel
 MASTER_SITES=  http://www.inf.puc-rio.br/~roberto/lpeg/

Index: pkgsrc/devel/lua-lpeg/distinfo
diff -u pkgsrc/devel/lua-lpeg/distinfo:1.8 pkgsrc/devel/lua-lpeg/distinfo:1.9
--- pkgsrc/devel/lua-lpeg/distinfo:1.8  Wed Jul 12 11:07:36 2017
+++ pkgsrc/devel/lua-lpeg/distinfo      Mon Mar 25 22:55:18 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2017/07/12 11:07:36 wiz Exp $
+$NetBSD: distinfo,v 1.9 2019/03/25 22:55:18 wiz Exp $
 
-SHA1 (lpeg-1.0.1.tar.gz) = b2f81624e0ce9c99c0731287c3475fac1f1c0f50
-RMD160 (lpeg-1.0.1.tar.gz) = ce31666f7d55ad6957c2b274983d7d201fa797dd
-SHA512 (lpeg-1.0.1.tar.gz) = 7b43fbee7eff443000986684bc56bba6d2796a31cf860740746c70e155bdea1b62a46b93f97e2747e3ef0f63e965148778ac2985d0f2d83e1e37ec4ebbabf4aa
-Size (lpeg-1.0.1.tar.gz) = 71527 bytes
-SHA1 (patch-makefile) = b68221029ee287aa72605f69d679eae45dfa34a3
+SHA1 (lpeg-1.0.2.tar.gz) = d6a7048a32d5d2bcf542c7d141070654dc66a17a
+RMD160 (lpeg-1.0.2.tar.gz) = af7afa406b604116f0bac77b8974751bff2b4e65
+SHA512 (lpeg-1.0.2.tar.gz) = 110527ddf9f8e5e8a80ef0ae8847c8ba8cd2597dba3bfe2865cba9af60daafbb885f21e74231952f5ab793d021e050b482066a821c6954d52090a5eae77e9814
+Size (lpeg-1.0.2.tar.gz) = 71840 bytes
+SHA1 (patch-makefile) = e229f3278a5dde00a4ef6736459caca4deeacea6

Index: pkgsrc/devel/lua-lpeg/patches/patch-makefile
diff -u pkgsrc/devel/lua-lpeg/patches/patch-makefile:1.1 pkgsrc/devel/lua-lpeg/patches/patch-makefile:1.2
--- pkgsrc/devel/lua-lpeg/patches/patch-makefile:1.1    Wed Jul 12 11:07:36 2017
+++ pkgsrc/devel/lua-lpeg/patches/patch-makefile        Mon Mar 25 22:55:18 2019
@@ -1,11 +1,11 @@
-$NetBSD: patch-makefile,v 1.1 2017/07/12 11:07:36 wiz Exp $
+$NetBSD: patch-makefile,v 1.2 2019/03/25 22:55:18 wiz Exp $
 
 Honor LDFLAGS for RELRO builds.
 
---- makefile.orig      2017-01-14 18:57:16.000000000 +0000
+--- makefile.orig      2019-03-11 14:08:29.000000000 +0000
 +++ makefile
 @@ -36,7 +36,7 @@ macosx:
-       make lpeg.so "DLLFLAGS = -bundle -undefined dynamic_lookup"
+       $(MAKE) lpeg.so "DLLFLAGS = -bundle -undefined dynamic_lookup"
  
  lpeg.so: $(FILES)
 -      env $(CC) $(DLLFLAGS) $(FILES) -o lpeg.so



Home | Main Index | Thread Index | Old Index