aboutsummaryrefslogtreecommitdiff
path: root/x11/thingylaunch
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-04-08 09:45:48 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-04-08 09:45:48 +0000
commit06844e2afbdf9cca45fb01768da94846673ec3e2 (patch)
treeaa2704fa3971378ce22243f8de85f62065859e08 /x11/thingylaunch
parent7b72bf31e01b12973147e74f2875b41f4f1e3757 (diff)
downloadports-06844e2afbdf9cca45fb01768da94846673ec3e2.tar.gz
ports-06844e2afbdf9cca45fb01768da94846673ec3e2.zip
- Update to 1.2.0
* Implement the -bg and -fg options * Simplify the code by rewriting the whole stuff in C++
Notes
Notes: svn path=/head/; revision=350587
Diffstat (limited to 'x11/thingylaunch')
-rw-r--r--x11/thingylaunch/Makefile9
-rw-r--r--x11/thingylaunch/distinfo4
2 files changed, 8 insertions, 5 deletions
diff --git a/x11/thingylaunch/Makefile b/x11/thingylaunch/Makefile
index 8b31e60aecc3..32181fa82dfc 100644
--- a/x11/thingylaunch/Makefile
+++ b/x11/thingylaunch/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= thingylaunch
-PORTVERSION= 1.1.7
+PORTVERSION= 1.2.0
CATEGORIES= x11
MASTER_SITES= http://gahr.ch/thingylaunch/
@@ -13,12 +13,15 @@ LICENSE= MIT BSD2CLAUSE
LICENSE_COMB= multi
USE_XORG= x11 xproto
-USES= cmake:outsource
+USE_CXXSTD= c++11
+USES= cmake:outsource compiler:c++11-lib
+
+CXXFLAGS+= -std=c++11
USE_GITHUB= yes
GH_ACCOUNT= gahr
GH_TAGNAME= ${PORTVERSION}
-GH_COMMIT= 0091b19
+GH_COMMIT= 48688bc
PLIST_FILES= bin/${PORTNAME}
diff --git a/x11/thingylaunch/distinfo b/x11/thingylaunch/distinfo
index 877cf15e9084..cada972232cd 100644
--- a/x11/thingylaunch/distinfo
+++ b/x11/thingylaunch/distinfo
@@ -1,2 +1,2 @@
-SHA256 (thingylaunch-1.1.7.tar.gz) = 69985eb951187138ca0bc5847dc09124d9c1f86c298904062486ffcb1888c6dc
-SIZE (thingylaunch-1.1.7.tar.gz) = 8892
+SHA256 (thingylaunch-1.2.0.tar.gz) = 61dec5994e554f7bd9dc08f4cc01cdba7a827d5f663113412dd3e89ddfa60b2c
+SIZE (thingylaunch-1.2.0.tar.gz) = 8165