svn commit: r457286 - branches/2017Q4/print/texinfo
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Dec 26 14:58:33 UTC 2017
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}
More information about the svn-ports-branches
mailing list