Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 May 2013 19:28:04 +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: r318398 - head/x11/thingylaunch
Message-ID:  <201305171928.r4HJS4XO086775@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Fri May 17 19:28:04 2013
New Revision: 318398
URL: http://svnweb.freebsd.org/changeset/ports/318398

Log:
  - Update to 1.1.5
    * Add COPYRIGHT file
    * Update COPYRIGHT years to include 2013
    * Remove debug printf and puts
    * Fixup indentation
    * Switch build system to CMake
    * Import into GitHub.com

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

Modified: head/x11/thingylaunch/Makefile
==============================================================================
--- head/x11/thingylaunch/Makefile	Fri May 17 18:48:45 2013	(r318397)
+++ head/x11/thingylaunch/Makefile	Fri May 17 19:28:04 2013	(r318398)
@@ -2,24 +2,24 @@
 # $FreeBSD$
 
 PORTNAME=	thingylaunch
-PORTVERSION=	1.1.4
+PORTVERSION=	1.1.5
 CATEGORIES=	x11
-MASTER_SITES=	http://www.gahr.ch/${PORTNAME}/	\
-   		${MASTER_SITE_LOCAL}/gahr/ \
-		http://people.freebsd.org/~gahr/distfiles/
 
 MAINTAINER=	gahr@FreeBSD.org
-COMMENT=	A lightweight tab-completing launcher for X
+COMMENT=	Lightweight tab-completing launcher for X
 
-LICENSE=	MIT
+LICENSE=	MIT BSD
+LICENSE_COMB=	multi
 
 USE_XORG=	x11 xproto
-USE_GNOME=	pkgconfig
+USES=		cmake:outsource
 MAKE_JOBS_SAFE=	yes
 
-PLIST_FILES=	bin/${PORTNAME}
+USE_GITHUB=	yes
+GH_ACCOUNT=	gahr
+GH_TAGNAME=	${PORTVERSION}
+GH_COMMIT=	8acab93
 
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+PLIST_FILES=	bin/${PORTNAME}
 
 .include <bsd.port.mk>

Modified: head/x11/thingylaunch/distinfo
==============================================================================
--- head/x11/thingylaunch/distinfo	Fri May 17 18:48:45 2013	(r318397)
+++ head/x11/thingylaunch/distinfo	Fri May 17 19:28:04 2013	(r318398)
@@ -1,2 +1,2 @@
-SHA256 (thingylaunch-1.1.4.tar.gz) = e78c77b9761d198a435bda6b62d886dbc105541cc5bb5d67963773edc322c89e
-SIZE (thingylaunch-1.1.4.tar.gz) = 7192
+SHA256 (thingylaunch-1.1.5.tar.gz) = 60893e05c1dd2d4a0ed6a23a0675727254b9dc52c45c511e4f9064ff4893356a
+SIZE (thingylaunch-1.1.5.tar.gz) = 7936



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