From owner-svn-ports-all@freebsd.org Sun Oct 28 15:14:33 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDB5410D53C3; Sun, 28 Oct 2018 15:14:33 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 815CF8942A; Sun, 28 Oct 2018 15:14:33 +0000 (UTC) (envelope-from ehaupt@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 624F72110D; Sun, 28 Oct 2018 15:14:33 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9SFEX9Q017313; Sun, 28 Oct 2018 15:14:33 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9SFEXm8017312; Sun, 28 Oct 2018 15:14:33 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201810281514.w9SFEXm8017312@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 28 Oct 2018 15:14:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483305 - head/deskutils/xfce4-notifyd X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/deskutils/xfce4-notifyd X-SVN-Commit-Revision: 483305 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.29 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, 28 Oct 2018 15:14:34 -0000 Author: ehaupt Date: Sun Oct 28 15:14:32 2018 New Revision: 483305 URL: https://svnweb.freebsd.org/changeset/ports/483305 Log: - Define PORTSCOUT skipv for porticular release that requires a development version of xfce4-panel - While here, pacify portlint Modified: head/deskutils/xfce4-notifyd/Makefile Modified: head/deskutils/xfce4-notifyd/Makefile ============================================================================== --- head/deskutils/xfce4-notifyd/Makefile Sun Oct 28 15:06:31 2018 (r483304) +++ head/deskutils/xfce4-notifyd/Makefile Sun Oct 28 15:14:32 2018 (r483305) @@ -21,10 +21,11 @@ LIB_DEPENDS= libnotify.so:devel/libnotify \ libdbus-1.so:devel/dbus USES= gettext-tools gmake libtool pkgconfig tar:bzip2 xfce:gtk3 -GNU_CONFIGURE= yes USE_GNOME= gtk30 glib20 cairo intltool USE_XFCE= libutil panel USE_XORG= ice sm x11 + +GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip @@ -32,5 +33,8 @@ OPTIONS_DEFINE= NLS NLS_USES= gettext-runtime NLS_EXTRA_PATCHES= ${FILESDIR}/extra-patch-configure OPTIONS_SUB= yes + +# requires libxfce4panel-2.0 >= 4.13.0 (development version) +PORTSCOUT= skipv:0.4.3 .include