Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jun 2017 09:50:54 +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: r444258 - head/print/texinfo
Message-ID:  <201706250950.v5P9osBD031420@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jun 25 09:50:54 2017
New Revision: 444258
URL: https://svnweb.freebsd.org/changeset/ports/444258

Log:
  Restrict download texi2dvi from my LOCAL
  
  Do not download texi2dvi from GNU directly to avoid checksum error when
  usptream updates this unversioned file.
  
  => texi2dvi doesn't seem to exist in /usr/ports/distfiles/texinfo/6.3.
  => Attempting to fetch http://www.gtlib.gatech.edu/pub/gnu/gnu/texinfo/texi2dvi
  fetch: http://www.gtlib.gatech.edu/pub/gnu/gnu/texinfo/texi2dvi: size mismatch: expected 61181, actual 61521

Modified:
  head/print/texinfo/Makefile
  head/print/texinfo/distinfo

Modified: head/print/texinfo/Makefile
==============================================================================
--- head/print/texinfo/Makefile	Sun Jun 25 09:00:11 2017	(r444257)
+++ head/print/texinfo/Makefile	Sun Jun 25 09:50:54 2017	(r444258)
@@ -8,7 +8,7 @@ PORTEPOCH=	1
 CATEGORIES=	print
 MASTER_SITES=	GNU \
 		LOCAL/sunpoet/${DIST_SUBDIR}:DEFAULT,local
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX} htmlxref.cnf texinfo.tex:local texi2dvi
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX} htmlxref.cnf texi2dvi:local texinfo.tex:local
 DIST_SUBDIR=	${PORTNAME}/${PORTVERSION}
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 

Modified: head/print/texinfo/distinfo
==============================================================================
--- head/print/texinfo/distinfo	Sun Jun 25 09:00:11 2017	(r444257)
+++ head/print/texinfo/distinfo	Sun Jun 25 09:50:54 2017	(r444258)
@@ -3,7 +3,7 @@ SHA256 (texinfo/6.3/texinfo-6.3.tar.xz) = 246cf3ffa549
 SIZE (texinfo/6.3/texinfo-6.3.tar.xz) = 4468048
 SHA256 (texinfo/6.3/htmlxref.cnf) = d77343dfec47d38a3f029bd42df6ca08e2701f8925be9dffdb07c53a9a0b292d
 SIZE (texinfo/6.3/htmlxref.cnf) = 20137
-SHA256 (texinfo/6.3/texinfo.tex) = 370e9b54159b6dfada33ffc522f41ab0ee0ac887fe779aba5911616f1b31ac84
-SIZE (texinfo/6.3/texinfo.tex) = 380853
 SHA256 (texinfo/6.3/texi2dvi) = ee5da7408c4f0d52b710639f4188ed99ff2f0e0716dde452eab771ba5ec4103b
 SIZE (texinfo/6.3/texi2dvi) = 61181
+SHA256 (texinfo/6.3/texinfo.tex) = 370e9b54159b6dfada33ffc522f41ab0ee0ac887fe779aba5911616f1b31ac84
+SIZE (texinfo/6.3/texinfo.tex) = 380853



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