Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2018 15:14:33 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483305 - head/deskutils/xfce4-notifyd
Message-ID:  <201810281514.w9SFEXm8017312@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810281514.w9SFEXm8017312>