From owner-svn-ports-all@FreeBSD.ORG Tue Jun 3 05:22:04 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B2F05AA3; Tue, 3 Jun 2014 05:22:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95EBE2D42; Tue, 3 Jun 2014 05:22:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s535M4XD054680; Tue, 3 Jun 2014 05:22:04 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s535M4Ms054676; Tue, 3 Jun 2014 05:22:04 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201406030522.s535M4Ms054676@svn.freebsd.org> From: Martin Wilke Date: Tue, 3 Jun 2014 05:22:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356295 - in head/x11-wm/compiz-plugins-extra: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2014 05:22:04 -0000 Author: miwi Date: Tue Jun 3 05:22:03 2014 New Revision: 356295 URL: http://svnweb.freebsd.org/changeset/ports/356295 QAT: https://qat.redports.org/buildarchive/r356295/ Log: - Update to 0.8.8 - Pass maintainership to submitter PR: 190539 Submitted by: Daniel Austin Modified: head/x11-wm/compiz-plugins-extra/Makefile head/x11-wm/compiz-plugins-extra/distinfo head/x11-wm/compiz-plugins-extra/files/patch-src_notification_notification.c Modified: head/x11-wm/compiz-plugins-extra/Makefile ============================================================================== --- head/x11-wm/compiz-plugins-extra/Makefile Tue Jun 3 05:20:34 2014 (r356294) +++ head/x11-wm/compiz-plugins-extra/Makefile Tue Jun 3 05:22:03 2014 (r356295) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= compiz-plugins-extra -PORTVERSION= 0.8.4 -PORTREVISION= 7 +PORTVERSION= 0.8.8 CATEGORIES= x11-wm MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd-ports@dan.me.uk COMMENT= Plugins for Compiz Composite Window Manager LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \ Modified: head/x11-wm/compiz-plugins-extra/distinfo ============================================================================== --- head/x11-wm/compiz-plugins-extra/distinfo Tue Jun 3 05:20:34 2014 (r356294) +++ head/x11-wm/compiz-plugins-extra/distinfo Tue Jun 3 05:22:03 2014 (r356295) @@ -1,2 +1,2 @@ -SHA256 (compiz-plugins-extra-0.8.4.tar.bz2) = a874903d07eb54c3bf210a322275a972cef7f47ccf4c2d2e307c31d73c57d952 -SIZE (compiz-plugins-extra-0.8.4.tar.bz2) = 2678694 +SHA256 (compiz-plugins-extra-0.8.8.tar.bz2) = bdce203098c62370b01b87741b04d3d9bc37e918789acce07120c4f081d5bbe3 +SIZE (compiz-plugins-extra-0.8.8.tar.bz2) = 2689953 Modified: head/x11-wm/compiz-plugins-extra/files/patch-src_notification_notification.c ============================================================================== --- head/x11-wm/compiz-plugins-extra/files/patch-src_notification_notification.c Tue Jun 3 05:20:34 2014 (r356294) +++ head/x11-wm/compiz-plugins-extra/files/patch-src_notification_notification.c Tue Jun 3 05:22:03 2014 (r356295) @@ -1,11 +1,10 @@ ---- src/notification/notification.c.orig 2011-08-15 19:54:26.000000000 +0200 -+++ src/notification/notification.c 2011-08-15 19:54:44.000000000 +0200 -@@ -103,7 +103,7 @@ notifyLogMessage (const char *componen - - n = notify_notification_new (logLevel, - message, -- iconUri, NULL); -+ iconUri); - - notify_notification_set_timeout (n, nd->timeout); +--- src/notification/notification.c.orig 2014-06-02 19:46:42.417311366 +0100 ++++ src/notification/notification.c 2014-06-02 19:46:50.130301442 +0100 +@@ -25,6 +25,7 @@ + #include + #include + #include ++#include "config.h" + #include + #define NOTIFY_DISPLAY_OPTION_TIMEOUT 0