Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2017 21:05:08 +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: r441739 - head/print/texinfo
Message-ID:  <201705252105.v4PL58hv022885@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



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