Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 2013 06:38:20 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318413 - head/x11/keybinder
Message-ID:  <201305180638.r4I6cK9b022473@svn.freebsd.org>

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



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