summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorchuck <chuck@pkgsrc.org>2016-01-09 03:10:45 +0000
committerchuck <chuck@pkgsrc.org>2016-01-09 03:10:45 +0000
commite3ae5466841fe427b2c108430ed2c6b44775d7bf (patch)
tree788d79eff426245dcc068717f6c4f020afbb89a3 /converters
parentae6bbbfcf7c7868e253fed40f76fb7eaaea79027 (diff)
downloadpkgsrc-e3ae5466841fe427b2c108430ed2c6b44775d7bf.tar.gz
the scripts.sil.org site is using ViewVC to dynamically generate a
new .tar.gz for each download. each new .tar.gz has a new gzip timestamp, so the gz is different each download (the tar itself is the same). this makes it impossible to match the checksum in distinfo, so we pull it from a static file on MASTER_SITE_BACKUP instead, as suggested by Thomas Klausner.
Diffstat (limited to 'converters')
-rw-r--r--converters/TECkit/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/converters/TECkit/Makefile b/converters/TECkit/Makefile
index 417a81bf54b..e4ce204ee58 100644
--- a/converters/TECkit/Makefile
+++ b/converters/TECkit/Makefile
@@ -1,9 +1,16 @@
-# $NetBSD: Makefile,v 1.6 2015/06/14 10:01:41 markd Exp $
+# $NetBSD: Makefile,v 1.7 2016/01/09 03:10:45 chuck Exp $
DISTNAME= TECkit_2.5.3
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= converters
-MASTER_SITES= http://scripts.sil.org/svn-view/teckit/TAGS/
+#
+# scripts.sil.org is using ViewVC to dynamically generate a new .tar.gz.
+# each .tar.gz has a new gzip timestamp, so its different each download.
+# this makes it impossible to match checksum in distinfo, so we pull it
+# from a static file on MASTER_SITE_BACKUP instead.
+#
+#MASTER_SITES= http://scripts.sil.org/svn-view/teckit/TAGS/
+MASTER_SITES= ${MASTER_SITE_BACKUP}
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&cat_id=TECkit