From owner-svn-ports-head@FreeBSD.ORG Wed Sep 12 05:27:04 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 091491065670; Wed, 12 Sep 2012 05:27:04 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E96C48FC14; Wed, 12 Sep 2012 05:27:03 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8C5R3UJ002081; Wed, 12 Sep 2012 05:27:03 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8C5R3PE002079; Wed, 12 Sep 2012 05:27:03 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201209120527.q8C5R3PE002079@svn.freebsd.org> From: Emanuel Haupt Date: Wed, 12 Sep 2012 05:27:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304132 - head/deskutils/xfce4-notification-daemon X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 05:27:04 -0000 Author: ehaupt Date: Wed Sep 12 05:27:03 2012 New Revision: 304132 URL: http://svn.freebsd.org/changeset/ports/304132 Log: While using 'dbus-glib' seems to work (due to the way LIB_DEPENDS are currently checked), the correct shlib name is 'dbus-glib-1'. Notified by: Yuri Pankov Modified: head/deskutils/xfce4-notification-daemon/Makefile Modified: head/deskutils/xfce4-notification-daemon/Makefile ============================================================================== --- head/deskutils/xfce4-notification-daemon/Makefile Wed Sep 12 05:04:20 2012 (r304131) +++ head/deskutils/xfce4-notification-daemon/Makefile Wed Sep 12 05:27:03 2012 (r304132) @@ -16,7 +16,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser LIB_DEPENDS= sexy:${PORTSDIR}/x11-toolkits/libsexy \ - dbus-glib:${PORTSDIR}/devel/dbus-glib + dbus-glib-1:${PORTSDIR}/devel/dbus-glib RUN_DEPENDS= dbus-daemon:${PORTSDIR}/devel/dbus GNU_CONFIGURE= yes