pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/gzip Change to use uncompressed archive for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c9d05498c76
branches:  trunk
changeset: 625981:8c9d05498c76
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue Oct 29 13:32:07 2013 +0000

description:
Change to use uncompressed archive for distfile (put on our ftp server)
to avoid circular dependency of archive tool.

diffstat:

 archivers/gzip/Makefile |  8 +++++---
 archivers/gzip/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r 3d2bd0aa3083 -r 8c9d05498c76 archivers/gzip/Makefile
--- a/archivers/gzip/Makefile   Tue Oct 29 12:09:59 2013 +0000
+++ b/archivers/gzip/Makefile   Tue Oct 29 13:32:07 2013 +0000
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.28 2013/06/11 08:28:30 adam Exp $
+# $NetBSD: Makefile,v 1.29 2013/10/29 13:32:07 obache Exp $
 
 DISTNAME=      gzip-1.6
 SVR4_PKGNAME=  gzip
 CATEGORIES=    archivers
-MASTER_SITES=  ${MASTER_SITE_GNU:=gzip/}
-EXTRACT_SUFX=  .tar.xz
+#MASTER_SITES= ${MASTER_SITE_GNU:=gzip/}
+#EXTRACT_SUFX= .tar.xz
+MASTER_SITES=  ${MASTER_SITE_LOCAL}
+EXTRACT_SUFX=  .tar
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.gnu.org/software/gzip/gzip.html
diff -r 3d2bd0aa3083 -r 8c9d05498c76 archivers/gzip/distinfo
--- a/archivers/gzip/distinfo   Tue Oct 29 12:09:59 2013 +0000
+++ b/archivers/gzip/distinfo   Tue Oct 29 13:32:07 2013 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.7 2013/06/11 08:28:30 adam Exp $
+$NetBSD: distinfo,v 1.8 2013/10/29 13:32:07 obache Exp $
 
-SHA1 (gzip-1.6.tar.xz) = 05bd01fc90178b806e0c13f9526e2ad392084085
-RMD160 (gzip-1.6.tar.xz) = a8bda5948f5a684d2042ba637d7d5da7047da5f1
-Size (gzip-1.6.tar.xz) = 725084 bytes
+SHA1 (gzip-1.6.tar) = 7d546c77fd49f1dc093c0fb23512bf926ce94a40
+RMD160 (gzip-1.6.tar) = 62a506b3305c0d112410574fbe8ace537b32ae10
+Size (gzip-1.6.tar) = 5048320 bytes
 SHA1 (patch-aa) = a08b277aa95df808d055f4daf95fd1462c300290
 SHA1 (patch-ab) = 738d6e5f9300c2718694cc4134b36637b323ea8a
 SHA1 (patch-lib_fflush.c) = 0cefe0da43d9d06afea104a42119c60b572def31



Home | Main Index | Thread Index | Old Index