From owner-freebsd-gnome@FreeBSD.ORG Sat Dec 29 05:30:02 2012 Return-Path: Delivered-To: gnome@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8BF18E7D for ; Sat, 29 Dec 2012 05:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 57EE78FC13 for ; Sat, 29 Dec 2012 05:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBT5U2Ja075980 for ; Sat, 29 Dec 2012 05:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBT5U2HR075979; Sat, 29 Dec 2012 05:30:02 GMT (envelope-from gnats) Date: Sat, 29 Dec 2012 05:30:02 GMT Message-Id: <201212290530.qBT5U2HR075979@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/172177: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Dec 2012 05:30:02 -0000 The following reply was made to PR ports/172177; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/172177: commit references a PR Date: Sat, 29 Dec 2012 05:24:59 +0000 (UTC) Author: mezz Date: Sat Dec 29 05:24:51 2012 New Revision: 309605 URL: http://svnweb.freebsd.org/changeset/ports/309605 Log: Add two missing runtime dependencies, xprop and xset. Those are needing for the xdg-screensaver. Bump the PORTREVISION. PR: ports/172177 Submitted by: Vladimir Kondratiev Modified: head/devel/xdg-utils/Makefile (contents, props changed) Modified: head/devel/xdg-utils/Makefile ============================================================================== --- head/devel/xdg-utils/Makefile Sat Dec 29 05:18:28 2012 (r309604) +++ head/devel/xdg-utils/Makefile Sat Dec 29 05:24:51 2012 (r309605) @@ -8,7 +8,7 @@ PORTNAME= xdg-utils PORTVERSION= 1.0.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel MASTER_SITES= http://portland.freedesktop.org/download/ EXTRACT_SUFX= .tgz @@ -16,7 +16,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= gnome@FreeBSD.org COMMENT= Tools to allow all applications to integrate with the free desktop -RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme +RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ + xprop:${PORTSDIR}/x11/xprop \ + xset:${PORTSDIR}/x11/xset GNU_CONFIGURE= yes XDG_FILES= xdg-desktop-icon \ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"