diff options
author | obache <obache> | 2010-04-29 07:31:32 +0000 |
---|---|---|
committer | obache <obache> | 2010-04-29 07:31:32 +0000 |
commit | 0e1e766378331636f90694b2a6ad653bd91b511d (patch) | |
tree | ad95cf4236fe2a135db12b7085328ef5525a8b44 /devel | |
parent | 843d998500b7ec9ab70392e98af99c2cbb0b186f (diff) | |
download | pkgsrc-0e1e766378331636f90694b2a6ad653bd91b511d.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/autoconf/Makefile | 3 | ||||
-rw-r--r-- | devel/autoconf/distinfo | 8 |
2 files changed, 5 insertions, 6 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index 4f3d0e98ce3..0f75b01b852 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -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 HOMEPAGE= http://www.gnu.org/software/autoconf/autoconf.html diff --git a/devel/autoconf/distinfo b/devel/autoconf/distinfo index c283c1f0a11..aefc46f1be6 100644 --- a/devel/autoconf/distinfo +++ b/devel/autoconf/distinfo @@ -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 |