Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jul 2017 18:37:28 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r445030 - in head/print/texinfo: . files
Message-ID:  <201707041837.v64IbSrD048874@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Jul  4 18:37:28 2017
New Revision: 445030
URL: https://svnweb.freebsd.org/changeset/ports/445030

Log:
  Bump PORTREVISION for package change [1]
  
  - Use REINPLACE_CMD instead of patch file
  
  PR:		220447 [1]

Deleted:
  head/print/texinfo/files/
Modified:
  head/print/texinfo/Makefile

Modified: head/print/texinfo/Makefile
==============================================================================
--- head/print/texinfo/Makefile	Tue Jul  4 17:47:13 2017	(r445029)
+++ head/print/texinfo/Makefile	Tue Jul  4 18:37:28 2017	(r445030)
@@ -3,6 +3,7 @@
 
 PORTNAME=	texinfo
 PORTVERSION=	6.4
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	print
 MASTER_SITES=	GNU \
@@ -40,8 +41,9 @@ NLS_USES=		gettext
 post-patch:
 	@${CP} ${DISTDIR}/${DIST_SUBDIR}/texinfo.tex ${WRKSRC}/doc/
 	@${INSTALL_SCRIPT} ${DISTDIR}/${DIST_SUBDIR}/texi2dvi ${WRKSRC}/util/
-	@${REINPLACE_CMD} '/rm -f ..DESTDIR/s:$$: $$(DESTDIR)$$(xsdir)/XSParagraph.*:' \
+	@${REINPLACE_CMD} -e '/rm -f $$(DESTDIR)/ s|$$| $$(DESTDIR)$$(xsdir)/XSParagraph.*|' \
 		${WRKSRC}/tp/Texinfo/Convert/XSParagraph/Makefile.in
+	@${REINPLACE_CMD} -e 's|free (.*)|Safe&|' ${WRKSRC}/tp/Texinfo/MiscXS/misc.c
 
 post-install:
 	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/htmlxref.cnf ${STAGEDIR}${DATADIR}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707041837.v64IbSrD048874>