diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-02-10 22:09:52 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-02-10 22:09:52 +0800 |
commit | e427d8b86f0ae0c4a5d90e72e48a11f58f36feee (patch) | |
tree | 453cd63dd0993469c2079d9d33b0979fd024858f /multimedia/cclive/Makefile | |
parent | de1a49023495c60f126ca72fdae935080a22a777 (diff) | |
download | freebsd-ports-gnome-e427d8b86f0ae0c4a5d90e72e48a11f58f36feee.tar.gz freebsd-ports-gnome-e427d8b86f0ae0c4a5d90e72e48a11f58f36feee.tar.zst freebsd-ports-gnome-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/Makefile')
-rw-r--r-- | multimedia/cclive/Makefile | 26 |
1 files changed, 11 insertions, 15 deletions
diff --git a/multimedia/cclive/Makefile b/multimedia/cclive/Makefile index dce6875f643d..d1181de02fcc 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> |