Received: by mail.netbsd.org (Postfix, from userid 605) id 7B7BF84E5B; Mon, 25 Mar 2019 22:55:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 00AF984E44 for ; Mon, 25 Mar 2019 22:55:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id umNnD1aPAiwe for ; Mon, 25 Mar 2019 22:55:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7005984D99 for ; Mon, 25 Mar 2019 22:55:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6D9B2FB16; Mon, 25 Mar 2019 22:55:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1553554518253810" MIME-Version: 1.0 Date: Mon, 25 Mar 2019 22:55:18 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/lua-lpeg To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190325225518.6D9B2FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1553554518253810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1553554518253810 Content-Disposition: inline Content-Length: 2583 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1553554518253810--