svn commit: r315890 - head/x11/xbindkeys
Eitan Adler
eadler at FreeBSD.org
Tue Apr 16 19:42:48 UTC 2013
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 <nemysis at gmx.ch>
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 at 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 <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGUILE}
LIB_DEPENDS+= guile:${PORTSDIR}/lang/guile
@@ -48,4 +50,4 @@ post-install:
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/xbindkeysrc ${EXAMPLESDIR}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
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
More information about the svn-ports-all
mailing list