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@.
This commit is contained in:
parent
c98addcecd
commit
8afcd86f47
2 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue