diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-04-26 18:30:42 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-04-26 18:30:42 +0800 |
commit | 0d72d080d33a9cdb7437b9162dec0780356ae190 (patch) | |
tree | afa42030c7a98807386d4c6dffb1e37d588ee93e /multimedia | |
parent | 394720a5e36d9dd2a6879da63c2bb8b593923ed0 (diff) | |
download | freebsd-ports-gnome-0d72d080d33a9cdb7437b9162dec0780356ae190.tar.gz freebsd-ports-gnome-0d72d080d33a9cdb7437b9162dec0780356ae190.tar.zst freebsd-ports-gnome-0d72d080d33a9cdb7437b9162dec0780356ae190.zip |
- Bump PORTREVISION for multimedia/quvi shlib change
Diffstat (limited to 'multimedia')
-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 d1181de02fcc..3f9812152715 100644 --- a/multimedia/cclive/Makefile +++ b/multimedia/cclive/Makefile @@ -7,6 +7,7 @@ PORTNAME= cclive PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= multimedia net MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R} \ 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.3:${PORTSDIR}/multimedia/quvi + quvi.4:${PORTSDIR}/multimedia/quvi MAN1= cclive.1 PLIST_FILES= bin/cclive |