From owner-svn-ports-all@freebsd.org Sun Oct 23 13:18:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DBC5C1DB75; Sun, 23 Oct 2016 13:18:47 +0000 (UTC) (envelope-from woodsb02@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 mx1.freebsd.org (Postfix) with ESMTPS id 1D9199E9; Sun, 23 Oct 2016 13:18:47 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9NDIk1V086985; Sun, 23 Oct 2016 13:18:46 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9NDIkvp086984; Sun, 23 Oct 2016 13:18:46 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201610231318.u9NDIkvp086984@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sun, 23 Oct 2016 13:18:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424519 - head/deskutils/xfce4-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-all@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 23 Oct 2016 13:18:47 -0000 Author: woodsb02 Date: Sun Oct 23 13:18:46 2016 New Revision: 424519 URL: https://svnweb.freebsd.org/changeset/ports/424519 Log: deskutils/xfce4-notification-daemon: Mark DEPRECATED No longer maintained upstream, replaced by deskutils/xfce4-notifyd Approved by: ehaupt (maintainer) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D7199 Modified: head/deskutils/xfce4-notification-daemon/Makefile Modified: head/deskutils/xfce4-notification-daemon/Makefile ============================================================================== --- head/deskutils/xfce4-notification-daemon/Makefile Sun Oct 23 12:40:04 2016 (r424518) +++ head/deskutils/xfce4-notification-daemon/Makefile Sun Oct 23 13:18:46 2016 (r424519) @@ -22,6 +22,9 @@ LIB_DEPENDS= libsexy.so:x11-toolkits/lib libfreetype.so:print/freetype2 RUN_DEPENDS= dbus-daemon:devel/dbus +DEPRECATED= No longer supported by upstream, replaced with deskutils/xfce4-notifyd +EXPIRATION_DATE=2016-11-23 + GNU_CONFIGURE= yes INSTALLS_ICONS= yes USES= gmake libtool pkgconfig gettext-tools xfce tar:bzip2