Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jun 2011 15:59:35 GMT
From:      Janik Galasso <janik@hikarihq.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/157711: [Maintainer] audio/mangler update to version 1.2.2
Message-ID:  <201106081559.p58FxZxT097347@red.freebsd.org>
Resent-Message-ID: <201106081600.p58G0LxX033635@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         157711
>Category:       ports
>Synopsis:       [Maintainer] audio/mangler update to version 1.2.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 08 16:00:21 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Janik Galasso
>Release:        FreeBSD 8-STABLE AMD64
>Organization:
>Environment:
>Description:
Update to 1.2.2
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN --exclude=CVS /usr/ports/audio/mangler/Makefile mangler/Makefile
--- /usr/ports/audio/mangler/Makefile	2011-04-12 06:36:15.000000000 -0400
+++ mangler/Makefile	2011-06-08 11:49:14.504157829 -0400
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	mangler
-PORTVERSION=	1.2.1
-PORTREVISION=	2
+PORTVERSION=	1.2.2
 CATEGORIES=	audio
 MASTER_SITES=	http://www.mangler.org/downloads/
 
diff -ruN --exclude=CVS /usr/ports/audio/mangler/distinfo mangler/distinfo
--- /usr/ports/audio/mangler/distinfo	2010-10-30 17:23:47.000000000 -0400
+++ mangler/distinfo	2011-06-08 11:49:18.701166070 -0400
@@ -1,2 +1,2 @@
-SHA256 (mangler-1.2.1.tar.gz) = 8c1293a7af2536c5dbc526bb3bbb3931d3ecabfe9f67be8370f555540464df28
-SIZE (mangler-1.2.1.tar.gz) = 3814693
+SHA256 (mangler-1.2.2.tar.gz) = 5517faf6fc645ad64d0408bfe82cb84e7587d475e2dd19f729ef8c58df53e0ef
+SIZE (mangler-1.2.2.tar.gz) = 6563272
diff -ruN --exclude=CVS /usr/ports/audio/mangler/files/patch-src_manglerintegration.cpp mangler/files/patch-src_manglerintegration.cpp
--- /usr/ports/audio/mangler/files/patch-src_manglerintegration.cpp	2010-11-23 07:37:57.000000000 -0500
+++ mangler/files/patch-src_manglerintegration.cpp	1969-12-31 19:00:00.000000000 -0500
@@ -1,11 +0,0 @@
---- src/manglerintegration.cpp.orig	2010-11-22 21:27:26.000000000 +0100
-+++ src/manglerintegration.cpp	2010-11-22 21:41:17.000000000 +0100
-@@ -197,7 +197,7 @@
-         return NULL;
-     }
- 
--    if (dbus_message_get_type(reply) != DBUS_MESSAGE_TYPE_METHOD_RETURN) {
-+    if (dbus_message_get_type(reply) != Gio::DBUS_MESSAGE_TYPE_METHOD_RETURN) {
-         dbus_message_unref (reply);
-         return NULL;
-     }
diff -ruN --exclude=CVS /usr/ports/audio/mangler/files/patch-src_manglerintegration.h mangler/files/patch-src_manglerintegration.h
--- /usr/ports/audio/mangler/files/patch-src_manglerintegration.h	2010-11-23 07:37:57.000000000 -0500
+++ mangler/files/patch-src_manglerintegration.h	1969-12-31 19:00:00.000000000 -0500
@@ -1,18 +0,0 @@
---- src/manglerintegration.h.orig	2010-08-05 02:56:16.000000000 +0200
-+++ src/manglerintegration.h	2010-11-22 21:53:01.000000000 +0100
-@@ -37,6 +37,15 @@
- # include <dbus/dbus-glib.h>
- # include <dbus/dbus-glib-lowlevel.h>
- #endif
-+/* bad I know but dbus clashes with gdbus.
-+ * These are defined in dbus and giomm with the same values.
-+ */
-+#undef DBUS_MESSAGE_TYPE_INVALID
-+#undef DBUS_MESSAGE_TYPE_METHOD_CALL
-+#undef DBUS_MESSAGE_TYPE_METHOD_RETURN
-+#undef DBUS_MESSAGE_TYPE_ERROR
-+#undef DBUS_MESSAGE_TYPE_SIGNAL
-+
- #include <glib.h>
- #include <gtkmm.h>
- #include <string.h>


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106081559.p58FxZxT097347>