pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/patch Use an uncompressed tar archive of the sou...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e476baeab3f
branches:  trunk
changeset: 493935:9e476baeab3f
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon May 16 20:04:12 2005 +0000

description:
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:

 devel/patch/Makefile |  12 ++++++++++--
 devel/patch/distinfo |   8 ++++----
 2 files changed, 14 insertions(+), 6 deletions(-)

diffs (37 lines):

diff -r 4049a10114ec -r 9e476baeab3f devel/patch/Makefile
--- a/devel/patch/Makefile      Mon May 16 19:59:54 2005 +0000
+++ b/devel/patch/Makefile      Mon May 16 20:04:12 2005 +0000
@@ -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@localhost
 HOMEPAGE=      http://www.gnu.org/software/patch/patch.html
diff -r 4049a10114ec -r 9e476baeab3f devel/patch/distinfo
--- a/devel/patch/distinfo      Mon May 16 19:59:54 2005 +0000
+++ b/devel/patch/distinfo      Mon May 16 20:04:12 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index