diff options
author | gahr <gahr@FreeBSD.org> | 2014-07-29 21:11:03 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-07-29 21:11:03 +0800 |
commit | c5cfce04022f832f4d165e712f1f9ce8e4e8b936 (patch) | |
tree | 9a9092c440b10b79c0c3238f169c66a416b21c0a /x11 | |
parent | 5dedaf35b6b61e7ef9fca93f22456072c1e914d2 (diff) | |
download | freebsd-ports-gnome-c5cfce04022f832f4d165e712f1f9ce8e4e8b936.tar.gz freebsd-ports-gnome-c5cfce04022f832f4d165e712f1f9ce8e4e8b936.tar.zst freebsd-ports-gnome-c5cfce04022f832f4d165e712f1f9ce8e4e8b936.zip |
- Update to 2.0.2
* Do not duplicate identical entries at the end of the history
* Import the std namespace in implementation files
* Switch to using non-member begin() and end()
Diffstat (limited to 'x11')
-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 140fc9892af0..7b3dd0870521 100644 --- a/x11/thingylaunch/Makefile +++ b/x11/thingylaunch/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thingylaunch -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= x11 MASTER_SITES= http://gahr.ch/thingylaunch/ @@ -38,7 +38,7 @@ CMAKE_ARGS+= -DUSE_XCB:BOOL=ON USE_GITHUB= yes GH_ACCOUNT= gahr GH_TAGNAME= ${PORTVERSION} -GH_COMMIT= 6be8728 +GH_COMMIT= c5ec8c2 PLIST_FILES= bin/${PORTNAME} diff --git a/x11/thingylaunch/distinfo b/x11/thingylaunch/distinfo index 07e328371278..ea93f71e995c 100644 --- a/x11/thingylaunch/distinfo +++ b/x11/thingylaunch/distinfo @@ -1,2 +1,2 @@ -SHA256 (thingylaunch-2.0.1.tar.gz) = 89d2fa8023c24f200ae55a9097d390c20bf4830f5bbcf629cbfac3d3e86a6bb7 -SIZE (thingylaunch-2.0.1.tar.gz) = 11194 +SHA256 (thingylaunch-2.0.2.tar.gz) = a910db2169cf5126105dc7febb63a575b3e565e537c3bf3624720ef478f1fd67 +SIZE (thingylaunch-2.0.2.tar.gz) = 11294 |