diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-25 17:50:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-25 17:50:54 +0800 |
commit | 8a767a829d5aab1bdf3c551d9d4da2790d69dd55 (patch) | |
tree | 457e776e393f97e3a14cb66f211e0604557947dc | |
parent | cfec917b5833983e9c3ef9196563e9d421cc9628 (diff) | |
download | freebsd-ports-gnome-8a767a829d5aab1bdf3c551d9d4da2790d69dd55.tar.gz freebsd-ports-gnome-8a767a829d5aab1bdf3c551d9d4da2790d69dd55.tar.zst freebsd-ports-gnome-8a767a829d5aab1bdf3c551d9d4da2790d69dd55.zip |
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
-rw-r--r-- | print/texinfo/Makefile | 2 | ||||
-rw-r--r-- | print/texinfo/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index b068e5cc0b21..58b31aa046d0 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -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} diff --git a/print/texinfo/distinfo b/print/texinfo/distinfo index dd883d97ab65..866f1ef3b556 100644 --- a/print/texinfo/distinfo +++ b/print/texinfo/distinfo @@ -3,7 +3,7 @@ SHA256 (texinfo/6.3/texinfo-6.3.tar.xz) = 246cf3ffa54985118ec2eea2b8d0c71b92114e 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 |