diff options
author | araujo <araujo@FreeBSD.org> | 2015-12-06 13:15:19 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2015-12-06 13:15:19 +0800 |
commit | 27f3294dc2b2347eb9600b00cc8c4f86a86a696c (patch) | |
tree | fea3c356eaf864f125e26ec1aadd18267bd98264 /astro | |
parent | ef888d0e4936395c339ae7322bf0ab912f3df589 (diff) | |
download | freebsd-ports-gnome-27f3294dc2b2347eb9600b00cc8c4f86a86a696c.tar.gz freebsd-ports-gnome-27f3294dc2b2347eb9600b00cc8c4f86a86a696c.tar.zst freebsd-ports-gnome-27f3294dc2b2347eb9600b00cc8c4f86a86a696c.zip |
- 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.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/wmsolar/Makefile | 15 | ||||
-rw-r--r-- | astro/wmsolar/distinfo | 4 |
2 files changed, 11 insertions, 8 deletions
diff --git a/astro/wmsolar/Makefile b/astro/wmsolar/Makefile index 7fd6041e9391..0c24f564892b 100644 --- a/astro/wmsolar/Makefile +++ b/astro/wmsolar/Makefile @@ -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> diff --git a/astro/wmsolar/distinfo b/astro/wmsolar/distinfo index 40f3f569efaa..6f139bed43da 100644 --- a/astro/wmsolar/distinfo +++ b/astro/wmsolar/distinfo @@ -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 |