diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2009-05-18 00:42:11 +0800 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2009-05-18 00:42:11 +0800 |
commit | 46b1d1ae526ea9544607aeaa13b3218c84fca2fc (patch) | |
tree | fba89ba4188361326c0efc46927b4f4d4bc59aaa /multimedia/clive | |
parent | c22cc7fcae65c390a6af6a7efd0c2da05aeac82d (diff) | |
download | freebsd-ports-gnome-46b1d1ae526ea9544607aeaa13b3218c84fca2fc.tar.gz freebsd-ports-gnome-46b1d1ae526ea9544607aeaa13b3218c84fca2fc.tar.zst freebsd-ports-gnome-46b1d1ae526ea9544607aeaa13b3218c84fca2fc.zip |
- Update to 2.1.13
- Add WITH_CACHE to OPTIONS
Submitted by: Toni Gundogdu <legatvs at gmail dot com> (maintainer), via private email
Diffstat (limited to 'multimedia/clive')
-rw-r--r-- | multimedia/clive/Makefile | 10 | ||||
-rw-r--r-- | multimedia/clive/distinfo | 6 |
2 files changed, 10 insertions, 6 deletions
diff --git a/multimedia/clive/Makefile b/multimedia/clive/Makefile index 1e5c30e9f0d6..81141ff09b41 100644 --- a/multimedia/clive/Makefile +++ b/multimedia/clive/Makefile @@ -6,15 +6,14 @@ # PORTNAME= clive -PORTVERSION= 2.1.12 +PORTVERSION= 2.1.13 CATEGORIES= multimedia MASTER_SITES= GOOGLE_CODE MAINTAINER= legatvs@gmail.com COMMENT= Video extraction utility for YouTube, GoogleVideo, and others -RUN_DEPENDS= p5-BerkeleyDB>=0.36:${PORTSDIR}/databases/p5-BerkeleyDB \ - p5-Config-Tiny>=2.12:${PORTSDIR}/devel/p5-Config-Tiny \ +RUN_DEPENDS= p5-Config-Tiny>=2.12:${PORTSDIR}/devel/p5-Config-Tiny \ p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA \ p5-HTML-Parser>=3.59:${PORTSDIR}/www/p5-HTML-Parser \ p5-WWW-Curl>=4.05:${PORTSDIR}/www/p5-WWW-Curl @@ -23,6 +22,7 @@ RUN_DEPENDS= p5-BerkeleyDB>=0.36:${PORTSDIR}/databases/p5-BerkeleyDB \ CONFLICTS= clive-[0-1]* ljclive-[0-9]* OPTIONS= PASTE "Enable pasting from X clipboard" off \ + CACHE "Enable cache" off \ PAGER "Enable pager for viewing cache entries" off \ EXPECT "Enable clivepass interface" off \ MANPAGE "Install manual page" on @@ -40,6 +40,10 @@ USE_PERL5_RUN= 5.8.2+ RUN_DEPENDS+= p5-Clipboard>=0.09:${PORTSDIR}/x11/p5-Clipboard .endif +.if defined(WITH_CACHE) +RUN_DEPENDS+= p5-BerkeleyDB>=0.36:${PORTSDIR}/databases/p5-BerkeleyDB +.endif + .if defined(WITH_PAGER) RUN_DEPENDS+= p5-IO-Pager>=0.06:${PORTSDIR}/devel/p5-IO-Pager .endif diff --git a/multimedia/clive/distinfo b/multimedia/clive/distinfo index 8fc5967548eb..5d777d90966e 100644 --- a/multimedia/clive/distinfo +++ b/multimedia/clive/distinfo @@ -1,3 +1,3 @@ -MD5 (clive-2.1.12.tar.bz2) = 41eaca143c4e3e92db31612f5199db2b -SHA256 (clive-2.1.12.tar.bz2) = 1efff731a3950368ca4035d56fc5a8966329387dbfc2c3e3344a54019445287a -SIZE (clive-2.1.12.tar.bz2) = 32423 +MD5 (clive-2.1.13.tar.bz2) = 229dd7923c14e78a4a50f4a24a24bb4d +SHA256 (clive-2.1.13.tar.bz2) = 9ef738e0383a24344b3556e4d1b3998619362cdd6e828e0d68e9afd913219deb +SIZE (clive-2.1.13.tar.bz2) = 32556 |