Date: Thu, 3 Apr 2014 12:19:53 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r350004 - branches/2014Q2/x11/thingylaunch Message-ID: <201404031219.s33CJrQ1064055@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404031219.s33CJrQ1064055>