From owner-svn-ports-all@FreeBSD.ORG Tue Apr 16 19:42:48 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DE74E663; Tue, 16 Apr 2013 19:42:48 +0000 (UTC) (envelope-from eadler@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 B762112CA; Tue, 16 Apr 2013 19:42:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3GJgmmu080668; Tue, 16 Apr 2013 19:42:48 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3GJgmLY080665; Tue, 16 Apr 2013 19:42:48 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201304161942.r3GJgmLY080665@svn.freebsd.org> From: Eitan Adler Date: Tue, 16 Apr 2013 19:42:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315890 - head/x11/xbindkeys X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Apr 2013 19:42:48 -0000 Author: eadler Date: Tue Apr 16 19:42:47 2013 New Revision: 315890 URL: http://svnweb.freebsd.org/changeset/ports/315890 Log: Update to 1.8.5 - Change master sites - Add license - Trim pkg-descr - Update WWW Submitted by: nemysis Feature safe: yes Modified: head/x11/xbindkeys/Makefile head/x11/xbindkeys/distinfo head/x11/xbindkeys/pkg-descr Modified: head/x11/xbindkeys/Makefile ============================================================================== --- head/x11/xbindkeys/Makefile Tue Apr 16 19:33:30 2013 (r315889) +++ head/x11/xbindkeys/Makefile Tue Apr 16 19:42:47 2013 (r315890) @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= xbindkeys -PORTVERSION= 1.8.3 +PORTVERSION= 1.8.5 CATEGORIES= x11 -MASTER_SITES= http://hocwp.free.fr/xbindkeys/ +MASTER_SITES= http://www.nongnu.org/xbindkeys/ MAINTAINER= eadler@FreeBSD.org COMMENT= Allows you to launch shell commands under X with your keyboard +LICENSE= GPLv2 + OPTIONS_DEFINE= GUILE TCLTK TCLTK_DESC= Tcl Scripting Support @@ -25,7 +27,7 @@ WISH= ${LOCALBASE}/bin/wish8.4 MAKE_JOBS_SAFE= yes -.include +.include .if ${PORT_OPTIONS:MGUILE} LIB_DEPENDS+= guile:${PORTSDIR}/lang/guile @@ -48,4 +50,4 @@ post-install: @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/xbindkeysrc ${EXAMPLESDIR} -.include +.include Modified: head/x11/xbindkeys/distinfo ============================================================================== --- head/x11/xbindkeys/distinfo Tue Apr 16 19:33:30 2013 (r315889) +++ head/x11/xbindkeys/distinfo Tue Apr 16 19:42:47 2013 (r315890) @@ -1,2 +1,2 @@ -SHA256 (xbindkeys-1.8.3.tar.gz) = ca8033ffdc19f382ec35796318dd6a9e17f04aac1d54d75fb972db6d964f56b4 -SIZE (xbindkeys-1.8.3.tar.gz) = 130150 +SHA256 (xbindkeys-1.8.5.tar.gz) = d62f78709406971e9630bf8a94df7572b0d1df1934afdec37cd8fb64e4f6fc81 +SIZE (xbindkeys-1.8.5.tar.gz) = 138179 Modified: head/x11/xbindkeys/pkg-descr ============================================================================== --- head/x11/xbindkeys/pkg-descr Tue Apr 16 19:33:30 2013 (r315889) +++ head/x11/xbindkeys/pkg-descr Tue Apr 16 19:42:47 2013 (r315890) @@ -1,4 +1,5 @@ -xbindkeys is a program that allows you to launch shell commands under X -with your keyboard. It links commands to keys, using a configuration file. +xbindkeys is a program that allows you to launch shell commands with your +keyboard or your mouse under X Window. It links commands to keys or +mouse buttons, using a configuration file. -WWW: http://hocwp.free.fr/xbindkeys/xbindkeys.html +WWW: http://www.nongnu.org/xbindkeys/xbindkeys.html