diff options
author | araujo <araujo@FreeBSD.org> | 2015-12-06 11:28:00 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2015-12-06 11:28:00 +0800 |
commit | 6bf5847300e76fc30213063b5354d3bc7e5a5125 (patch) | |
tree | 30634755106973a524d4f18dd72562f064802ed5 /astro | |
parent | 1f856a1615a9b1b2f060eb8d1d83f223c63bf17d (diff) | |
download | freebsd-ports-gnome-6bf5847300e76fc30213063b5354d3bc7e5a5125.tar.gz freebsd-ports-gnome-6bf5847300e76fc30213063b5354d3bc7e5a5125.tar.zst freebsd-ports-gnome-6bf5847300e76fc30213063b5354d3bc7e5a5125.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
Diffstat (limited to 'astro')
-rw-r--r-- | astro/wmjupiter/Makefile | 16 | ||||
-rw-r--r-- | astro/wmjupiter/distinfo | 4 | ||||
-rw-r--r-- | astro/wmjupiter/files/patch-Makefile | 10 |
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: |