diff options
author | wiz <wiz> | 2008-04-26 01:23:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-04-26 01:23:58 +0000 |
commit | 07d53599e0a69d1fbb84b0f38f6024c4f76647e0 (patch) | |
tree | f24e3c902428c08d757bc97c94e140fd456bec75 /net/clive/PLIST | |
parent | 859382f17586de6aa72902677de19906fadeeafd (diff) | |
download | pkgsrc-07d53599e0a69d1fbb84b0f38f6024c4f76647e0.tar.gz |
Update to 1.4.11:
pkgsrc change: use python dependencies from pkgsrc instead
of the ones delivered with clive.
Version 0.4.11 [2008-04-24]
=================================================================
+new !fix ~change -remove | focus: Major bugfixes
+ --with-PACKAGE[=yes|no] (sr #1986)
See the INSTALL file for more details.
~ Prerequisite: newt (snack) module
The module is now expected to be found.
! Youtube: "video removed" (bug #11564) [blocker]
Affected versions: clive < 0.4.11
! Unportable test(1) construct (bug #11552) [0.4.10]
configure used previously the unportable bash "==" comparison
operator for test(1) which is not supported by most other shells.
Diffstat (limited to 'net/clive/PLIST')
-rw-r--r-- | net/clive/PLIST | 35 |
1 files changed, 1 insertions, 34 deletions
diff --git a/net/clive/PLIST b/net/clive/PLIST index c055f1b59cc..555045128c2 100644 --- a/net/clive/PLIST +++ b/net/clive/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2008/04/22 23:05:49 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2008/04/26 01:23:58 wiz Exp $ bin/clive ${PYSITELIB}/clive/__init__.py ${PYSITELIB}/clive/__init__.pyc @@ -15,27 +15,12 @@ ${PYSITELIB}/clive/console.pyo ${PYSITELIB}/clive/error.py ${PYSITELIB}/clive/error.pyc ${PYSITELIB}/clive/error.pyo -${PYSITELIB}/clive/feedparser/__init__.py -${PYSITELIB}/clive/feedparser/__init__.pyc -${PYSITELIB}/clive/feedparser/__init__.pyo -${PYSITELIB}/clive/feedparser/feedparser.py -${PYSITELIB}/clive/feedparser/feedparser.pyc -${PYSITELIB}/clive/feedparser/feedparser.pyo ${PYSITELIB}/clive/login.py ${PYSITELIB}/clive/login.pyc ${PYSITELIB}/clive/login.pyo ${PYSITELIB}/clive/main.py ${PYSITELIB}/clive/main.pyc ${PYSITELIB}/clive/main.pyo -${PYSITELIB}/clive/newt/__init__.py -${PYSITELIB}/clive/newt/__init__.pyc -${PYSITELIB}/clive/newt/__init__.pyo -${PYSITELIB}/clive/newt/_snackmodule.a -${PYSITELIB}/clive/newt/_snackmodule.la -${PYSITELIB}/clive/newt/_snackmodule.so -${PYSITELIB}/clive/newt/snack.py -${PYSITELIB}/clive/newt/snack.pyc -${PYSITELIB}/clive/newt/snack.pyo ${PYSITELIB}/clive/nomad.py ${PYSITELIB}/clive/nomad.pyc ${PYSITELIB}/clive/nomad.pyo @@ -60,23 +45,5 @@ ${PYSITELIB}/clive/rss.pyo ${PYSITELIB}/clive/update.py ${PYSITELIB}/clive/update.pyc ${PYSITELIB}/clive/update.pyo -${PYSITELIB}/clive/urlgrabber/__init__.py -${PYSITELIB}/clive/urlgrabber/__init__.pyc -${PYSITELIB}/clive/urlgrabber/__init__.pyo -${PYSITELIB}/clive/urlgrabber/byterange.py -${PYSITELIB}/clive/urlgrabber/byterange.pyc -${PYSITELIB}/clive/urlgrabber/byterange.pyo -${PYSITELIB}/clive/urlgrabber/grabber.py -${PYSITELIB}/clive/urlgrabber/grabber.pyc -${PYSITELIB}/clive/urlgrabber/grabber.pyo -${PYSITELIB}/clive/urlgrabber/keepalive.py -${PYSITELIB}/clive/urlgrabber/keepalive.pyc -${PYSITELIB}/clive/urlgrabber/keepalive.pyo -${PYSITELIB}/clive/urlgrabber/sslfactory.py -${PYSITELIB}/clive/urlgrabber/sslfactory.pyc -${PYSITELIB}/clive/urlgrabber/sslfactory.pyo man/man1/clive.1 -@dirrm ${PYSITELIB}/clive/urlgrabber -@dirrm ${PYSITELIB}/clive/newt -@dirrm ${PYSITELIB}/clive/feedparser @dirrm ${PYSITELIB}/clive |