View | Details | Raw Unified | Return to bug 196963
Collapse All | Expand All

(-)wordgrinder/Makefile (-3 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/editors/wordgrinder/Makefile 375031 2014-12-20 18:12:05Z bapt $
2
# $FreeBSD: head/editors/wordgrinder/Makefile 375031 2014-12-20 18:12:05Z bapt $
3
3
4
PORTNAME=	wordgrinder
4
PORTNAME=	wordgrinder
5
PORTVERSION=	0.5.1
5
PORTVERSION=	0.5.2
6
CATEGORIES=	editors
6
CATEGORIES=	editors
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
8
8
Lines 23-32 Link Here
23
	${REINPLACE_CMD} \
23
	${REINPLACE_CMD} \
24
		-e '/hide = /s/@//' \
24
		-e '/hide = /s/@//' \
25
		-e '/cc := gcc/s|gcc|${CC}|' \
25
		-e '/cc := gcc/s|gcc|${CC}|' \
26
		-e '/INCLUDES := /s|= .*|= -I${LUA_INCDIR}|' \
26
		-e '/LUA_INCLUDE := /s|= .*|= ${LUA_INCDIR}|' \
27
		-e '/ldflags := /s|=|= -L${LUA_LIBDIR}|' \
27
		-e '/ldflags := /s|=|= -L${LUA_LIBDIR}|' \
28
		-e 's|-llua5.2|-llua-${LUA_VER}|' \
28
		-e 's|-llua5.2|-llua-${LUA_VER}|' \
29
		-e 's|@lua|${LUA_CMD}|' \
29
		-e 's|$$(hide)lua|$$(hide)${LUA_CMD}|' \
30
		-e '/PREFIX = /d' \
30
		-e '/PREFIX = /d' \
31
		-e '/install /s|$$(PRE|$$(DESTDIR)$$(PRE|' \
31
		-e '/install /s|$$(PRE|$$(DESTDIR)$$(PRE|' \
32
		-e '/install /s|-D||' \
32
		-e '/install /s|-D||' \
(-)wordgrinder/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (wordgrinder-0.5.1.tar.bz2) = 387cf4e8fc5f188c821cd77c782e1256ddb7c27987a682e1526143dc582d3677
1
SHA256 (wordgrinder-0.5.2.tar.bz2) = b8da422ebeb31ebace5d174fed1d959f942af0c2704e6f064c8f31b3bd7e7774
2
SIZE (wordgrinder-0.5.1.tar.bz2) = 652378
2
SIZE (wordgrinder-0.5.2.tar.bz2) = 644852

Return to bug 196963