diff options
author | tnn <tnn@pkgsrc.org> | 2008-04-25 19:18:23 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-04-25 19:18:23 +0000 |
commit | f2b6e9d30143eaaaa5f4befae2e0824fee96f93a (patch) | |
tree | 396bde2a8062ad25860445e5e91f586e4993334b | |
parent | 5b08987bf19e63b4e94221e3ec9f19fd23fffd5b (diff) | |
download | pkgsrc-f2b6e9d30143eaaaa5f4befae2e0824fee96f93a.tar.gz |
Update to urlgrabber-3.1.0.
pkgsrc:
- Fix acceptable python versions
- Supports DESTDIR
From ChangeLog: Added James Bowes' SSL patch to use M2Crypto when available.
-rw-r--r-- | www/urlgrabber/Makefile | 8 | ||||
-rw-r--r-- | www/urlgrabber/PLIST | 5 | ||||
-rw-r--r-- | www/urlgrabber/distinfo | 8 |
3 files changed, 13 insertions, 8 deletions
diff --git a/www/urlgrabber/Makefile b/www/urlgrabber/Makefile index cd180a1b337..a88ef62049f 100644 --- a/www/urlgrabber/Makefile +++ b/www/urlgrabber/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/03/14 01:29:28 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2008/04/25 19:18:23 tnn Exp $ # -DISTNAME= urlgrabber-3.0.0 +DISTNAME= urlgrabber-3.1.0 CATEGORIES= www devel MASTER_SITES= http://linux.duke.edu/projects/urlgrabber/download/ @@ -9,8 +9,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://linux.duke.edu/projects/urlgrabber/download/ COMMENT= Python package that drastically simplifies the fetching of files +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= # none -PYTHON_VERSIONS_ACCEPTED= 24 23 22 +PYTHON_VERSIONS_ACCEPTED= 25 24 23 PYDISTUTILSPKG= yes PY_PATCHPLIST= yes diff --git a/www/urlgrabber/PLIST b/www/urlgrabber/PLIST index 55ab6f61986..e5c025015d5 100644 --- a/www/urlgrabber/PLIST +++ b/www/urlgrabber/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/14 01:29:28 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2008/04/25 19:18:23 tnn Exp $ bin/urlgrabber ${PYSITELIB}/urlgrabber/__init__.py ${PYSITELIB}/urlgrabber/__init__.pyc @@ -18,6 +18,9 @@ ${PYSITELIB}/urlgrabber/mirror.pyo ${PYSITELIB}/urlgrabber/progress.py ${PYSITELIB}/urlgrabber/progress.pyc ${PYSITELIB}/urlgrabber/progress.pyo +${PYSITELIB}/urlgrabber/sslfactory.py +${PYSITELIB}/urlgrabber/sslfactory.pyc +${PYSITELIB}/urlgrabber/sslfactory.pyo share/doc/${PKGNAME}/ChangeLog share/doc/${PKGNAME}/LICENSE share/doc/${PKGNAME}/README diff --git a/www/urlgrabber/distinfo b/www/urlgrabber/distinfo index 2e2d5b5098b..fece6e0b6e3 100644 --- a/www/urlgrabber/distinfo +++ b/www/urlgrabber/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/03/14 01:29:28 wiz Exp $ +$NetBSD: distinfo,v 1.2 2008/04/25 19:18:23 tnn Exp $ -SHA1 (urlgrabber-3.0.0.tar.gz) = 8f1a82a44e7ab769c0843ca56c5e7863b6c8e71a -RMD160 (urlgrabber-3.0.0.tar.gz) = cc0bec42126b8981ae4a9be8c9baaee0b5a77d3e -Size (urlgrabber-3.0.0.tar.gz) = 77982 bytes +SHA1 (urlgrabber-3.1.0.tar.gz) = 866c5907a9ef072bea71d020079b4c53e44e1318 +RMD160 (urlgrabber-3.1.0.tar.gz) = cf470cd2ddd9a92b3fc0f6bed3f53063b72216aa +Size (urlgrabber-3.1.0.tar.gz) = 78848 bytes |