aboutsummaryrefslogtreecommitdiff
path: root/astro/wmjupiter
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2015-12-06 03:28:00 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2015-12-06 03:28:00 +0000
commit3f24b6a61c4f3a286dad7af14fd8b521bfb2bb59 (patch)
tree30634755106973a524d4f18dd72562f064802ed5 /astro/wmjupiter
parenta3ffdb51fbe033baba879932b512b4600ce64ecc (diff)
downloadports-3f24b6a61c4f3a286dad7af14fd8b521bfb2bb59.tar.gz
ports-3f24b6a61c4f3a286dad7af14fd8b521bfb2bb59.zip
- Update to 1.21.
- Add LICENSes. - Pass the maintainership to the author. - Regenerate the Makefile patch. Submitted by: Thomas Kuiper tkuiper@inxsoft.net Sponsored by: HackAthon Taipei
Notes
Notes: svn path=/head/; revision=403085
Diffstat (limited to 'astro/wmjupiter')
-rw-r--r--astro/wmjupiter/Makefile16
-rw-r--r--astro/wmjupiter/distinfo4
-rw-r--r--astro/wmjupiter/files/patch-Makefile10
3 files changed, 18 insertions, 12 deletions
diff --git a/astro/wmjupiter/Makefile b/astro/wmjupiter/Makefile
index 2f0d97cb95fd..e59aecc15691 100644
--- a/astro/wmjupiter/Makefile
+++ b/astro/wmjupiter/Makefile
@@ -2,16 +2,20 @@
# $FreeBSD$
PORTNAME= wmjupiter
-PORTVERSION= 1.2
-PORTREVISION= 3
+PORTVERSION= 1.21
CATEGORIES= astro windowmaker
-MASTER_SITES= http://www.inxsoft.net/wmjupiter/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= tkuiper@inxsoft.net
COMMENT= Dockapp that displays information on Jupiter
+LICENSE= GPLv2 BSD3CLAUSE
+LICENSE_COMB= dual
+
+USE_GITHUB= yes
+GH_ACCOUNT= engerim42
+GH_PROJECT= ${PORTNAME}
+
PLIST_FILES= bin/wmJupiter
-WRKSRC= ${WRKDIR}/wmJupiter
USE_XORG= x11 xext xpm
USES= gmake
@@ -20,6 +24,6 @@ pre-patch:
${WRKSRC}/wmJupiter.c
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/wmJupiter ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/wmJupiter ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
diff --git a/astro/wmjupiter/distinfo b/astro/wmjupiter/distinfo
index 33a95489a065..ef2cd072fa0c 100644
--- a/astro/wmjupiter/distinfo
+++ b/astro/wmjupiter/distinfo
@@ -1,2 +1,2 @@
-SHA256 (wmjupiter-1.2.tar.gz) = 708c615a31be5e03c2bb0087b56f98b99eb7f6de75d3900ade7a871d4203fc65
-SIZE (wmjupiter-1.2.tar.gz) = 9581
+SHA256 (engerim42-wmjupiter-1.21_GH0.tar.gz) = 435f494737c61339536d5d47225685a29787ba62691ccdf1ad5ce1d17ef2942c
+SIZE (engerim42-wmjupiter-1.21_GH0.tar.gz) = 10423
diff --git a/astro/wmjupiter/files/patch-Makefile b/astro/wmjupiter/files/patch-Makefile
index 0a1ea2fabf23..e005702050b8 100644
--- a/astro/wmjupiter/files/patch-Makefile
+++ b/astro/wmjupiter/files/patch-Makefile
@@ -1,6 +1,8 @@
---- Makefile.orig Wed Jan 9 11:31:34 2002
-+++ Makefile Tue Jan 15 17:40:12 2002
-@@ -1,8 +1,6 @@
+--- Makefile.orig 2015-12-06 02:51:22 UTC
++++ Makefile
+@@ -1,10 +1,8 @@
+ # Makefile for wmJupiter
+ #
-CC = gcc
-CFLAGS = -O2 -Wall
-INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include
@@ -11,7 +13,7 @@
# for linux
LIBS = -lXpm -lX11 -lXext -lm
# for Solaris
-@@ -12,7 +10,7 @@
+@@ -14,7 +12,7 @@ OBJS = wmJupiter.o \
.c.o: