Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jan 2019 12:11:16 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491271 - in head: . astro astro/wmglobe astro/wmglobe/files
Message-ID:  <201901261211.x0QCBG4V003774@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat Jan 26 12:11:15 2019
New Revision: 491271
URL: https://svnweb.freebsd.org/changeset/ports/491271

Log:
  Resurrect astro/wmglobe
  
  - The distfile is available again on dockapps.net
  - Add some missing dependencies as reported by stage-qa
  - Assign port to the submitter
  
  PR:		226675
  Submitted by:	jd.fbsd@goneja.de

Added:
  head/astro/wmglobe/
     - copied from r402561, head/astro/wmglobe/
Modified:
  head/MOVED
  head/astro/Makefile
  head/astro/wmglobe/Makefile
  head/astro/wmglobe/distinfo
  head/astro/wmglobe/files/patch-Makefile
  head/astro/wmglobe/pkg-descr

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sat Jan 26 11:53:59 2019	(r491270)
+++ head/MOVED	Sat Jan 26 12:11:15 2019	(r491271)
@@ -7834,7 +7834,6 @@ archivers/wzip||2015-11-28|Has expired: Broken for mor
 databases/sybtcl||2015-11-28|Has expired: Broken for more than 6 months
 biology/povchem||2015-11-28|Has expired: Broken for more than 6 months
 audio/btc||2015-11-28|Has expired: Broken for more than 6 months
-astro/wmglobe||2015-11-28|Has expired: Broken for more than 6 months
 graphics/pyro||2015-11-28|Has expired: Broken for more than 6 months
 graphics/jpeg2ps||2015-11-28|Has expired: Broken for more than 6 months
 chinese/gugod-clean||2015-11-28|Has expired: Broken for more than 6 months

Modified: head/astro/Makefile
==============================================================================
--- head/astro/Makefile	Sat Jan 26 11:53:59 2019	(r491270)
+++ head/astro/Makefile	Sat Jan 26 12:11:15 2019	(r491271)
@@ -116,6 +116,7 @@
     SUBDIR += wcslib
     SUBDIR += weather
     SUBDIR += weatherspect
+    SUBDIR += wmglobe
     SUBDIR += wmjupiter
     SUBDIR += wmmoonclock
     SUBDIR += wmsolar

Modified: head/astro/wmglobe/Makefile
==============================================================================
--- head/astro/wmglobe/Makefile	Sat Nov 28 21:35:51 2015	(r402561)
+++ head/astro/wmglobe/Makefile	Sat Jan 26 12:11:15 2019	(r491271)
@@ -3,18 +3,19 @@
 
 PORTNAME=	wmglobe
 PORTVERSION=	1.3
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	astro windowmaker geography
-MASTER_SITES=	http://hamete.org/static/wmg/
+MASTER_SITES=	https://www.dockapps.net/download/
 
-MAINTAINER=	will@FreeBSD.org
+MAINTAINER=	jd.fbsd@goneja.de
 COMMENT=	Neat xearth-like WindowMaker dockapp
 
-BROKEN=		No public distfiles
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2015-11-26
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libwraster.so:${PORTSDIR}/x11-wm/libwraster
+LIB_DEPENDS=	libwraster.so:x11-wm/libwraster
+
+USE_XORG=	x11 xext xpm
 
 PLIST_FILES=	bin/wmglobe \
 		man/man1/wmglobe.1.gz

Modified: head/astro/wmglobe/distinfo
==============================================================================
--- head/astro/wmglobe/distinfo	Sat Nov 28 21:35:51 2015	(r402561)
+++ head/astro/wmglobe/distinfo	Sat Jan 26 12:11:15 2019	(r491271)
@@ -1,2 +1,3 @@
+TIMESTAMP = 1513946787
 SHA256 (wmglobe-1.3.tar.gz) = 3ba943d2e2e18d6c517144f74db81e51b8f9137dcde377c83f3414df9c75a914
 SIZE (wmglobe-1.3.tar.gz) = 75541

Modified: head/astro/wmglobe/files/patch-Makefile
==============================================================================
--- head/astro/wmglobe/files/patch-Makefile	Sat Nov 28 21:35:51 2015	(r402561)
+++ head/astro/wmglobe/files/patch-Makefile	Sat Jan 26 12:11:15 2019	(r491271)
@@ -1,11 +1,11 @@
---- Makefile.orig	Wed Feb  3 05:11:37 1999
-+++ Makefile	Tue Feb 22 22:22:20 2000
+--- Makefile.orig	1999-02-06 12:17:06 UTC
++++ Makefile
 @@ -1,12 +1,11 @@
 -INC	=	-I/usr/X11R6/include
 -LIBS	=	-lXext -lX11 -lm -L/usr/X11R6/lib \
 -		-ltiff  -lXpm -lpng -lz -ljpeg -lungif -lwraster
-+INC	=	`get-wraster-flags --cflags`
-+LIBS	=	`get-wraster-flags --ldflags` `get-wraster-flags --libs`
++INC	=	`pkg-config wrlib --cflags`
++LIBS	=	-lm `pkg-config wrlib xpm xext --libs`
  OBJS	=	src/wmglobe.o src/rend.o src/wmgutil.o \
  		src/sunpos.o src/myconvert.o src/mycontext.o 
  
@@ -16,7 +16,7 @@
  
  all:  wmglobe
  
-@@ -14,9 +13,8 @@
+@@ -14,9 +13,8 @@ clean:
  	rm -f src/*.o wmglobe
  	
  wmglobe :	$(OBJS)

Modified: head/astro/wmglobe/pkg-descr
==============================================================================
--- head/astro/wmglobe/pkg-descr	Sat Nov 28 21:35:51 2015	(r402561)
+++ head/astro/wmglobe/pkg-descr	Sat Jan 26 12:11:15 2019	(r491271)
@@ -1,5 +1,5 @@
 wmglobe is a neat WindowMaker dockapp that displays a
-xearth-like display of the earth that is currently under
+xearth-like view of the earth that is currently under
 the sun, and does a lot of other neat stuff.
 
-WWW: http://hamete.org/static/wmg/
+WWW: https://www.dockapps.net/wmglobe



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