aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/cclive
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-05-11 02:24:28 +0800
committermiwi <miwi@FreeBSD.org>2009-05-11 02:24:28 +0800
commitb282b06847d05fa4acc789595808b48b48676f9b (patch)
treeebb7a7cf684ec6b05ae7e4fb421e557206ba58f1 /multimedia/cclive
parent14e3c73099c35631b80f9a033d9fb10fa7a128fd (diff)
downloadfreebsd-ports-gnome-b282b06847d05fa4acc789595808b48b48676f9b.tar.gz
freebsd-ports-gnome-b282b06847d05fa4acc789595808b48b48676f9b.tar.zst
freebsd-ports-gnome-b282b06847d05fa4acc789595808b48b48676f9b.zip
- Update to 0.4.2
PR: 134384 Submitted by: legatvs <legatvs@gmail.com> (maintainer)
Diffstat (limited to 'multimedia/cclive')
-rw-r--r--multimedia/cclive/Makefile11
-rw-r--r--multimedia/cclive/distinfo6
2 files changed, 9 insertions, 8 deletions
diff --git a/multimedia/cclive/Makefile b/multimedia/cclive/Makefile
index 778684dc77d1..503f6d1890b8 100644
--- a/multimedia/cclive/Makefile
+++ b/multimedia/cclive/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= cclive
-PORTVERSION= 0.3.2
+PORTVERSION= 0.4.2
CATEGORIES= multimedia net
MASTER_SITES= GOOGLE_CODE
@@ -15,8 +15,8 @@ COMMENT= Lightweight command line video extraction utility
LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl
-OPTIONS= TITLE "Enable video title parsing (req. Perl)" off \
- SIGWINCH "Enable SIGWINCH handling; resize progressbar" on
+OPTIONS= PERL "Embed Perl interpreter" off \
+ SIGWINCH "Handle SIGWINCH" on
MAN1= cclive.1
@@ -24,19 +24,20 @@ PLIST_FILES= bin/cclive
USE_BZIP2= yes
GNU_CONFIGURE= yes
+USE_GCC= 4.2+
MAKE_JOBS_SAFE= yes
USE_GNOME= pkgconfig
.include <bsd.port.pre.mk>
-.if defined(WITH_TITLE)
+.if defined(WITH_PERL)
CONFIGURE_ARGS+=--with-perl
USE_PERL5= 5.8.2+
RUN_DEPENDS+= p5-HTML-Parser>=3.59:${PORTSDIR}/www/p5-HTML-Parser
.endif
.if defined(WITH_SIGWINCH)
-CONFIGURE_ARGS+= --with-sigwinch
+CONFIGURE_ARGS+= --enable-sigwinch
.endif
.include <bsd.port.post.mk>
diff --git a/multimedia/cclive/distinfo b/multimedia/cclive/distinfo
index 8d69064aa938..102b226e7b04 100644
--- a/multimedia/cclive/distinfo
+++ b/multimedia/cclive/distinfo
@@ -1,3 +1,3 @@
-MD5 (cclive-0.3.2.tar.bz2) = 1136b0550c19aa58f47d053e4939ed58
-SHA256 (cclive-0.3.2.tar.bz2) = 33f73200b61ae0da31d1c1634c09bbe1c4ff4ee5312208e3ff26091d1e28ba65
-SIZE (cclive-0.3.2.tar.bz2) = 122248
+MD5 (cclive-0.4.2.tar.bz2) = da38b5699641ec4e8029c7675a78ab03
+SHA256 (cclive-0.4.2.tar.bz2) = d502a8661d5f86dc310044f9f1baff9fb1bfabd68ff1a074c293ebd6b8a924ba
+SIZE (cclive-0.4.2.tar.bz2) = 134002