diff options
author | obache <obache@pkgsrc.org> | 2008-09-02 03:11:08 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-09-02 03:11:08 +0000 |
commit | 236023b4ae8c03b3aaeb358bffc0412da3fe2102 (patch) | |
tree | eee7bca3528f985dadf9c7f287242cfe38a1823a /math | |
parent | 3895e0d7c734a3447dc4c087c323295bf1ae1d71 (diff) | |
download | pkgsrc-236023b4ae8c03b3aaeb358bffc0412da3fe2102.tar.gz |
Distfile is only available via ftp site.
Noticed by Zafer Aydogan via private mail.
It contains version number in file name. no need to use DIST_SUBDIR anymore.
Diffstat (limited to 'math')
-rw-r--r-- | math/udunits/Makefile | 8 | ||||
-rw-r--r-- | math/udunits/distinfo | 8 |
2 files changed, 7 insertions, 9 deletions
diff --git a/math/udunits/Makefile b/math/udunits/Makefile index 45ca3d482d8..fcf456acff9 100644 --- a/math/udunits/Makefile +++ b/math/udunits/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.24 2007/12/20 12:08:22 obache Exp $ +# $NetBSD: Makefile,v 1.25 2008/09/02 03:11:08 obache Exp $ -DISTNAME= udunits -PKGNAME= udunits-1.12.1 +DISTNAME= udunits-1.12.1 PKGREVISION= 2 CATEGORIES= math devel -MASTER_SITES= http://www.unidata.ucar.edu/software/udunits/ +MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/udunits/ EXTRACT_SUFX= .tar.Z MAINTAINER= pkgsrc-users@NetBSD.org @@ -13,7 +12,6 @@ COMMENT= Library and program for manipulating units of physical quantities USE_TOOLS+= perl WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/src -DIST_SUBDIR= ${PKGNAME_NOREV} GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} diff --git a/math/udunits/distinfo b/math/udunits/distinfo index 382d360f125..2931755fb9b 100644 --- a/math/udunits/distinfo +++ b/math/udunits/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.11 2008/08/17 07:02:39 dholland Exp $ +$NetBSD: distinfo,v 1.12 2008/09/02 03:11:08 obache Exp $ -SHA1 (udunits-1.12.1/udunits.tar.Z) = ee37ca61eb1dcf34165b7573cc1645824bd6968d -RMD160 (udunits-1.12.1/udunits.tar.Z) = fb2f0442673ca47d302782c84ce37b8da1e16535 -Size (udunits-1.12.1/udunits.tar.Z) = 365873 bytes +SHA1 (udunits-1.12.1.tar.Z) = ee37ca61eb1dcf34165b7573cc1645824bd6968d +RMD160 (udunits-1.12.1.tar.Z) = fb2f0442673ca47d302782c84ce37b8da1e16535 +Size (udunits-1.12.1.tar.Z) = 365873 bytes SHA1 (patch-aa) = 0998141196898a7bc168fe45c5019586645167f2 SHA1 (patch-ab) = 9a98e048499d38f8dedba6fb1a169e178dbd77ba SHA1 (patch-ac) = ebcfb1b47b828f12ba11364fda7a2f0b335c6fb5 |