Index: devel/dbus/files/patch-dbus_dbus-protocol.h =================================================================== --- devel/dbus/files/patch-dbus_dbus-protocol.h (revision 0) +++ devel/dbus/files/patch-dbus_dbus-protocol.h (working copy) @@ -0,0 +1,11 @@ +--- dbus/dbus-protocol.h.orig 2012-09-08 10:15:17.000000000 +0200 ++++ dbus/dbus-protocol.h 2012-09-08 10:16:12.000000000 +0200 +@@ -456,7 +456,7 @@ + /** XML system identifier of the introspection format version 1.0 */ + #define DBUS_INTROSPECT_1_0_XML_SYSTEM_IDENTIFIER "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd" + /** XML document type declaration of the introspection format version 1.0 */ +-#define DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODE "\n" ++#define DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODE "\n" + + /** @} */ + Property changes on: devel/dbus/files/patch-dbus_dbus-protocol.h ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: devel/dbus/pkg-plist =================================================================== --- devel/dbus/pkg-plist (revision 303878) +++ devel/dbus/pkg-plist (working copy) @@ -45,8 +45,3 @@ @dirrm etc/dbus-1/system.d @dirrm etc/dbus-1/session.d @dirrm etc/dbus-1 -@unexec rm -f /var/run/dbus/dbus.pid -@unexec rm -f /var/run/dbus/dbus.pipe -@unexec rmdir /var/run/dbus 2>/dev/null || true -@unexec rm -f /var/db/dbus/machine-id -@unexec rmdir /var/db/dbus 2>/dev/null || true Index: devel/dbus/Makefile =================================================================== --- devel/dbus/Makefile (revision 303878) +++ devel/dbus/Makefile (working copy) @@ -8,7 +8,7 @@ PORTNAME= dbus PORTVERSION= 1.4.14 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel gnome MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ Index: devel/dbus/pkg-deinstall =================================================================== --- devel/dbus/pkg-deinstall (revision 0) +++ devel/dbus/pkg-deinstall (working copy) @@ -0,0 +1,15 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +case $2 in +DEINSTALL) + echo "" + echo "To really remove the dbus port, please remove the following" + echo "directories and the content manualy:" + echo "" + echo "/var/run/dbus /var/db/dbus" + echo "" + ;; +esac Property changes on: devel/dbus/pkg-deinstall ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: multimedia/gstreamer-plugins/files/patch-gst-libs_gst_video_video.h =================================================================== --- multimedia/gstreamer-plugins/files/patch-gst-libs_gst_video_video.h (revision 0) +++ multimedia/gstreamer-plugins/files/patch-gst-libs_gst_video_video.h (working copy) @@ -0,0 +1,14 @@ +--- gst-libs/gst/video/video.h.orig 2012-09-08 10:03:46.000000000 +0200 ++++ gst-libs/gst/video/video.h 2012-09-08 10:07:58.000000000 +0200 +@@ -342,9 +342,9 @@ + */ + #define GST_VIDEO_CAPS_RGB8_PALETTED \ + "video/x-raw-rgb, bpp = (int)8, depth = (int)8, " \ +- "width = "GST_VIDEO_SIZE_RANGE" , " \ ++ "width = " GST_VIDEO_SIZE_RANGE " , " \ + "height = " GST_VIDEO_SIZE_RANGE ", " \ +- "framerate = "GST_VIDEO_FPS_RANGE ++ "framerate = " GST_VIDEO_FPS_RANGE + + /** + * GST_VIDEO_CAPS_YUV: Property changes on: multimedia/gstreamer-plugins/files/patch-gst-libs_gst_video_video.h ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: multimedia/gstreamer-plugins/Makefile =================================================================== --- multimedia/gstreamer-plugins/Makefile (revision 303610) +++ multimedia/gstreamer-plugins/Makefile (working copy) @@ -10,7 +10,7 @@ PORTVERSION?= ${BASE_PORTVERSION} # When chasing a shared library for a plug-in bump the PORTREVISION in the # plug-in port instead, like ${category}/gstreamer-plugin-${PLUGIN}. -PORTREVISION?= 1 +PORTREVISION?= 2 PORTEPOCH= 3 CATEGORIES?= multimedia audio MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \