Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Apr 2014 11:57:50 +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: r350003 - head/x11/thingylaunch
Message-ID:  <201404031157.s33BvoAn055376@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Thu Apr  3 11:57:50 2014
New Revision: 350003
URL: http://svnweb.freebsd.org/changeset/ports/350003
QAT: https://qat.redports.org/buildarchive/r350003/

Log:
  - Update to 1.1.6
    * Fix a bug where the command line wasn't always '\0'-terminated
    * Fix style here and there
    * Update COPYRIGHT years to include 2014
  - Fix LICENSE (BSD -> BSD2CLAUSE)
  - Add another repo to MASTER_SITES

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

Modified: head/x11/thingylaunch/Makefile
==============================================================================
--- head/x11/thingylaunch/Makefile	Thu Apr  3 11:52:06 2014	(r350002)
+++ head/x11/thingylaunch/Makefile	Thu Apr  3 11:57:50 2014	(r350003)
@@ -2,13 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	thingylaunch
-PORTVERSION=	1.1.5
+PORTVERSION=	1.1.6
 CATEGORIES=	x11
+MASTER_SITES=	http://gahr.ch/thingylaunch/
 
 MAINTAINER=	gahr@FreeBSD.org
 COMMENT=	Lightweight tab-completing launcher for X
 
-LICENSE=	MIT BSD
+LICENSE=	MIT BSD2CLAUSE
 LICENSE_COMB=	multi
 
 USE_XORG=	x11 xproto
@@ -17,7 +18,7 @@ USES=		cmake:outsource
 USE_GITHUB=	yes
 GH_ACCOUNT=	gahr
 GH_TAGNAME=	${PORTVERSION}
-GH_COMMIT=	8acab93
+GH_COMMIT=	caa7e02
 
 PLIST_FILES=	bin/${PORTNAME}
 

Modified: head/x11/thingylaunch/distinfo
==============================================================================
--- head/x11/thingylaunch/distinfo	Thu Apr  3 11:52:06 2014	(r350002)
+++ head/x11/thingylaunch/distinfo	Thu Apr  3 11:57:50 2014	(r350003)
@@ -1,2 +1,2 @@
-SHA256 (thingylaunch-1.1.5.tar.gz) = 60893e05c1dd2d4a0ed6a23a0675727254b9dc52c45c511e4f9064ff4893356a
-SIZE (thingylaunch-1.1.5.tar.gz) = 7936
+SHA256 (thingylaunch-1.1.6.tar.gz) = 118283137f334e75e7a1c6567a45a59686000669e78c1e054cc6689d0166df3b
+SIZE (thingylaunch-1.1.6.tar.gz) = 7977



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