From owner-svn-ports-all@freebsd.org Mon Oct 5 13:57:05 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5C1F6425537; Mon, 5 Oct 2020 13:57:05 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C4hwx1jgrz3gY4; Mon, 5 Oct 2020 13:57:05 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1F7F2168DB; Mon, 5 Oct 2020 13:57:05 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 095Dv5UM033032; Mon, 5 Oct 2020 13:57:05 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 095Dv4Rw033030; Mon, 5 Oct 2020 13:57:04 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <202010051357.095Dv4Rw033030@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Mon, 5 Oct 2020 13:57:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r551494 - head/deskutils/notification-daemon X-SVN-Group: ports-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: head/deskutils/notification-daemon X-SVN-Commit-Revision: 551494 X-SVN-Commit-Repository: ports 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.33 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: Mon, 05 Oct 2020 13:57:05 -0000 Author: 0mp Date: Mon Oct 5 13:57:04 2020 New Revision: 551494 URL: https://svnweb.freebsd.org/changeset/ports/551494 Log: Clean up - Sort variables - Register missing dependency via USE_GNOME=cairo - Do not set --with-dbus-services via CONFIGURE_ARGS, it seems to have no effect - Update WWW Modified: head/deskutils/notification-daemon/Makefile head/deskutils/notification-daemon/pkg-descr Modified: head/deskutils/notification-daemon/Makefile ============================================================================== --- head/deskutils/notification-daemon/Makefile Mon Oct 5 13:34:09 2020 (r551493) +++ head/deskutils/notification-daemon/Makefile Mon Oct 5 13:57:04 2020 (r551494) @@ -12,17 +12,15 @@ COMMENT= Send small notifications to your desktop LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libdbus-1.so:devel/dbus \ - libcanberra-gtk3.so:audio/libcanberra-gtk3 +LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 \ + libdbus-1.so:devel/dbus -PORTSCOUT= limitw:1,even - -USES= gettext gmake gnome localbase pathfix \ - pkgconfig tar:xz xorg -USE_GNOME= gnomeprefix gtk30 -USE_XORG= x11 +USES= gettext gmake gnome localbase pathfix pkgconfig tar:xz xorg +USE_GNOME= cairo gnomeprefix gtk30 INSTALLS_ICONS= yes +USE_XORG= x11 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services + +PORTSCOUT= limitw:1,even .include Modified: head/deskutils/notification-daemon/pkg-descr ============================================================================== --- head/deskutils/notification-daemon/pkg-descr Mon Oct 5 13:34:09 2020 (r551493) +++ head/deskutils/notification-daemon/pkg-descr Mon Oct 5 13:57:04 2020 (r551494) @@ -6,4 +6,4 @@ of time. This port contains the daemon. -WWW: http://www.galago-project.org/specs/notification/index.php +WWW: https://gitlab.gnome.org/GNOME/notification-daemon