svn commit: r457285 - head/print/texinfo

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Dec 26 14:55:10 UTC 2017


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}
 


More information about the svn-ports-head mailing list