From owner-svn-ports-all@FreeBSD.ORG Thu Apr 3 12:19:54 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E483DC3; Thu, 3 Apr 2014 12:19:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40CB4633; Thu, 3 Apr 2014 12:19:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s33CJsJ7064057; Thu, 3 Apr 2014 12:19:54 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s33CJrQ1064055; Thu, 3 Apr 2014 12:19:53 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201404031219.s33CJrQ1064055@svn.freebsd.org> From: Pietro Cerutti Date: Thu, 3 Apr 2014 12:19:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r350004 - branches/2014Q2/x11/thingylaunch X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 12:19:54 -0000 Author: gahr Date: Thu Apr 3 12:19:53 2014 New Revision: 350004 URL: http://svnweb.freebsd.org/changeset/ports/350004 QAT: https://qat.redports.org/buildarchive/r350004/ Log: MFH: r350003 - 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 Approved by: portmgr Modified: branches/2014Q2/x11/thingylaunch/Makefile branches/2014Q2/x11/thingylaunch/distinfo Directory Properties: branches/2014Q2/ (props changed) Modified: branches/2014Q2/x11/thingylaunch/Makefile ============================================================================== --- branches/2014Q2/x11/thingylaunch/Makefile Thu Apr 3 11:57:50 2014 (r350003) +++ branches/2014Q2/x11/thingylaunch/Makefile Thu Apr 3 12:19:53 2014 (r350004) @@ -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: branches/2014Q2/x11/thingylaunch/distinfo ============================================================================== --- branches/2014Q2/x11/thingylaunch/distinfo Thu Apr 3 11:57:50 2014 (r350003) +++ branches/2014Q2/x11/thingylaunch/distinfo Thu Apr 3 12:19:53 2014 (r350004) @@ -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