Date: Mon, 31 Oct 2016 07:35:45 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424978 - in head/devel/lua-lpeg: . files Message-ID: <201610310735.u9V7Zjv8068739@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Mon Oct 31 07:35:45 2016 New Revision: 424978 URL: https://svnweb.freebsd.org/changeset/ports/424978 Log: Update to 1.0.0 PR: 213776 Submitted by: Oleg Ginzburg <olevole@olevole.ru> (maintainer) 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 Mon Oct 31 07:10:43 2016 (r424977) +++ head/devel/lua-lpeg/Makefile Mon Oct 31 07:35:45 2016 (r424978) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lpeg -PORTVERSION= 0.12 +PORTVERSION= 1.0.0 CATEGORIES= devel MASTER_SITES= http://www.inf.puc-rio.br/~roberto/lpeg/ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} Modified: head/devel/lua-lpeg/distinfo ============================================================================== --- head/devel/lua-lpeg/distinfo Mon Oct 31 07:10:43 2016 (r424977) +++ head/devel/lua-lpeg/distinfo Mon Oct 31 07:35:45 2016 (r424978) @@ -1,2 +1,3 @@ -SHA256 (lpeg-0.12.tar.gz) = efa545144cd219eee823af7624d90f78c2230677ba740b7151c5d0c303778b76 -SIZE (lpeg-0.12.tar.gz) = 66649 +TIMESTAMP = 1477416807 +SHA256 (lpeg-1.0.0.tar.gz) = 10190ae758a22a16415429a9eb70344cf29cbda738a6962a9f94a732340abf8e +SIZE (lpeg-1.0.0.tar.gz) = 70267 Modified: head/devel/lua-lpeg/files/patch-makefile ============================================================================== --- head/devel/lua-lpeg/files/patch-makefile Mon Oct 31 07:10:43 2016 (r424977) +++ head/devel/lua-lpeg/files/patch-makefile Mon Oct 31 07:35:45 2016 (r424978) @@ -1,9 +1,9 @@ ---- makefile.orig 2013-04-12 16:31:19 UTC +--- makefile.orig 2015-09-28 17:40:46 UTC +++ makefile @@ -1,5 +1,5 @@ LIBNAME = lpeg --LUADIR = /usr/include/lua5.1/ -+LUADIR ?= /usr/include/lua5.1/ +-LUADIR = ../lua/ ++LUADIR ?= ../lua/ COPT = -O2 # COPT = -DLPEG_DEBUG -g @@ -11,9 +11,9 @@ # -Wunreachable-code \ --CFLAGS = $(CWARNS) $(COPT) -ansi -I$(LUADIR) -fPIC +-CFLAGS = $(CWARNS) $(COPT) -std=c99 -I$(LUADIR) -fPIC -CC = gcc -+CFLAGS += $(CWARNS) $(COPT) -ansi -I$(LUADIR) -fPIC ++CFLAGS += $(CWARNS) $(COPT) -std=c99 -I$(LUADIR) -fPIC +CC ?= gcc FILES = lpvm.o lpcap.o lptree.o lpcode.o lpprint.o
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610310735.u9V7Zjv8068739>