Date: Thu, 13 Dec 2012 18:57:38 +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: r308866 - head/print/texinfo Message-ID: <201212131857.qBDIvcuI094588@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Thu Dec 13 18:57:37 2012 New Revision: 308866 URL: http://svnweb.freebsd.org/changeset/ports/308866 Log: - Update texinfo.tex and texi2dvi files to latest version - Add htmlxref.cnf file from upstream - Trim Makefile header Modified: head/print/texinfo/Makefile head/print/texinfo/distinfo head/print/texinfo/pkg-plist Modified: head/print/texinfo/Makefile ============================================================================== --- head/print/texinfo/Makefile Thu Dec 13 18:35:52 2012 (r308865) +++ head/print/texinfo/Makefile Thu Dec 13 18:57:37 2012 (r308866) @@ -1,18 +1,14 @@ -# New ports collection makefile for: latest texinfo -# Date created: Sun May 29 17:32:08 UTC 2005 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# +# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# PORTNAME= texinfo -PORTVERSION= 4.13.20120516 +PORTVERSION= 4.13.20121116 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.stack.nl/pub/users/johans/texinfo/${PORTVERSION:E}/ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:R} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} texinfo.tex texi2dvi +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} htmlxref.cnf texinfo.tex texi2dvi EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= johans@FreeBSD.org @@ -58,5 +54,6 @@ post-patch: post-install: @${SETENV} PKG_PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} ${SH} \ ${PKGINSTALL} ${PKGNAME} POST-INSTALL + @${INSTALL_DATA} ${DISTDIR}/htmlxref.cnf ${DATADIR}/ .include <bsd.port.mk> Modified: head/print/texinfo/distinfo ============================================================================== --- head/print/texinfo/distinfo Thu Dec 13 18:35:52 2012 (r308865) +++ head/print/texinfo/distinfo Thu Dec 13 18:57:37 2012 (r308866) @@ -1,5 +1,7 @@ SHA256 (texinfo-4.13.tar.gz) = 1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68 SIZE (texinfo-4.13.tar.gz) = 2751071 +SHA256 (htmlxref.cnf) = ed05259080d1a3a21f60436ae4b65785c9d0b36659f52d08f767b6f679b5e63e +SIZE (htmlxref.cnf) = 18600 SHA256 (texinfo.tex) = f506a97fe0ea0388c9b29653bd9b9ed8e188d3d649a9e9485e2e051bba47496e SIZE (texinfo.tex) = 321252 SHA256 (texi2dvi) = bf6fc2d85b52cde8e7919b5a379804a3d1eeaa95cb781c7daf79fd5f3cc8e6be Modified: head/print/texinfo/pkg-plist ============================================================================== --- head/print/texinfo/pkg-plist Thu Dec 13 18:35:52 2012 (r308865) +++ head/print/texinfo/pkg-plist Thu Dec 13 18:57:37 2012 (r308866) @@ -28,6 +28,7 @@ bin/pdftexi2dvi %%NLS%%share/locale/vi/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/texinfo.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/texinfo.mo +%%DATADIR%%/htmlxref.cnf %%DATADIR%%/texinfo.cat %%DATADIR%%/texinfo.dtd %%DATADIR%%/texinfo.xsl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212131857.qBDIvcuI094588>