diff options
author | gahr <gahr@FreeBSD.org> | 2012-02-02 20:51:16 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-02-02 20:51:16 +0800 |
commit | ef3dc8ab5a6adea90eb8d39e49e6cd1ec837720f (patch) | |
tree | e4dc14915c52426e20b40445a6febe981608795c /x11 | |
parent | d8bd6236f72faf8da09445c8941766d922720f2f (diff) | |
download | freebsd-ports-gnome-ef3dc8ab5a6adea90eb8d39e49e6cd1ec837720f.tar.gz freebsd-ports-gnome-ef3dc8ab5a6adea90eb8d39e49e6cd1ec837720f.tar.zst freebsd-ports-gnome-ef3dc8ab5a6adea90eb8d39e49e6cd1ec837720f.zip |
- 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
Diffstat (limited to 'x11')
-rw-r--r-- | x11/thingylaunch/Makefile | 10 | ||||
-rw-r--r-- | x11/thingylaunch/distinfo | 4 |
2 files changed, 8 insertions, 6 deletions
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 |