svn commit: r445030 - in head/print/texinfo: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Jul 4 18:37:29 UTC 2017
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}
More information about the svn-ports-head
mailing list