Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2013 18:47:35 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320384 - head/x11-wm/xfce4-session
Message-ID:  <201306091847.r59IlZxN025249@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sun Jun  9 18:47:34 2013
New Revision: 320384
URL: http://svnweb.freebsd.org/changeset/ports/320384

Log:
  - Add the shared library version number for polkit (from sysutils/policykit)
    to prevent matching "polkit" with "libpolkit-*" (from sysutils/polkit).
    This fixes package building with poudriere, which would otherwise always
    rebuild this port because it thought sysutils/polkit was a new
    dependency.
  - Bump PORTREVISION
  
  Discussed with:	antoine, bapt

Modified:
  head/x11-wm/xfce4-session/Makefile

Modified: head/x11-wm/xfce4-session/Makefile
==============================================================================
--- head/x11-wm/xfce4-session/Makefile	Sun Jun  9 18:47:21 2013	(r320383)
+++ head/x11-wm/xfce4-session/Makefile	Sun Jun  9 18:47:34 2013	(r320384)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xfce4-session
 PORTVERSION=	4.10.1
+PORTREVISION=	1
 CATEGORIES=	x11-wm xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=	src/xfce/${PORTNAME}/${PORTVERSION:R}
@@ -17,7 +18,9 @@ RUN_DEPENDS=	iceauth:${PORTSDIR}/x11/ice
 LIB_DEPENDS=	wnck-1:${PORTSDIR}/x11-toolkits/libwnck \
 		dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
 		upower-glib:${PORTSDIR}/sysutils/upower \
-		polkit:${PORTSDIR}/sysutils/policykit
+		polkit.2:${PORTSDIR}/sysutils/policykit
+# explicitly add SHLIB version number for policykit to prevent LIB_DEPENDS
+# matching sysutils/polkit instead (which has libpolkit-agent.so.1)
 
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes



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