diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-05-25 01:09:39 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-05-25 01:09:39 +0800 |
commit | 57e05c26edf1632327f0cd251596115d2a56e9ce (patch) | |
tree | f330786afab687adb98db2400705471ef45dde0d /multimedia/cclive | |
parent | 9b7f208aab937fe81eff42009004b4328f060c25 (diff) | |
download | freebsd-ports-gnome-57e05c26edf1632327f0cd251596115d2a56e9ce.tar.gz freebsd-ports-gnome-57e05c26edf1632327f0cd251596115d2a56e9ce.tar.zst freebsd-ports-gnome-57e05c26edf1632327f0cd251596115d2a56e9ce.zip |
- Bump PORTREVISION for multimedia/quvi shlib change
Diffstat (limited to 'multimedia/cclive')
-rw-r--r-- | multimedia/cclive/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/cclive/Makefile b/multimedia/cclive/Makefile index a84968303f3a..5c49dbea95ee 100644 --- a/multimedia/cclive/Makefile +++ b/multimedia/cclive/Makefile @@ -7,6 +7,7 @@ PORTNAME= cclive PORTVERSION= 0.7.3.1 +PORTREVISION= 1 CATEGORIES= multimedia net MASTER_SITES= SF/${PORTNAME}/0.7 \ GOOGLE_CODE @@ -17,7 +18,7 @@ COMMENT= Lightweight command line video extraction tool LIB_DEPENDS= boost_system.4:${PORTSDIR}/devel/boost-libs \ curl.6:${PORTSDIR}/ftp/curl \ pcre.0:${PORTSDIR}/devel/pcre \ - quvi.4:${PORTSDIR}/multimedia/quvi + quvi.5:${PORTSDIR}/multimedia/quvi MAN1= cclive.1 PLIST_FILES= bin/cclive |