svn commit: r419729 - head/textproc/unrtf
Carlos J. Puga Medina
cpm at FreeBSD.org
Sat Aug 6 02:31:17 UTC 2016
Author: cpm
Date: Sat Aug 6 02:31:15 2016
New Revision: 419729
URL: https://svnweb.freebsd.org/changeset/ports/419729
Log:
- Update to 0.21.9
- Add USE_AUTOTOOLS=automake
- Cosmetic changes
- Support EndNote reference citations in convert.c
- Improved handling of some tables
- Fixed --text processing broken in 0.21.8 - outputs/text.conf
PR: 211129
Submitted by: maintainer
Reviewed by: junovitch (mentor)
Approved by: junovitch (mentor)
Modified:
head/textproc/unrtf/Makefile
head/textproc/unrtf/distinfo
Modified: head/textproc/unrtf/Makefile
==============================================================================
--- head/textproc/unrtf/Makefile Sat Aug 6 02:12:29 2016 (r419728)
+++ head/textproc/unrtf/Makefile Sat Aug 6 02:31:15 2016 (r419729)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= unrtf
-PORTVERSION= 0.21.5
+PORTVERSION= 0.21.9
CATEGORIES= textproc
MASTER_SITES= GNU
@@ -13,6 +13,7 @@ LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe gmake iconv
+USE_AUTOTOOLS= automake
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${PREFIX}/share
CPE_VENDOR= unrtf_project
@@ -37,7 +38,10 @@ post-patch:
@${REINPLACE_CMD} -e '/^attr_get_param/,/^}/s/return;/return NULL;/' \
${WRKSRC}/src/attr.c
+pre-configure:
+ @(cd ${WRKSRC} && ./bootstrap)
+
check regression-test test: build
- @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${_MAKE_JOBS} ${MAKE_ARGS} check)
+ @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${_MAKE_JOBS} ${MAKE_ARGS} check)
.include <bsd.port.mk>
Modified: head/textproc/unrtf/distinfo
==============================================================================
--- head/textproc/unrtf/distinfo Sat Aug 6 02:12:29 2016 (r419728)
+++ head/textproc/unrtf/distinfo Sat Aug 6 02:31:15 2016 (r419729)
@@ -1,2 +1,3 @@
-SHA256 (unrtf-0.21.5.tar.gz) = b6b1afd301dcec1cf377476154fc22ed0ac73aee2b7d56a42e2279cced3943c2
-SIZE (unrtf-0.21.5.tar.gz) = 883751
+TIMESTAMP = 1470258507
+SHA256 (unrtf-0.21.9.tar.gz) = 22a37826f96d754e335fb69f8036c068c00dd01ee9edd9461a36df0085fb8ddd
+SIZE (unrtf-0.21.9.tar.gz) = 828590
More information about the svn-ports-head
mailing list