Date: Thu, 10 Feb 2011 11:09:13 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/154634: [PATCH] multimedia/cclive: update to 0.7.2 Message-ID: <20110210030913.C84772AEC495@sunpoet.net> Resent-Message-ID: <201102100310.p1A3ABoA015772@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 154634 >Category: ports >Synopsis: [PATCH] multimedia/cclive: update to 0.7.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Feb 10 03:10:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 8.2-PRERELEASE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #0: Fri Jan 14 04:36:31 CST 2011 >Description: - Update to 0.7.2 - Update MASTER_SITES and WWW - Remove 6.x OSVERSION check Port maintainer (kimelto@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- cclive-0.7.2.patch begins here --- 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 <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> 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/ --- cclive-0.7.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110210030913.C84772AEC495>