diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-04-26 10:30:42 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-04-26 10:30:42 +0000 |
commit | 7a255c0b1e960fc9bff0fcb3135b14e4742e8f12 (patch) | |
tree | f20dc167a900cb8cbc603b509f92d940d0c05197 /multimedia/cclive | |
parent | fe2db17b6d21967dad4c322f4f5cd3ecefc01bd2 (diff) |
- Bump PORTREVISION for multimedia/quvi shlib change
Notes
Notes:
svn path=/head/; revision=273199
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 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 |