From ef3dc8ab5a6adea90eb8d39e49e6cd1ec837720f Mon Sep 17 00:00:00 2001 From: gahr Date: Thu, 2 Feb 2012 12:51:16 +0000 Subject: - Update to 1.1.2 * Handle printable characters from the Latin-1 to Latin-9 sets * Handle KeyPad motion (Up, Down, ...) and digits keys * Fix a bug that caused the PATH scanning routine to ignore the last path element and simplify the algorithm - Add LICENSE (MIT) - Rearrange MASTER_SITES to fetch from my site first --- x11/thingylaunch/Makefile | 10 ++++++---- x11/thingylaunch/distinfo | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'x11') diff --git a/x11/thingylaunch/Makefile b/x11/thingylaunch/Makefile index c8a952b86391..03e5cddbd607 100644 --- a/x11/thingylaunch/Makefile +++ b/x11/thingylaunch/Makefile @@ -6,15 +6,17 @@ # PORTNAME= thingylaunch -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_LOCAL}/gahr/ \ - http://people.freebsd.org/~gahr/distfiles/ \ - http://www.gahr.ch/${PORTNAME}/ +MASTER_SITES= http://www.gahr.ch/${PORTNAME}/ \ + ${MASTER_SITE_LOCAL}/gahr/ \ + http://people.freebsd.org/~gahr/distfiles/ MAINTAINER= gahr@FreeBSD.org COMMENT= A lightweight tab-completing launcher for X +LICENSE= MIT + USE_XORG= x11 xproto USE_GNOME= pkgconfig MAKE_JOBS_SAFE= yes diff --git a/x11/thingylaunch/distinfo b/x11/thingylaunch/distinfo index f86654a9dabe..5c558b43126a 100644 --- a/x11/thingylaunch/distinfo +++ b/x11/thingylaunch/distinfo @@ -1,2 +1,2 @@ -SHA256 (thingylaunch-1.1.1.tar.gz) = cab0ca48a42ed8954e3e2ef04b873019a9c5d81298bc832ef461c3c55a7584bb -SIZE (thingylaunch-1.1.1.tar.gz) = 7039 +SHA256 (thingylaunch-1.1.2.tar.gz) = 688edbd4529bcc15e93ccdd9f91e73c0984820f90f2315a58f903cae1c64cecb +SIZE (thingylaunch-1.1.2.tar.gz) = 7122 -- cgit