Index: Makefile =================================================================== RCS file: /home/ncvs/ports/multimedia/cclive/Makefile,v retrieving revision 1.31 diff -u -u -r1.31 Makefile --- Makefile 13 Dec 2010 18:20:27 -0000 1.31 +++ Makefile 10 Feb 2011 03:07:33 -0000 @@ -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 - -.if ${OSVERSION} < 700000 -IGNORE= does not compile -.endif +post-patch: + @${REINPLACE_CMD} -e '/install / s|share/||' ${WRKSRC}/man1/CMakeLists.txt -.include +.include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/multimedia/cclive/distinfo,v retrieving revision 1.26 diff -u -u -r1.26 distinfo --- distinfo 18 Nov 2010 02:06:50 -0000 1.26 +++ distinfo 10 Feb 2011 03:07:33 -0000 @@ -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 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/multimedia/cclive/pkg-descr,v retrieving revision 1.3 diff -u -u -r1.3 pkg-descr --- pkg-descr 28 Aug 2009 23:29:35 -0000 1.3 +++ pkg-descr 10 Feb 2011 03:07:33 -0000 @@ -6,4 +6,5 @@ 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/