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

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Jun 2 10:21:14 UTC 2013


Author: rakuco
Date: Sun Jun  2 10:21:14 2013
New Revision: 319647
URL: http://svnweb.freebsd.org/changeset/ports/319647

Log:
  Explicitly use another name for the distfile.
  
  Quite a while ago I started mirroring ltablex.zip because some CTAN mirrors
  delivered a zip file with the same contents but a different checksum.
  
  The package build cluster seems to have mirrored one of those "wrong"
  versions, and every once in a while I get an email about package building
  failures which are actually caused by that.
  
  Work around the issue by renaming the ltablex.zip file I mirror to
  ltablex-1.0.zip, which should hopefully make ftp-master re-fetch it.

Modified:
  head/print/latex-ltablex/Makefile
  head/print/latex-ltablex/distinfo

Modified: head/print/latex-ltablex/Makefile
==============================================================================
--- head/print/latex-ltablex/Makefile	Sun Jun  2 10:14:45 2013	(r319646)
+++ head/print/latex-ltablex/Makefile	Sun Jun  2 10:21:14 2013	(r319647)
@@ -11,7 +11,6 @@ CATEGORIES=	print
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	rakuco/latex
 PKGNAMEPREFIX=	latex-
-DISTNAME=	${PORTNAME}
 DIST_SUBDIR=	latex
 
 MAINTAINER=	rakuco at FreeBSD.org

Modified: head/print/latex-ltablex/distinfo
==============================================================================
--- head/print/latex-ltablex/distinfo	Sun Jun  2 10:14:45 2013	(r319646)
+++ head/print/latex-ltablex/distinfo	Sun Jun  2 10:21:14 2013	(r319647)
@@ -1,2 +1,2 @@
-SHA256 (latex/ltablex.zip) = 66b1b0f4cb68e1794c97742ec2aa3ccab87aa5ab781309b516ee86b66647b3a5
-SIZE (latex/ltablex.zip) = 235583
+SHA256 (latex/ltablex-1.0.zip) = 66b1b0f4cb68e1794c97742ec2aa3ccab87aa5ab781309b516ee86b66647b3a5
+SIZE (latex/ltablex-1.0.zip) = 235583


More information about the svn-ports-all mailing list