From ca1062eaafd703922f1260f9b4ff9cd119d7fc44 Mon Sep 17 00:00:00 2001 From: eadler Date: Tue, 16 Apr 2013 19:42:47 +0000 Subject: Update to 1.8.5 - Change master sites - Add license - Trim pkg-descr - Update WWW Submitted by: nemysis Feature safe: yes --- x11/xbindkeys/Makefile | 10 ++++++---- x11/xbindkeys/distinfo | 4 ++-- x11/xbindkeys/pkg-descr | 7 ++++--- 3 files changed, 12 insertions(+), 9 deletions(-) (limited to 'x11') diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile index 0f597d0361ef..ddb46c2f17c0 100644 --- a/x11/xbindkeys/Makefile +++ b/x11/xbindkeys/Makefile @@ -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 diff --git a/x11/xbindkeys/distinfo b/x11/xbindkeys/distinfo index 6dee6aaecfa6..7fa24682e67a 100644 --- a/x11/xbindkeys/distinfo +++ b/x11/xbindkeys/distinfo @@ -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 diff --git a/x11/xbindkeys/pkg-descr b/x11/xbindkeys/pkg-descr index f9c3afbda097..95b615d08453 100644 --- a/x11/xbindkeys/pkg-descr +++ b/x11/xbindkeys/pkg-descr @@ -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 -- cgit