aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2010-02-14 03:36:18 +0800
committermiwi <miwi@FreeBSD.org>2010-02-14 03:36:18 +0800
commit8da4d70bbb22894f0df478be99a6796ccc4578a1 (patch)
tree50a53a7135e276b5074ecab4b73dc742d2f71dd9 /multimedia
parentd8d5200172981ead3808cda134ce186b6a8cfb19 (diff)
downloadfreebsd-ports-graphics-8da4d70bbb22894f0df478be99a6796ccc4578a1.tar.gz
freebsd-ports-graphics-8da4d70bbb22894f0df478be99a6796ccc4578a1.tar.zst
freebsd-ports-graphics-8da4d70bbb22894f0df478be99a6796ccc4578a1.zip
- Update to 0.6.1
PR: 143877 Submitted by: Toni Gundogdu <legatvs@gmail.com> (maintainer)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/cclive/Makefile2
-rw-r--r--multimedia/cclive/distinfo6
-rw-r--r--multimedia/cclive/files/patch-tests-Makefile.am27
3 files changed, 4 insertions, 31 deletions
diff --git a/multimedia/cclive/Makefile b/multimedia/cclive/Makefile
index ad5e08940c3..a19154d695d 100644
--- a/multimedia/cclive/Makefile
+++ b/multimedia/cclive/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= cclive
-PORTVERSION= 0.6.0
+PORTVERSION= 0.6.1
CATEGORIES= multimedia net
MASTER_SITES= GOOGLE_CODE
diff --git a/multimedia/cclive/distinfo b/multimedia/cclive/distinfo
index bde4b53f5d4..0e077636bf7 100644
--- a/multimedia/cclive/distinfo
+++ b/multimedia/cclive/distinfo
@@ -1,3 +1,3 @@
-MD5 (cclive-0.6.0.tar.bz2) = d37b922c049c38eac703b96a4b5c0070
-SHA256 (cclive-0.6.0.tar.bz2) = 1a9a9df4a00733000814293984c999792f8b6f4ebd264f9267d7a9ce4da0ea60
-SIZE (cclive-0.6.0.tar.bz2) = 154372
+MD5 (cclive-0.6.1.tar.bz2) = 8f95fcf3889e9d14211f67fe117275b2
+SHA256 (cclive-0.6.1.tar.bz2) = f4cfb986bc2a347c5ea7ace4fc769dbb8d3e6f1fb4ec3df4a608d55ab8483350
+SIZE (cclive-0.6.1.tar.bz2) = 154053
diff --git a/multimedia/cclive/files/patch-tests-Makefile.am b/multimedia/cclive/files/patch-tests-Makefile.am
deleted file mode 100644
index 26c2321ea82..00000000000
--- a/multimedia/cclive/files/patch-tests-Makefile.am
+++ /dev/null
@@ -1,27 +0,0 @@
---- 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
-