Date: Sun, 6 Dec 2015 03:28:00 +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: r403085 - in head/astro/wmjupiter: . files Message-ID: <201512060328.tB63S0di021033@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: araujo Date: Sun Dec 6 03:28:00 2015 New Revision: 403085 URL: https://svnweb.freebsd.org/changeset/ports/403085 Log: - 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 Modified: head/astro/wmjupiter/Makefile head/astro/wmjupiter/distinfo head/astro/wmjupiter/files/patch-Makefile Modified: head/astro/wmjupiter/Makefile ============================================================================== --- head/astro/wmjupiter/Makefile Sun Dec 6 03:02:40 2015 (r403084) +++ head/astro/wmjupiter/Makefile Sun Dec 6 03:28:00 2015 (r403085) @@ -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> Modified: head/astro/wmjupiter/distinfo ============================================================================== --- head/astro/wmjupiter/distinfo Sun Dec 6 03:02:40 2015 (r403084) +++ head/astro/wmjupiter/distinfo Sun Dec 6 03:28:00 2015 (r403085) @@ -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 Modified: head/astro/wmjupiter/files/patch-Makefile ============================================================================== --- head/astro/wmjupiter/files/patch-Makefile Sun Dec 6 03:02:40 2015 (r403084) +++ head/astro/wmjupiter/files/patch-Makefile Sun Dec 6 03:28:00 2015 (r403085) @@ -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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512060328.tB63S0di021033>