Update to 1.0.2

- some bugs fixed
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-03-12 18:09:21 +00:00
parent 0e221f83f1
commit c1c2f9298e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495476
3 changed files with 9 additions and 9 deletions

View file

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= lpeg
PORTVERSION= 1.0.1
PORTREVISION= 1
PORTVERSION= 1.0.2
CATEGORIES= devel
MASTER_SITES= http://www.inf.puc-rio.br/~roberto/lpeg/ \
LOCAL/sunpoet
@ -13,10 +12,11 @@ COMMENT= PEG-based pattern-matching library for Lua
LICENSE= MIT
USES= lua
ALL_TARGET= linux
MAKE_ARGS= CC=${CC} LUADIR=${LUA_INCDIR}
MAKEFILE= ${WRKSRC}/makefile
USES?= lua
PLIST_FILES= ${LUA_MODLIBDIR}/lpeg.so \
${LUA_MODSHAREDIR}/re.lua

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1484778488
SHA256 (lpeg-1.0.1.tar.gz) = 62d9f7a9ea3c1f215c77e0cadd8534c6ad9af0fb711c3f89188a8891c72f026b
SIZE (lpeg-1.0.1.tar.gz) = 71527
TIMESTAMP = 1552404235
SHA256 (lpeg-1.0.2.tar.gz) = 48d66576051b6c78388faad09b70493093264588fcd0f258ddaab1cdd4a15ffe
SIZE (lpeg-1.0.2.tar.gz) = 71840

View file

@ -1,12 +1,12 @@
--- makefile.orig 2015-09-28 17:40:46 UTC
--- makefile.orig 2019-03-11 14:08:29 UTC
+++ makefile
@@ -1,5 +1,5 @@
LIBNAME = lpeg
-LUADIR = ../lua/
+LUADIR ?= ../lua/
COPT = -O2
# COPT = -DLPEG_DEBUG -g
COPT = -O2 -DNDEBUG
# COPT = -g
@@ -22,8 +22,8 @@ CWARNS = -Wall -Wextra -pedantic \
# -Wunreachable-code \