Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Apr 2014 09:45:48 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350587 - head/x11/thingylaunch
Message-ID:  <201404080945.s389jmsu033845@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Tue Apr  8 09:45:48 2014
New Revision: 350587
URL: http://svnweb.freebsd.org/changeset/ports/350587
QAT: https://qat.redports.org/buildarchive/r350587/

Log:
  - Update to 1.2.0
    * Implement the -bg and -fg options
    * Simplify the code by rewriting the whole stuff in C++

Modified:
  head/x11/thingylaunch/Makefile
  head/x11/thingylaunch/distinfo

Modified: head/x11/thingylaunch/Makefile
==============================================================================
--- head/x11/thingylaunch/Makefile	Tue Apr  8 08:29:52 2014	(r350586)
+++ head/x11/thingylaunch/Makefile	Tue Apr  8 09:45:48 2014	(r350587)
@@ -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}
 

Modified: head/x11/thingylaunch/distinfo
==============================================================================
--- head/x11/thingylaunch/distinfo	Tue Apr  8 08:29:52 2014	(r350586)
+++ head/x11/thingylaunch/distinfo	Tue Apr  8 09:45:48 2014	(r350587)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404080945.s389jmsu033845>