Date: Fri, 24 Aug 2012 13:31:05 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303083 - head/print/latex-ltablex Message-ID: <201208241331.q7ODV5Cb044667@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208241331.q7ODV5Cb044667>