aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2009-08-27 00:49:39 +0800
committertrasz <trasz@FreeBSD.org>2009-08-27 00:49:39 +0800
commit9dee4cd8718d44139dbc3734b4a617d2a6a4e156 (patch)
tree114825deb4e6c51a0bb87bd663bdabb6113e628e /audio
parent4b04d34d798e4e1cd7971c4dde106e47b36cac80 (diff)
downloadfreebsd-ports-gnome-9dee4cd8718d44139dbc3734b4a617d2a6a4e156.tar.gz
freebsd-ports-gnome-9dee4cd8718d44139dbc3734b4a617d2a6a4e156.tar.zst
freebsd-ports-gnome-9dee4cd8718d44139dbc3734b4a617d2a6a4e156.zip
Update to 0.4.3.
Diffstat (limited to 'audio')
-rw-r--r--audio/caps-plugins/Makefile3
-rw-r--r--audio/caps-plugins/distinfo6
-rw-r--r--audio/caps-plugins/files/patch-Makefile21
3 files changed, 18 insertions, 12 deletions
diff --git a/audio/caps-plugins/Makefile b/audio/caps-plugins/Makefile
index 61508a04fb33..89460b55e155 100644
--- a/audio/caps-plugins/Makefile
+++ b/audio/caps-plugins/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= caps-plugins
-PORTVERSION= 0.4.2
-PORTREVISION= 2
+PORTVERSION= 0.4.3
CATEGORIES= audio
MASTER_SITES= http://quitte.de/dsp/
DISTNAME= caps_${PORTVERSION}
diff --git a/audio/caps-plugins/distinfo b/audio/caps-plugins/distinfo
index 4bd3d53425fe..0a43b31dd05f 100644
--- a/audio/caps-plugins/distinfo
+++ b/audio/caps-plugins/distinfo
@@ -1,3 +1,3 @@
-MD5 (caps_0.4.2.tar.gz) = 041f3a6934ed34f7073117e34f78a5e9
-SHA256 (caps_0.4.2.tar.gz) = 2e781f8892ba4071c0f215573892fe2668b3c3fc42962c5720cefdcb12a2a813
-SIZE (caps_0.4.2.tar.gz) = 784363
+MD5 (caps_0.4.3.tar.gz) = b4a64846c3d72e0639d522bcbacc4a79
+SHA256 (caps_0.4.3.tar.gz) = 919ca16505ba9915edaf1e18be7db48e7a61bbfde83f8d9a8cae3540e8bc855f
+SIZE (caps_0.4.3.tar.gz) = 789295
diff --git a/audio/caps-plugins/files/patch-Makefile b/audio/caps-plugins/files/patch-Makefile
index cc8f46d3031b..bac4360d7d15 100644
--- a/audio/caps-plugins/files/patch-Makefile
+++ b/audio/caps-plugins/files/patch-Makefile
@@ -1,18 +1,25 @@
---- Makefile.orig Tue Jun 19 10:19:01 2007
-+++ Makefile Fri Jun 22 23:30:42 2007
-@@ -1,12 +1,12 @@
- PREFIX = /usr/local
+--- Makefile.orig 2009-07-31 15:12:45.000000000 +0200
++++ Makefile 2009-08-26 18:39:34.000000000 +0200
+@@ -1,9 +1,8 @@
+-PREFIX = /usr/local
-CC = g++
--OPTS = -O2 -ffast-math -funroll-loops -Wall -fPIC -DPIC
+CC = $(CXX)
+
+ # only use -ffast-math if you're feeling mighty adventurous. (g++ issues)
+-OPTS = -O2 -funroll-loops -Wall -fPIC -DPIC
+OPTS = -Wall -fPIC -DPIC
#OPTS = -g -DDEBUG
+ _LDFLAGS = -nostartfiles -shared
+@@ -13,8 +12,8 @@
+
-include defines.make
-CFLAGS = $(OPTS) $(_CFLAGS)
-+CFLAGS += $(OPTS)
+-LDFLAGS = $(_LDFLAGS) $(CFLAGS)
++CFLAGS += $(OPTS) $(_CFLAGS)
++LDFLAGS += $(_LDFLAGS) $(CFLAGS)
PLUG = caps
- VERSION = 0.4.2
+ VERSION = 0.4.3