svn commit: r441739 - head/print/texinfo
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu May 25 21:05:09 UTC 2017
Author: sunpoet
Date: Thu May 25 21:05:08 2017
New Revision: 441739
URL: https://svnweb.freebsd.org/changeset/ports/441739
Log:
Restrict download texinfo.tex from my LOCAL
Do not download texinfo.tex from GNU directly to avoid checksum error when
usptream updates this unversioned file.
Modified:
head/print/texinfo/Makefile
Modified: head/print/texinfo/Makefile
==============================================================================
--- head/print/texinfo/Makefile Thu May 25 21:03:17 2017 (r441738)
+++ head/print/texinfo/Makefile Thu May 25 21:05:08 2017 (r441739)
@@ -7,8 +7,8 @@ PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= print
MASTER_SITES= GNU \
- LOCAL/sunpoet/${DIST_SUBDIR}
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} htmlxref.cnf texinfo.tex texi2dvi
+ LOCAL/sunpoet/${DIST_SUBDIR}:DEFAULT,local
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} htmlxref.cnf texinfo.tex:local texi2dvi
DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
More information about the svn-ports-head
mailing list