summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-16 20:04:12 +0000
committerjlam <jlam@pkgsrc.org>2005-05-16 20:04:12 +0000
commit046ef1ec0b0a8628b0147e9563cf2db7ced82157 (patch)
treeebbe550f35c4d0df1653fe3ccabac3e7f6f6fafe /devel
parent78a75d6b011a06cccd27888fd407f941d91684a5 (diff)
downloadpkgsrc-046ef1ec0b0a8628b0147e9563cf2db7ced82157.tar.gz
Use an uncompressed tar archive of the sources from ${MASTER_SITE_LOCAL}.
This ensures that we won't need gzcat to extract the sources, which could potentially cause a circular dependency on archivers/gzip-base.
Diffstat (limited to 'devel')
-rw-r--r--devel/patch/Makefile12
-rw-r--r--devel/patch/distinfo8
2 files changed, 14 insertions, 6 deletions
diff --git a/devel/patch/Makefile b/devel/patch/Makefile
index e6f772b91e3..275eee1112e 100644
--- a/devel/patch/Makefile
+++ b/devel/patch/Makefile
@@ -1,10 +1,18 @@
-# $NetBSD: Makefile,v 1.22 2005/05/16 00:29:32 jlam Exp $
+# $NetBSD: Makefile,v 1.23 2005/05/16 20:04:12 jlam Exp $
#
DISTNAME= patch-2.5.4
PKGREVISION= 2
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU:=patch/}
+
+# We keep an uncompressed tar archive of the sources on
+# ${MASTER_SITE_LOCAL} so that we won't need gzcat to extract the
+# sources, which could potentially cause a circular dependency on
+# archivers/gzip-base.
+#
+#MASTER_SITES= ${MASTER_SITE_GNU:=patch/}
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+EXTRACT_SUFX= .tar
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/patch/patch.html
diff --git a/devel/patch/distinfo b/devel/patch/distinfo
index 803b95c33c7..3c2571a112d 100644
--- a/devel/patch/distinfo
+++ b/devel/patch/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 22:24:30 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/05/16 20:04:12 jlam Exp $
-SHA1 (patch-2.5.4.tar.gz) = a12d520eba0dc35d1c4d50ec75b7684451a40de9
-RMD160 (patch-2.5.4.tar.gz) = 540176db14d65db9cf7628739a5e00725e6981d4
-Size (patch-2.5.4.tar.gz) = 186879 bytes
+SHA1 (patch-2.5.4.tar) = e8b7b82ee2ebb70624465cc41f9ad1a14d54097e
+RMD160 (patch-2.5.4.tar) = 4604e4678e6d40cf7b11133ef3dd06564442521b
+Size (patch-2.5.4.tar) = 706560 bytes