pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/autoconf Use .tar.gz instead of .tar.xz for DIST...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3200195c3fd8
branches:  trunk
changeset: 574905:3200195c3fd8
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Apr 29 07:31:32 2010 +0000

description:
Use .tar.gz instead of .tar.xz for DISTFILES.

Using .tar.xz intorduce dependency on archivers/xz,
and it require GCC_REQD=3.4, then maybe result in unwanted
dependency on lang/gcc34.
Especially on Ineterix, it has gcc-3.3, and lang/gcc34 is marked as
"not for Interix", then no chance to install packages using autoconf.

approved by wiz@.

diffstat:

 devel/autoconf/Makefile |  3 +--
 devel/autoconf/distinfo |  8 ++++----
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r 9c00798c5ed1 -r 3200195c3fd8 devel/autoconf/Makefile
--- a/devel/autoconf/Makefile   Thu Apr 29 06:58:31 2010 +0000
+++ b/devel/autoconf/Makefile   Thu Apr 29 07:31:32 2010 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.72 2009/11/23 14:53:27 tnn Exp $
+# $NetBSD: Makefile,v 1.73 2010/04/29 07:31:32 obache Exp $
 
 DISTNAME=              autoconf-2.65
 PKGREVISION=           1
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GNU:=autoconf/}
-EXTRACT_SUFX=          .tar.xz
 
 MAINTAINER=            wiz%NetBSD.org@localhost
 HOMEPAGE=              http://www.gnu.org/software/autoconf/autoconf.html
diff -r 9c00798c5ed1 -r 3200195c3fd8 devel/autoconf/distinfo
--- a/devel/autoconf/distinfo   Thu Apr 29 06:58:31 2010 +0000
+++ b/devel/autoconf/distinfo   Thu Apr 29 07:31:32 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2009/11/23 11:09:36 wiz Exp $
+$NetBSD: distinfo,v 1.21 2010/04/29 07:31:32 obache Exp $
 
-SHA1 (autoconf-2.65.tar.xz) = 348db555467d0eb8a16e4511b5f93cf0ca1d6c86
-RMD160 (autoconf-2.65.tar.xz) = 820f1dac7d87af917178ddc5a8d21a0da89b438d
-Size (autoconf-2.65.tar.xz) = 1132092 bytes
+SHA1 (autoconf-2.65.tar.gz) = ae9e1ab046822007f25c88e1d8f2166e065da8c2
+RMD160 (autoconf-2.65.tar.gz) = 67cf709b61290b47255ccdb2c3113bcd04c42ecd
+Size (autoconf-2.65.tar.gz) = 1738880 bytes



Home | Main Index | Thread Index | Old Index