aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/cclive
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-02-10 22:09:52 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-02-10 22:09:52 +0800
commite427d8b86f0ae0c4a5d90e72e48a11f58f36feee (patch)
tree453cd63dd0993469c2079d9d33b0979fd024858f /multimedia/cclive
parentde1a49023495c60f126ca72fdae935080a22a777 (diff)
downloadfreebsd-ports-graphics-e427d8b86f0ae0c4a5d90e72e48a11f58f36feee.tar.gz
freebsd-ports-graphics-e427d8b86f0ae0c4a5d90e72e48a11f58f36feee.tar.zst
freebsd-ports-graphics-e427d8b86f0ae0c4a5d90e72e48a11f58f36feee.zip
- Update to 0.7.2
- Update MASTER_SITES and WWW - Remove 6.x OSVERSION check Changes: http://sourceforge.net/apps/trac/cclive/wiki/ReleaseNotes PR: ports/154634 Submitted by: sunpoet (myself) Approved by: Julien Laffaye <kimelto@gmail.com> (maintainer)
Diffstat (limited to 'multimedia/cclive')
-rw-r--r--multimedia/cclive/Makefile26
-rw-r--r--multimedia/cclive/distinfo4
-rw-r--r--multimedia/cclive/pkg-descr3
3 files changed, 15 insertions, 18 deletions
diff --git a/multimedia/cclive/Makefile b/multimedia/cclive/Makefile
index dce6875f643..d1181de02fc 100644
--- a/multimedia/cclive/Makefile
+++ b/multimedia/cclive/Makefile
@@ -6,35 +6,31 @@
#
PORTNAME= cclive
-PORTVERSION= 0.6.5
-PORTREVISION= 1
+PORTVERSION= 0.7.2
CATEGORIES= multimedia net
-MASTER_SITES= GOOGLE_CODE
+MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R} \
+ GOOGLE_CODE
MAINTAINER= kimelto@gmail.com
COMMENT= Lightweight command line video extraction tool
-LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \
+LIB_DEPENDS= boost_system.4:${PORTSDIR}/devel/boost-libs \
+ curl.6:${PORTSDIR}/ftp/curl \
pcre.0:${PORTSDIR}/devel/pcre \
quvi.3:${PORTSDIR}/multimedia/quvi
MAN1= cclive.1
-
PLIST_FILES= bin/cclive
-USE_BZIP2= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_GCC= 4.2+
MAKE_JOBS_SAFE= yes
-USE_GNOME= pkgconfig
+MANCOMPRESSED= yes
+USE_CMAKE= yes
+USE_GCC= 4.2+
LICENSE= GPLv3
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 700000
-IGNORE= does not compile
-.endif
+post-patch:
+ @${REINPLACE_CMD} -e '/install / s|share/||' ${WRKSRC}/man1/CMakeLists.txt
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/multimedia/cclive/distinfo b/multimedia/cclive/distinfo
index 85820102334..e28e04cfcc1 100644
--- a/multimedia/cclive/distinfo
+++ b/multimedia/cclive/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cclive-0.6.5.tar.bz2) = 9ae9b49a4f6a80cb849dc3a2a01e4e6ed132b4ab3593dd0f99905c0c9dda0b32
-SIZE (cclive-0.6.5.tar.bz2) = 154136
+SHA256 (cclive-0.7.2.tar.gz) = 69156f416f3253147965153e815ff3bd7c2cf6de539963d9a3f3c674d486180e
+SIZE (cclive-0.7.2.tar.gz) = 62265
diff --git a/multimedia/cclive/pkg-descr b/multimedia/cclive/pkg-descr
index 970031152bb..2ce915d7980 100644
--- a/multimedia/cclive/pkg-descr
+++ b/multimedia/cclive/pkg-descr
@@ -6,4 +6,5 @@ cclive is primarily a "video download tool" but it can also be used along side
with video player software, like "mplayer", for viewing streamed videos instead
of the Adobe flash player.
-WWW: http://cclive.googlecode.com/
+WWW: http://cclive.sourceforge.net/
+ http://cclive.googlecode.com/