diff --git a/Makefile b/Makefile index d569016..b499319 100644 --- a/Makefile +++ b/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/distinfo b/distinfo index bde4b53..0e07763 100644 --- a/distinfo +++ b/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/files/patch-tests-Makefile.am b/files/patch-tests-Makefile.am deleted file mode 100644 index 26c2321..0000000 --- a/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 -