diff options
author | martti <martti@pkgsrc.org> | 2002-10-15 10:18:41 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-10-15 10:18:41 +0000 |
commit | a057ae59e7ed9e422463a106f3cd0f4ca935ee6f (patch) | |
tree | 156cdf8cea446e5f55b5afcf34bf7f150a6b7447 /devel/popt/Makefile | |
parent | effc0291e4e48ceccb24f7890b5621a2fb8cc012 (diff) | |
download | pkgsrc-a057ae59e7ed9e422463a106f3cd0f4ca935ee6f.tar.gz |
Updated popt to 1.7
Changes unknown (not listed in the CHANGES file).
Diffstat (limited to 'devel/popt/Makefile')
-rw-r--r-- | devel/popt/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/popt/Makefile b/devel/popt/Makefile index 3b50a492d6c..452ca531736 100644 --- a/devel/popt/Makefile +++ b/devel/popt/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.13 2002/10/03 16:07:55 martti Exp $ +# $NetBSD: Makefile,v 1.14 2002/10/15 10:18:41 martti Exp $ # -DISTNAME= popt-1.6.4 +DISTNAME= popt-1.7 CATEGORIES= devel -MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/ \ - http://gd.tuwien.ac.at/z7/utils/rpm.org/dist/rpm-4.0.x/ \ +MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/ \ + http://gd.tuwien.ac.at/z7/utils/rpm.org/dist/rpm-4.1.x/ \ ftp://ftp.iks-jena.de/pub/software/unix/misc/ \ - ftp://sunsite.cnlab-switch.ch/mirror/rpm/dist/rpm-4.0.x/ + ftp://sunsite.cnlab-switch.ch/mirror/rpm/dist/rpm-4.1.x/ MAINTAINER= packages@netbsd.org COMMENT= Command line option parsing library |