Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Dec 2015 05:15:19 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403088 - head/astro/wmsolar
Message-ID:  <201512060515.tB65FJmD052448@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: araujo
Date: Sun Dec  6 05:15:19 2015
New Revision: 403088
URL: https://svnweb.freebsd.org/changeset/ports/403088

Log:
  - Update to 1.1.
  - Add LICENSE.
  - Pass the maintainership to the author.
  - Project moved to github.
  
  Submitted by:	Thomas Kuiper <tkuiper@inxsoft.net>
  Sponsored by:	Hackathon Taipei.

Modified:
  head/astro/wmsolar/Makefile
  head/astro/wmsolar/distinfo

Modified: head/astro/wmsolar/Makefile
==============================================================================
--- head/astro/wmsolar/Makefile	Sun Dec  6 04:38:23 2015	(r403087)
+++ head/astro/wmsolar/Makefile	Sun Dec  6 05:15:19 2015	(r403088)
@@ -2,16 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	wmsolar
-PORTVERSION=	1.0
-PORTREVISION=	3
+PORTVERSION=	1.1
 CATEGORIES=	astro windowmaker
-MASTER_SITES=	http://www.inxsoft.net/wmsolar/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	tkuiper@inxsoft.net
 COMMENT=	Dockapp that displays the Solar System viewed from the top
 
+LICENSE=	GPLv2
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	engerim42
+GH_PROJECT=	${PORTNAME}
+
 PLIST_FILES=	bin/wmSolar
-WRKSRC=		${WRKDIR}/wmSolar
 USE_XORG=	x11 xext xpm
 USES=		gmake
 
@@ -20,6 +23,6 @@ pre-patch:
 		${WRKSRC}/wmSolar.c
 
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/wmSolar ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/wmSolar ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>

Modified: head/astro/wmsolar/distinfo
==============================================================================
--- head/astro/wmsolar/distinfo	Sun Dec  6 04:38:23 2015	(r403087)
+++ head/astro/wmsolar/distinfo	Sun Dec  6 05:15:19 2015	(r403088)
@@ -1,2 +1,2 @@
-SHA256 (wmsolar-1.0.tar.gz) = 8486f61419a3e3ad0873d8654e000a3ed6c8ce315f1aa85c8e60eb27fc63ddca
-SIZE (wmsolar-1.0.tar.gz) = 82245
+SHA256 (engerim42-wmsolar-1.1_GH0.tar.gz) = 4707af510006b1363eb60a8328fd03c9076d60dda10e6139badf3523f6fea946
+SIZE (engerim42-wmsolar-1.1_GH0.tar.gz) = 80595



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