svn commit: r377876 - head/editors/wordgrinder
Thomas Zander
riggs at FreeBSD.org
Sun Jan 25 09:47:57 UTC 2015
Author: riggs
Date: Sun Jan 25 09:47:55 2015
New Revision: 377876
URL: https://svnweb.freebsd.org/changeset/ports/377876
QAT: https://qat.redports.org/buildarchive/r377876/
Log:
Update to upstream version 0.5.2
PR: 196963
Submitted by: vmagerya at gmail.com (maintainer)
Modified:
head/editors/wordgrinder/Makefile
head/editors/wordgrinder/distinfo
Modified: head/editors/wordgrinder/Makefile
==============================================================================
--- head/editors/wordgrinder/Makefile Sun Jan 25 09:30:20 2015 (r377875)
+++ head/editors/wordgrinder/Makefile Sun Jan 25 09:47:55 2015 (r377876)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= wordgrinder
-PORTVERSION= 0.5.1
+PORTVERSION= 0.5.2
CATEGORIES= editors
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
@@ -23,10 +23,10 @@ post-patch:
${REINPLACE_CMD} \
-e '/hide = /s/@//' \
-e '/cc := gcc/s|gcc|${CC}|' \
- -e '/INCLUDES := /s|= .*|= -I${LUA_INCDIR}|' \
+ -e '/LUA_INCLUDE := /s|= .*|= ${LUA_INCDIR}|' \
-e '/ldflags := /s|=|= -L${LUA_LIBDIR}|' \
-e 's|-llua5.2|-llua-${LUA_VER}|' \
- -e 's|@lua|${LUA_CMD}|' \
+ -e 's|$$(hide)lua|$$(hide)${LUA_CMD}|' \
-e '/PREFIX = /d' \
-e '/install /s|$$(PRE|$$(DESTDIR)$$(PRE|' \
-e '/install /s|-D||' \
Modified: head/editors/wordgrinder/distinfo
==============================================================================
--- head/editors/wordgrinder/distinfo Sun Jan 25 09:30:20 2015 (r377875)
+++ head/editors/wordgrinder/distinfo Sun Jan 25 09:47:55 2015 (r377876)
@@ -1,2 +1,2 @@
-SHA256 (wordgrinder-0.5.1.tar.bz2) = 387cf4e8fc5f188c821cd77c782e1256ddb7c27987a682e1526143dc582d3677
-SIZE (wordgrinder-0.5.1.tar.bz2) = 652378
+SHA256 (wordgrinder-0.5.2.tar.bz2) = b8da422ebeb31ebace5d174fed1d959f942af0c2704e6f064c8f31b3bd7e7774
+SIZE (wordgrinder-0.5.2.tar.bz2) = 644852
More information about the svn-ports-head
mailing list