View | Details | Raw Unified | Return to bug 211129 | Differences between
and this patch

Collapse All | Expand All

(-)textproc/unrtf/Makefile (-2 / +6 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	unrtf
4
PORTNAME=	unrtf
5
PORTVERSION=	0.21.5
5
PORTVERSION=	0.21.9
6
CATEGORIES=	textproc
6
CATEGORIES=	textproc
7
MASTER_SITES=	GNU
7
MASTER_SITES=	GNU
8
8
Lines 13-18 Link Here
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
USES=		cpe gmake iconv
15
USES=		cpe gmake iconv
16
USE_AUTOTOOLS=	automake
16
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
17
CONFIGURE_ARGS=	--libdir=${PREFIX}/share
18
CONFIGURE_ARGS=	--libdir=${PREFIX}/share
18
CPE_VENDOR=	unrtf_project
19
CPE_VENDOR=	unrtf_project
Lines 37-43 Link Here
37
	@${REINPLACE_CMD} -e '/^attr_get_param/,/^}/s/return;/return NULL;/' \
38
	@${REINPLACE_CMD} -e '/^attr_get_param/,/^}/s/return;/return NULL;/' \
38
		${WRKSRC}/src/attr.c
39
		${WRKSRC}/src/attr.c
39
40
41
pre-configure:
42
	@(cd ${WRKSRC} && ./bootstrap)
43
40
check regression-test test: build
44
check regression-test test: build
41
	@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${_MAKE_JOBS} ${MAKE_ARGS} check)
45
	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${_MAKE_JOBS} ${MAKE_ARGS} check)
42
46
43
.include <bsd.port.mk>
47
.include <bsd.port.mk>
(-)textproc/unrtf/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (unrtf-0.21.5.tar.gz) = b6b1afd301dcec1cf377476154fc22ed0ac73aee2b7d56a42e2279cced3943c2
1
TIMESTAMP = 1470258507
2
SIZE (unrtf-0.21.5.tar.gz) = 883751
2
SHA256 (unrtf-0.21.9.tar.gz) = 22a37826f96d754e335fb69f8036c068c00dd01ee9edd9461a36df0085fb8ddd
3
SIZE (unrtf-0.21.9.tar.gz) = 828590

Return to bug 211129