Date: Sat, 5 Oct 2013 21:31:45 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329508 - in head/print/texinfo: . files Message-ID: <201310052131.r95LVjl7056990@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Sat Oct 5 21:31:45 2013 New Revision: 329508 URL: http://svnweb.freebsd.org/changeset/ports/329508 Log: - Update texinfo to 5.2 - Add stage support Deleted: head/print/texinfo/files/patch-doc::Makefile.in Modified: head/print/texinfo/Makefile head/print/texinfo/distinfo Modified: head/print/texinfo/Makefile ============================================================================== --- head/print/texinfo/Makefile Sat Oct 5 21:29:23 2013 (r329507) +++ head/print/texinfo/Makefile Sat Oct 5 21:31:45 2013 (r329508) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= texinfo -PORTVERSION= 5.1.20130828 +PORTVERSION= 5.2.20130926 CATEGORIES= print MASTER_SITES= GNU \ ftp://ftp.stack.nl/pub/users/johans/texinfo/${PORTVERSION:E}/ @@ -23,16 +23,11 @@ PKGDEINSTALL= ${PKGINSTALL} USES+= charsetfix gmake perl5 MAKE_ARGS= TEXMF=${PREFIX}/${TEXMF} - INFO= ${PORTNAME} info-stnd info -MAN1= info.1 infokey.1 install-info.1 makeinfo.1 texi2dvi.1 \ - texi2pdf.1 pdftexi2dvi.1 pod2texi.1 texi2any.1 texindex.1 -MAN5= info.5 texinfo.5 TEXMF= share/texmf PLIST_SUB= TEXMF=${TEXMF} -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} @@ -53,6 +48,6 @@ post-patch: post-install: @${SETENV} PKG_PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} ${SH} \ ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${INSTALL_DATA} ${DISTDIR}/htmlxref.cnf ${DATADIR}/ + @${INSTALL_DATA} ${DISTDIR}/htmlxref.cnf ${STAGEDIR}/${DATADIR}/ .include <bsd.port.mk> Modified: head/print/texinfo/distinfo ============================================================================== --- head/print/texinfo/distinfo Sat Oct 5 21:29:23 2013 (r329507) +++ head/print/texinfo/distinfo Sat Oct 5 21:31:45 2013 (r329508) @@ -1,8 +1,8 @@ -SHA256 (texinfo-5.1.tar.xz) = 181d802ffd01c915e32804aca1ee9fb8023e8587d6dcb2c7aaa3234462d9c420 -SIZE (texinfo-5.1.tar.xz) = 3752460 +SHA256 (texinfo-5.2.tar.xz) = 5471ef683a64588a7cfef46ef2bdd3fbcbca89d847e10832612293f105e44eda +SIZE (texinfo-5.2.tar.xz) = 3812944 SHA256 (htmlxref.cnf) = 4e9213642a5c22757ac1831aa4515404b2955cd7be83a4ee96e11ab5b9e3de49 SIZE (htmlxref.cnf) = 19086 -SHA256 (texinfo.tex) = 1badb4787006dc24428f4e1589f8e4b285ad4dcd21de2ee2d3436d1889f279b8 -SIZE (texinfo.tex) = 324167 -SHA256 (texi2dvi) = d42a883f2d4cce78cc785091c6055e4f724f9fca66795c7f8842dafb04ff45f5 +SHA256 (texinfo.tex) = f62cf03a7e7922d55df7fb8ec6a9c491aede54e407585fe9fd932532c6218c96 +SIZE (texinfo.tex) = 325892 +SHA256 (texi2dvi) = 1544ebfe146908dc9a221723b6981eeed63675fc05f76b7820e903a2b40f30a1 SIZE (texi2dvi) = 58518
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310052131.r95LVjl7056990>