From owner-svn-ports-head@FreeBSD.ORG Sat May 18 06:38:21 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 64A64B1F; Sat, 18 May 2013 06:38:21 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 549A12C3; Sat, 18 May 2013 06:38:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4I6cKrN022474; Sat, 18 May 2013 06:38:20 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4I6cK9b022473; Sat, 18 May 2013 06:38:20 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201305180638.r4I6cK9b022473@svn.freebsd.org> From: Olivier Duchateau Date: Sat, 18 May 2013 06:38:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318413 - head/x11/keybinder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 18 May 2013 06:38:21 -0000 Author: olivierd Date: Sat May 18 06:38:20 2013 New Revision: 318413 URL: http://svnweb.freebsd.org/changeset/ports/318413 Log: - Add mirror, because kaizer.se is not pingable While I'm here, - Replace gnomehack by pathfix Reported by: pointyhat (erwin) Modified: head/x11/keybinder/Makefile Modified: head/x11/keybinder/Makefile ============================================================================== --- head/x11/keybinder/Makefile Fri May 17 23:49:02 2013 (r318412) +++ head/x11/keybinder/Makefile Sat May 18 06:38:20 2013 (r318413) @@ -5,7 +5,7 @@ PORTNAME= keybinder PORTVERSION= 0.3.0 PORTREVISION= 1 CATEGORIES= x11 -MASTER_SITES= http://kaizer.se/publicfiles/${PORTNAME}/ +MASTER_SITES= GENTOO/distfiles MAINTAINER= olivierd@FreeBSD.org COMMENT= Library for registering keyboard shortcuts @@ -16,9 +16,9 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= gnomehack gtk20 +USE_GNOME= gtk20 USE_XORG= x11 xext xrender -USES= pkgconfig +USES= pkgconfig pathfix USE_LDCONFIG= yes OPTIONS_DEFINE= PYTHON LUA