diff options
author | obache <obache@pkgsrc.org> | 2011-06-14 09:37:22 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-06-14 09:37:22 +0000 |
commit | 9f840ec8e67c3d4cb28d4d3331e86a2fba4d8350 (patch) | |
tree | b0c943bea2c0446837916f184937da7c527d308f /www/urlgrabber | |
parent | 655b5055893100971ae9cc19b885a392e21a612e (diff) | |
download | pkgsrc-9f840ec8e67c3d4cb28d4d3331e86a2fba4d8350.tar.gz |
* Update MASTER_SITES and HOMEPAGE.
* remove PYTHON_VERSION restriction, just 25 is the latest version at
release of this package (from result of selftest with python26,
it it same as python25's one).
Diffstat (limited to 'www/urlgrabber')
-rw-r--r-- | www/urlgrabber/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/urlgrabber/Makefile b/www/urlgrabber/Makefile index 4bd8e9627ff..df19150c470 100644 --- a/www/urlgrabber/Makefile +++ b/www/urlgrabber/Makefile @@ -1,19 +1,18 @@ -# $NetBSD: Makefile,v 1.6 2010/01/12 01:34:18 obache Exp $ +# $NetBSD: Makefile,v 1.7 2011/06/14 09:37:22 obache Exp $ # DISTNAME= urlgrabber-3.1.0 PKGREVISION= 1 CATEGORIES= www devel -MASTER_SITES= # http://linux.duke.edu/sourcecode/urlgrabber/ +MASTER_SITES= http://urlgrabber.baseurl.org/download/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://linux.duke.edu/urlgrabber/ +HOMEPAGE= http://urlgrabber.baseurl.org/ COMMENT= Python package that drastically simplifies the fetching of files PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # none -PYTHON_VERSIONS_ACCEPTED= 25 24 PYDISTUTILSPKG= yes PY_PATCHPLIST= yes |