From owner-svn-ports-head@FreeBSD.ORG Tue Dec 3 10:56:54 2013 Return-Path: Delivered-To: svn-ports-head@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 179A981E; Tue, 3 Dec 2013 10:56:54 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DE27818AA; Tue, 3 Dec 2013 10:56:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB3Aur7v079433; Tue, 3 Dec 2013 10:56:53 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB3AurOT079430; Tue, 3 Dec 2013 10:56:53 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201312031056.rB3AurOT079430@svn.freebsd.org> From: Koop Mast Date: Tue, 3 Dec 2013 10:56:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335558 - head/deskutils/mate-notification-daemon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Dec 2013 10:56:54 -0000 Author: kwm Date: Tue Dec 3 10:56:52 2013 New Revision: 335558 URL: http://svnweb.freebsd.org/changeset/ports/335558 Log: Update to 1.6.1. Modified: head/deskutils/mate-notification-daemon/Makefile head/deskutils/mate-notification-daemon/distinfo head/deskutils/mate-notification-daemon/pkg-plist Modified: head/deskutils/mate-notification-daemon/Makefile ============================================================================== --- head/deskutils/mate-notification-daemon/Makefile Tue Dec 3 10:51:17 2013 (r335557) +++ head/deskutils/mate-notification-daemon/Makefile Tue Dec 3 10:56:52 2013 (r335558) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mate-notification-daemon -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.1 CATEGORIES= deskutils mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -22,10 +22,9 @@ PORTSCOUT= limitw:1,even USES= gettext gmake pathfix pkgconfig USE_XZ= yes -USE_MATE= autogen common:build intlhack libmatewnck +USE_MATE= libmatewnck USE_XORG= x11 -USE_GNOME= glib20 gnomehier gtk20 librsvg2 -USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +USE_GNOME= glib20 gnomehier gtk20 intlhack librsvg2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services \ --with-gtk=2.0 @@ -36,4 +35,7 @@ PATHFIX_MAKEFILEIN= Makefile.* GLIB_SCHEMAS= org.mate.NotificationDaemon.gschema.xml +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mate-notification-daemon/engines/lib*.so + .include Modified: head/deskutils/mate-notification-daemon/distinfo ============================================================================== --- head/deskutils/mate-notification-daemon/distinfo Tue Dec 3 10:51:17 2013 (r335557) +++ head/deskutils/mate-notification-daemon/distinfo Tue Dec 3 10:56:52 2013 (r335558) @@ -1,2 +1,2 @@ -SHA256 (mate/mate-notification-daemon-1.6.0.tar.xz) = baa96685b20a07dbec1cf3ea945352b5da1a6ca12a0cf693413797e331a30ddd -SIZE (mate/mate-notification-daemon-1.6.0.tar.xz) = 117288 +SHA256 (mate/mate-notification-daemon-1.6.1.tar.xz) = 77e57d7f0a699b41125b2db5a7e0cf7c5b9d762084dcac625e60a93e1e701f0d +SIZE (mate/mate-notification-daemon-1.6.1.tar.xz) = 298636 Modified: head/deskutils/mate-notification-daemon/pkg-plist ============================================================================== --- head/deskutils/mate-notification-daemon/pkg-plist Tue Dec 3 10:51:17 2013 (r335557) +++ head/deskutils/mate-notification-daemon/pkg-plist Tue Dec 3 10:56:52 2013 (r335558) @@ -12,6 +12,7 @@ lib/mate-notification-daemon/engines/lib lib/mate-notification-daemon/engines/libstandard.la lib/mate-notification-daemon/engines/libstandard.so libexec/mate-notification-daemon +man/man1/mate-notification-properties.1.gz share/MateConf/gsettings/mate-notification-daemon.convert share/applications/mate-notification-properties.desktop share/dbus-1/services/org.freedesktop.mate.Notifications.service