Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Dec 2017 14:55:09 +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: r457285 - head/print/texinfo
Message-ID:  <201712261455.vBQEt9Xa034238@repo.freebsd.org>

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

Log:
  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
  
  MFH:		2017Q4

Modified:
  head/print/texinfo/Makefile

Modified: head/print/texinfo/Makefile
==============================================================================
--- head/print/texinfo/Makefile	Tue Dec 26 14:09:13 2017	(r457284)
+++ head/print/texinfo/Makefile	Tue Dec 26 14:55:09 2017	(r457285)
@@ -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?201712261455.vBQEt9Xa034238>