George Rosamond:
> Updated from 0.21.9 plus fixed formatting of Makefile and DESCR.
> 
> Also bumped automake version to 1.15.

Resubmitting with diff attached and not inline, without bumping automake.
Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/unrtf/Makefile,v
retrieving revision 1.16
diff -u -p -u -r1.16 Makefile
--- Makefile	9 Apr 2016 20:14:49 -0000	1.16
+++ Makefile	5 Feb 2019 14:48:51 -0000
@@ -1,33 +1,33 @@
 # $OpenBSD: Makefile,v 1.16 2016/04/09 20:14:49 naddy Exp $
 
-COMMENT=	RTF document converter
+COMMENT =	RTF document converter
 
-DISTNAME=	unrtf-0.21.9
-CATEGORIES=	textproc
+DISTNAME =	unrtf-0.21.10
+CATEGORIES =	textproc
 
-HOMEPAGE=	https://www.gnu.org/software/unrtf/unrtf.html
+HOMEPAGE =	https://www.gnu.org/software/unrtf/unrtf.html
 
-MASTER_SITES=	${MASTER_SITE_GNU:=unrtf/}
+MASTER_SITES =	${MASTER_SITE_GNU:=unrtf/}
 
 # GPLv3+
-PERMIT_PACKAGE_CDROM=   Yes
+PERMIT_PACKAGE_CDROM =  Yes
 
-WANTLIB += c iconv
+WANTLIB += 		c iconv
 
-LIB_DEPENDS=	converters/libiconv
+LIB_DEPENDS =		converters/libiconv
 
-CONFIGURE_STYLE= gnu
+CONFIGURE_STYLE =	gnu
 
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib -liconv"
+CONFIGURE_ENV =		CPPFLAGS="-I${LOCALBASE}/include" \
+			LDFLAGS="-L${LOCALBASE}/lib -liconv"
 
 # rm/bootstrap are only done because of symlinks to /usr/share/auto*
 # in ${WRKSRC}/config for missing/etc.
 #
-BUILD_DEPENDS=	${MODGNU_AUTOCONF_DEPENDS} \
-		${MODGNU_AUTOMAKE_DEPENDS}
-AUTOCONF_VERSION= 2.69
-AUTOMAKE_VERSION= 1.13
+BUILD_DEPENDS =		${MODGNU_AUTOCONF_DEPENDS} \
+			${MODGNU_AUTOMAKE_DEPENDS}
+AUTOCONF_VERSION =	2.69
+AUTOMAKE_VERSION =	1.13
 
 post-patch:
 	rm ${WRKSRC}/config/*
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/unrtf/distinfo,v
retrieving revision 1.6
diff -u -p -u -r1.6 distinfo
--- distinfo	27 Apr 2015 18:20:47 -0000	1.6
+++ distinfo	5 Feb 2019 14:48:51 -0000
@@ -1,2 +1,2 @@
-SHA256 (unrtf-0.21.9.tar.gz) = IqN4JvltdU4zX7afgDbAaMAN0B7p7dlGGjbfAIX7jd0=
-SIZE (unrtf-0.21.9.tar.gz) = 828590
+SHA256 (unrtf-0.21.10.tar.gz) = tJ8gIR+mn/+X1C1ueCpi1+LaZwsGSVHxS7/5aMk3NK4=
+SIZE (unrtf-0.21.10.tar.gz) = 812696
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/textproc/unrtf/pkg/DESCR,v
retrieving revision 1.2
diff -u -p -u -r1.2 DESCR
--- pkg/DESCR	15 Dec 2003 21:55:32 -0000	1.2
+++ pkg/DESCR	5 Feb 2019 14:48:51 -0000
@@ -1,2 +1,3 @@
-unrtf is an application to display and convert Rich Text Format files to
-HTML, LaTeX, PostScript, plaintext or plaintext with VT100 codes.
+unrtf is an application to display and convert Rich Text Format
+files to HTML, LaTeX, PostScript, plaintext or plaintext with VT100
+codes.

Reply via email to