pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/clive Update to 1.4.11:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66da011df2a2
branches:  trunk
changeset: 541837:66da011df2a2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Apr 26 01:23:58 2008 +0000

description:
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:

 net/clive/Makefile         |  16 +++++++++++-----
 net/clive/PLIST            |  35 +----------------------------------
 net/clive/distinfo         |   8 ++++----
 net/clive/patches/patch-aa |  13 -------------
 4 files changed, 16 insertions(+), 56 deletions(-)

diffs (131 lines):

diff -r 060743520f04 -r 66da011df2a2 net/clive/Makefile
--- a/net/clive/Makefile        Sat Apr 26 01:14:46 2008 +0000
+++ b/net/clive/Makefile        Sat Apr 26 01:23:58 2008 +0000
@@ -1,17 +1,24 @@
-# $NetBSD: Makefile,v 1.5 2008/04/25 20:39:11 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2008/04/26 01:23:58 wiz Exp $
 #
 
-DISTNAME=      clive-0.4.10
+DISTNAME=      clive-0.4.11
 CATEGORIES=    net multimedia www
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=clive/} \
-               http://dl.gna.org/clive/0.4/src/
+MASTER_SITES=  http://dl.gna.org/clive/0.4/src/ \
+               ${MASTER_SITE_SOURCEFORGE:=clive/}
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    wiz%NetBSD.org@localhost
 HOMEPAGE=      http://clive.sourceforge.net/
 COMMENT=       Command line video extraction tool for user-uploaded video hosts
 
+DEPENDS+=      ${PYPKGPREFIX}-newt>=0.51:../../devel/py-newt
+DEPENDS+=      ${PYPKGPREFIX}-feedparser>=4.1:../../textproc/py-feedparser
+DEPENDS+=      urlgrabber>=3.1.0:../../www/urlgrabber
+
 GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=       --without-urlgrabber
+CONFIGURE_ARGS+=       --without-feedparser
+CONFIGURE_ARGS+=       --without-newt
 USE_LANGUAGES= # none
 PY_PATCHPLIST=                 yes
 
@@ -21,6 +28,5 @@
 REPLACE_FILES.env_python=      src/clive/feedparser/feedparser.py
 REPLACE_FILES.env_python+=     src/scripts/clive
 
-.include "../../devel/libslang/buildlink3.mk"
 .include "../../lang/python/extension.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 060743520f04 -r 66da011df2a2 net/clive/PLIST
--- a/net/clive/PLIST   Sat Apr 26 01:14:46 2008 +0000
+++ b/net/clive/PLIST   Sat Apr 26 01:23:58 2008 +0000
@@ -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/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/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
diff -r 060743520f04 -r 66da011df2a2 net/clive/distinfo
--- a/net/clive/distinfo        Sat Apr 26 01:14:46 2008 +0000
+++ b/net/clive/distinfo        Sat Apr 26 01:23:58 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2008/04/22 23:05:49 wiz Exp $
+$NetBSD: distinfo,v 1.4 2008/04/26 01:23:58 wiz Exp $
 
-SHA1 (clive-0.4.10.tar.bz2) = 6acc117a6120962be6a7b5226cb0e5c4e8c07846
-RMD160 (clive-0.4.10.tar.bz2) = fef8726ab4ec7128e18901a3cec6c4245fc73fba
-Size (clive-0.4.10.tar.bz2) = 403052 bytes
+SHA1 (clive-0.4.11.tar.bz2) = 9d9ab239d27b7256452991657a7821837dcea7b8
+RMD160 (clive-0.4.11.tar.bz2) = aa9417218e2b9c5ce768029b5da081b290d3cc4b
+Size (clive-0.4.11.tar.bz2) = 405065 bytes
 SHA1 (patch-aa) = b307903a321bb8d93b75dbf39812e43a82743cef
diff -r 060743520f04 -r 66da011df2a2 net/clive/patches/patch-aa
--- a/net/clive/patches/patch-aa        Sat Apr 26 01:14:46 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2008/04/22 23:05:49 wiz Exp $
-
---- configure.orig     2008-04-22 23:01:36.000000000 +0000
-+++ configure
-@@ -21698,7 +21698,7 @@ echo "${ECHO_T}$am_cv_python_pyexecdir" 
-   fi
- 
- 
--if  test x"$with_newt" == "xyes" ; then
-+if  test x"$with_newt" = "xyes" ; then
-     SPEC_FILE=$srcdir/src/clive/newt/newt.spec
-     NEWT_VERSION=$(awk '/^Version: / {print $2}' $SPEC_FILE)
- 



Home | Main Index | Thread Index | Old Index