diff options
author | miwi <miwi@FreeBSD.org> | 2010-02-12 22:27:49 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-02-12 22:27:49 +0800 |
commit | b434843b1ff06bc9b6ec808bc49ac904c3e16188 (patch) | |
tree | 2c8defa67454d3722f524e00f2b3696f1648a6b1 /multimedia/cclive | |
parent | 27f053da6d9cdeeb4afe4b519712c03790dc30f5 (diff) | |
download | freebsd-ports-gnome-b434843b1ff06bc9b6ec808bc49ac904c3e16188.tar.gz freebsd-ports-gnome-b434843b1ff06bc9b6ec808bc49ac904c3e16188.tar.zst freebsd-ports-gnome-b434843b1ff06bc9b6ec808bc49ac904c3e16188.zip |
- Update to 0.6.0
PR: 143565
Submitted by: Toni Gundogdu <legatvs@gmail.com> (maintainer)
Diffstat (limited to 'multimedia/cclive')
-rw-r--r-- | multimedia/cclive/Makefile | 7 | ||||
-rw-r--r-- | multimedia/cclive/distinfo | 6 | ||||
-rw-r--r-- | multimedia/cclive/files/patch-tests-Makefile.am | 27 |
3 files changed, 34 insertions, 6 deletions
diff --git a/multimedia/cclive/Makefile b/multimedia/cclive/Makefile index 2f83514ff9b8..ad5e08940c36 100644 --- a/multimedia/cclive/Makefile +++ b/multimedia/cclive/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cclive -PORTVERSION= 0.5.9 +PORTVERSION= 0.6.0 CATEGORIES= multimedia net MASTER_SITES= GOOGLE_CODE @@ -14,7 +14,8 @@ MAINTAINER= legatvs@gmail.com COMMENT= Lightweight command line video extraction tool LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \ - pcre.0:${PORTSDIR}/devel/pcre + pcre.0:${PORTSDIR}/devel/pcre \ + quvi.0:${PORTSDIR}/multimedia/quvi MAN1= cclive.1 @@ -22,10 +23,10 @@ PLIST_FILES= bin/cclive USE_BZIP2= yes GNU_CONFIGURE= yes +USE_GMAKE= yes USE_GCC= 4.2+ MAKE_JOBS_SAFE= yes USE_GNOME= pkgconfig -USE_ICONV= yes .include <bsd.port.pre.mk> diff --git a/multimedia/cclive/distinfo b/multimedia/cclive/distinfo index 4f3984d42d4a..bde4b53f5d4a 100644 --- a/multimedia/cclive/distinfo +++ b/multimedia/cclive/distinfo @@ -1,3 +1,3 @@ -MD5 (cclive-0.5.9.tar.bz2) = a91cb11465ffeb31935bdde318983cc4 -SHA256 (cclive-0.5.9.tar.bz2) = 50a742eeacd44d11f819daa53e44f7c7096478ecccfb669cc81b74d621936a6a -SIZE (cclive-0.5.9.tar.bz2) = 173176 +MD5 (cclive-0.6.0.tar.bz2) = d37b922c049c38eac703b96a4b5c0070 +SHA256 (cclive-0.6.0.tar.bz2) = 1a9a9df4a00733000814293984c999792f8b6f4ebd264f9267d7a9ce4da0ea60 +SIZE (cclive-0.6.0.tar.bz2) = 154372 diff --git a/multimedia/cclive/files/patch-tests-Makefile.am b/multimedia/cclive/files/patch-tests-Makefile.am new file mode 100644 index 000000000000..26c2321ea825 --- /dev/null +++ b/multimedia/cclive/files/patch-tests-Makefile.am @@ -0,0 +1,27 @@ +--- tests/Makefile.am ++++ tests/Makefile.am +@@ -11,7 +11,7 @@ multi-segment.pl\ + multi-dl.pl + + else # HAVE_PERL +-@echo perl not found. ++ @echo SKIP: perl not found. + endif # HAVE_PERL + + +diff --git a/tests/Makefile.in b/tests/Makefile.in +index 6ecd273..bd8f602 100644 +--- tests/Makefile.in ++++ tests/Makefile.in +@@ -447,7 +447,7 @@ uninstall-am: + uninstall-am + + +-@HAVE_PERL_FALSE@@echo perl not found. ++@HAVE_PERL_FALSE@ @echo SKIP: perl not found. + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. +-- +1.6.6.1 + |