svn commit: r495476 - in head/devel/lua-lpeg: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Mar 12 18:09:24 UTC 2019


Author: sunpoet
Date: Tue Mar 12 18:09:21 2019
New Revision: 495476
URL: https://svnweb.freebsd.org/changeset/ports/495476

Log:
  Update to 1.0.2
  
  - some bugs fixed

Modified:
  head/devel/lua-lpeg/Makefile
  head/devel/lua-lpeg/distinfo
  head/devel/lua-lpeg/files/patch-makefile

Modified: head/devel/lua-lpeg/Makefile
==============================================================================
--- head/devel/lua-lpeg/Makefile	Tue Mar 12 18:09:16 2019	(r495475)
+++ head/devel/lua-lpeg/Makefile	Tue Mar 12 18:09:21 2019	(r495476)
@@ -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

Modified: head/devel/lua-lpeg/distinfo
==============================================================================
--- head/devel/lua-lpeg/distinfo	Tue Mar 12 18:09:16 2019	(r495475)
+++ head/devel/lua-lpeg/distinfo	Tue Mar 12 18:09:21 2019	(r495476)
@@ -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

Modified: head/devel/lua-lpeg/files/patch-makefile
==============================================================================
--- head/devel/lua-lpeg/files/patch-makefile	Tue Mar 12 18:09:16 2019	(r495475)
+++ head/devel/lua-lpeg/files/patch-makefile	Tue Mar 12 18:09:21 2019	(r495476)
@@ -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 \
  


More information about the svn-ports-all mailing list