Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Dec 2017 14:58:32 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r457286 - branches/2017Q4/print/texinfo
Message-ID:  <201712261458.vBQEwWNS034499@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Dec 26 14:58:32 2017
New Revision: 457286
URL: https://svnweb.freebsd.org/changeset/ports/457286

Log:
  MFH: r457285
  
  Restrict download htmlxref.cnf from my LOCAL
  
  Do not download htmlxref.cnf from GNU directly to avoid checksum error when
  upstream updates this unversioned file.
  
  => htmlxref.cnf doesn't seem to exist in /usr/ports/distfiles/texinfo/6.5.
  => Attempting to fetch http://ftp.gnu.org/gnu/texinfo/htmlxref.cnf
  fetch: http://ftp.gnu.org/gnu/texinfo/htmlxref.cnf: size mismatch: expected 20137, actual 20118
  
  Approved by:	ports-secteam (blanket)

Modified:
  branches/2017Q4/print/texinfo/Makefile
Directory Properties:
  branches/2017Q4/   (props changed)

Modified: branches/2017Q4/print/texinfo/Makefile
==============================================================================
--- branches/2017Q4/print/texinfo/Makefile	Tue Dec 26 14:55:09 2017	(r457285)
+++ branches/2017Q4/print/texinfo/Makefile	Tue Dec 26 14:58:32 2017	(r457286)
@@ -7,7 +7,7 @@ PORTEPOCH=	1
 CATEGORIES=	print
 MASTER_SITES=	GNU \
 		LOCAL/sunpoet/${DIST_SUBDIR}:DEFAULT,local
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX} htmlxref.cnf texi2dvi:local texinfo.tex:local
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX} htmlxref.cnf:local texi2dvi:local texinfo.tex:local
 DIST_SUBDIR=	${PORTNAME}/${PORTVERSION}
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 



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