diff options
author | obache <obache@pkgsrc.org> | 2010-01-12 01:34:18 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-01-12 01:34:18 +0000 |
commit | b480af79f441530311920370f67537fe4e031b0f (patch) | |
tree | 047d335fbeee284e5f540f1defe63d1160632075 /www/urlgrabber | |
parent | 6c27513d4044861bca2e8469b20e118d5b456481 (diff) | |
download | pkgsrc-b480af79f441530311920370f67537fe4e031b0f.tar.gz |
Update HOMEPAGE and MASTER_SITES to catch up rearrange of the site.
Problem noticed by Bug Hunting via PR#42609.
At the moment, MASTER_SITES is commented out.
Although it is linked from HOMEPAGE, but only have very old version now.
(and tarball from http://pypi.python.org/pypi/urlgrabber is checksum mismatch).
Diffstat (limited to 'www/urlgrabber')
-rw-r--r-- | www/urlgrabber/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/urlgrabber/Makefile b/www/urlgrabber/Makefile index 61b424bd229..4bd8e9627ff 100644 --- a/www/urlgrabber/Makefile +++ b/www/urlgrabber/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.5 2009/09/07 19:02:14 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2010/01/12 01:34:18 obache Exp $ # DISTNAME= urlgrabber-3.1.0 PKGREVISION= 1 CATEGORIES= www devel -MASTER_SITES= http://linux.duke.edu/projects/urlgrabber/download/ +MASTER_SITES= # http://linux.duke.edu/sourcecode/urlgrabber/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://linux.duke.edu/projects/urlgrabber/download/ +HOMEPAGE= http://linux.duke.edu/urlgrabber/ COMMENT= Python package that drastically simplifies the fetching of files PKG_DESTDIR_SUPPORT= user-destdir |