diff options
author | obache <obache@pkgsrc.org> | 2013-10-29 13:32:07 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-10-29 13:32:07 +0000 |
commit | c46e45457b7757bdbea13518b47a1ac332ec167e (patch) | |
tree | e9b67a08380e4805bf1cccbb1f4fa5966373b9fc /archivers | |
parent | fa0ad80b1e0993a4a945d93b9e2b9ae4a0519e62 (diff) | |
download | pkgsrc-c46e45457b7757bdbea13518b47a1ac332ec167e.tar.gz |
Change to use uncompressed archive for distfile (put on our ftp server)
to avoid circular dependency of archive tool.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gzip/Makefile | 8 | ||||
-rw-r--r-- | archivers/gzip/distinfo | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile index 24d7df1e7d9..531e4b01674 100644 --- a/archivers/gzip/Makefile +++ b/archivers/gzip/Makefile @@ -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 HOMEPAGE= http://www.gnu.org/software/gzip/gzip.html diff --git a/archivers/gzip/distinfo b/archivers/gzip/distinfo index 2f3484b499e..c5444ed83c0 100644 --- a/archivers/gzip/distinfo +++ b/archivers/gzip/distinfo @@ -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 |