diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2014-04-08 20:09:26 +0800 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2014-04-08 20:09:26 +0800 |
commit | a9a1405c7bb0abad8532d0511e9face1b2850b3c (patch) | |
tree | f82e49a28e1a7c073a58dbe0e6ab7c5084d4958e | |
parent | b9f1b08a4593c01e78f9ca2339db4e1f8e6bb0a0 (diff) | |
download | freebsd-ports-gnome-a9a1405c7bb0abad8532d0511e9face1b2850b3c.tar.gz freebsd-ports-gnome-a9a1405c7bb0abad8532d0511e9face1b2850b3c.tar.zst freebsd-ports-gnome-a9a1405c7bb0abad8532d0511e9face1b2850b3c.zip |
- Update to 1.2.2
* Fix a bug where an uninitialized XColor struct could cause a segfault on
some systems (Emanuel Haupt)
-rw-r--r-- | x11/thingylaunch/Makefile | 4 | ||||
-rw-r--r-- | x11/thingylaunch/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/thingylaunch/Makefile b/x11/thingylaunch/Makefile index 995574a35627..2a40df4ec4f9 100644 --- a/x11/thingylaunch/Makefile +++ b/x11/thingylaunch/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thingylaunch -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= x11 MASTER_SITES= http://gahr.ch/thingylaunch/ @@ -21,7 +21,7 @@ CXXFLAGS+= -std=c++11 USE_GITHUB= yes GH_ACCOUNT= gahr GH_TAGNAME= ${PORTVERSION} -GH_COMMIT= d35711b +GH_COMMIT= d7367d6 PLIST_FILES= bin/${PORTNAME} diff --git a/x11/thingylaunch/distinfo b/x11/thingylaunch/distinfo index 601fb4b04d8c..65f260266ef7 100644 --- a/x11/thingylaunch/distinfo +++ b/x11/thingylaunch/distinfo @@ -1,2 +1,2 @@ -SHA256 (thingylaunch-1.2.1.tar.gz) = 2204151a41b236e8d58d801ef5de17d3d13ca329485ce26a5d803c2675e9beb3 -SIZE (thingylaunch-1.2.1.tar.gz) = 8214 +SHA256 (thingylaunch-1.2.2.tar.gz) = a1f8d4028ade7dc1c10259fa662da633c45639c3c9426155aa7365dfb8116841 +SIZE (thingylaunch-1.2.2.tar.gz) = 8252 |