aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2012-08-24 21:31:05 +0800
committerrakuco <rakuco@FreeBSD.org>2012-08-24 21:31:05 +0800
commitfe25c53069db11c59a3c73bdf2817e28212c1ed4 (patch)
treea20fa2a5a178b59ed2bfaebdecdf14bf9ddf6fca
parent489c29c415dc0034d30a9318aacedf47c82f0ec1 (diff)
downloadfreebsd-ports-gnome-fe25c53069db11c59a3c73bdf2817e28212c1ed4.tar.gz
freebsd-ports-gnome-fe25c53069db11c59a3c73bdf2817e28212c1ed4.tar.zst
freebsd-ports-gnome-fe25c53069db11c59a3c73bdf2817e28212c1ed4.zip
Unbreak by mirroring the tarball locally.
Some CTAN mirrors are returning a tarball with a different checksum. Work around that by mirroring it locally.
-rw-r--r--print/latex-ltablex/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/print/latex-ltablex/Makefile b/print/latex-ltablex/Makefile
index 3c0471f51747..92a82b3f779b 100644
--- a/print/latex-ltablex/Makefile
+++ b/print/latex-ltablex/Makefile
@@ -8,8 +8,12 @@ PORTNAME= ltablex
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= print
-MASTER_SITES= ${MASTER_SITE_TEX_CTAN}
-MASTER_SITE_SUBDIR= macros/latex/contrib
+# As of 2012-08-24, some mirrors are returning a tarball with a
+# different checksum, so I am mirroring it locally instead.
+# MASTER_SITES= ${MASTER_SITE_TEX_CTAN}
+# MASTER_SITE_SUBDIR= macros/latex/contrib
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= rakuco/latex
PKGNAMEPREFIX= latex-
DISTNAME= ${PORTNAME}
DIST_SUBDIR= latex
@@ -20,8 +24,6 @@ COMMENT= Combines the features of both the tabularx and longtable packages
BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX-base
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base
-BROKEN= fails to install; incorrect checksum
-
USE_ZIP= YES
NO_BUILD= YES
PLIST_SUB= MKTEXLSR=${MKTEXLSR} \