svn commit: r303083 - head/print/latex-ltablex

Raphael Kubo da Costa rakuco at FreeBSD.org
Fri Aug 24 13:31:06 UTC 2012


Author: rakuco
Date: Fri Aug 24 13:31:05 2012
New Revision: 303083
URL: http://svn.freebsd.org/changeset/ports/303083

Log:
  Unbreak by mirroring the tarball locally.
  
  Some CTAN mirrors are returning a tarball with a different checksum. Work
  around that by mirroring it locally.

Modified:
  head/print/latex-ltablex/Makefile

Modified: head/print/latex-ltablex/Makefile
==============================================================================
--- head/print/latex-ltablex/Makefile	Fri Aug 24 13:16:25 2012	(r303082)
+++ head/print/latex-ltablex/Makefile	Fri Aug 24 13:31:05 2012	(r303083)
@@ -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 t
 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} \



More information about the svn-ports-all mailing list