Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Oct 2012 12:03:40 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305910 - head/astro/xearth
Message-ID:  <201210151203.q9FC3e0b083527@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Mon Oct 15 12:03:40 2012
New Revision: 305910
URL: http://svn.freebsd.org/changeset/ports/305910

Log:
  - Change upstream to port maintainer's fork
  - Update to 1.2
  - This version fixes build with clang and does not depend on imake
  - Remove pkg-plist in favour of make variables
  - Trim Makefile headers
  
  PR:		ports/172143
  Submitted by:	Anton Shterenlikht <mexas@bristol.ac.uk>
  Feature safe:	yes

Deleted:
  head/astro/xearth/pkg-plist
Modified:
  head/astro/xearth/Makefile   (contents, props changed)
  head/astro/xearth/distinfo   (contents, props changed)
  head/astro/xearth/pkg-descr   (contents, props changed)

Modified: head/astro/xearth/Makefile
==============================================================================
--- head/astro/xearth/Makefile	Mon Oct 15 09:42:09 2012	(r305909)
+++ head/astro/xearth/Makefile	Mon Oct 15 12:03:40 2012	(r305910)
@@ -1,34 +1,30 @@
-# New ports collection makefile for:    xearth
-# Date created:         29 October 1994
-# Whom:                 piero
-#
+# Created by: Piero Serini <piero@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	xearth
-PORTVERSION=	1.1
-PORTREVISION=	2
+PORTVERSION=	1.2
 CATEGORIES=	astro geography
-MASTER_SITES=	XCONTRIB/applications \
-		http://seis.bris.ac.uk/~mexas/ \
-		LOCAL/simon
+MASTER_SITES=	http://seis.bris.ac.uk/~mexas/ \
+		LOCAL/madpilot/xearth
 
 MAINTAINER=	mexas@bristol.ac.uk
 COMMENT=	Set the root window to the image of earth
 
-BUILD_DEPENDS=	imake:${PORTSDIR}/devel/imake
-
 USE_XORG=	x11 xext sm ice xt
+USE_XZ=		yes
 MAN1=		xearth.1
+PLIST_FILES=	bin/xearth \
+		lib/X11/xearth/freebsd.committers.markers \
+		lib/X11/xearth/freebsd.ftp.markers \
+		lib/X11/xearth/freebsd.submitters.markers
+PLIST_DIRS=	lib/X11/xearth
 
-pre-build:
-	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${XMKMF}
-
-post-install:
-	@${MKDIR} ${PREFIX}/lib/X11/xearth
+do-install:
+	@${INSTALL_PROGRAM} ${WRKSRC}/xearth ${PREFIX}/bin
 	@${INSTALL_MAN} ${WRKSRC}/xearth.man ${MANPREFIX}/man/man1/xearth.1
+	@${MKDIR} ${PREFIX}/lib/X11/xearth
 # Copy the list of FreeBSD sites & committers locations
-.for marker in freebsd.committers.markers freebsd.submitters.markers freebsd.ftp.markers
+.for marker in freebsd.committers.markers freebsd.ftp.markers freebsd.submitters.markers
 	@${INSTALL_DATA} ${FILESDIR}/${marker} ${PREFIX}/lib/X11/xearth
 .endfor
 

Modified: head/astro/xearth/distinfo
==============================================================================
--- head/astro/xearth/distinfo	Mon Oct 15 09:42:09 2012	(r305909)
+++ head/astro/xearth/distinfo	Mon Oct 15 12:03:40 2012	(r305910)
@@ -1,2 +1,2 @@
-SHA256 (xearth-1.1.tar.gz) = bcb1407cc35b3f6dd3606b2c6072273b6a912cbd9ed1ae22fb2d26694541309c
-SIZE (xearth-1.1.tar.gz) = 157887
+SHA256 (xearth-1.2.tar.xz) = fdbe24111fbb05ef1d554643ae189696a8a7a2c28d69d6be475ad1c39f8b0daf
+SIZE (xearth-1.2.tar.xz) = 241816

Modified: head/astro/xearth/pkg-descr
==============================================================================
--- head/astro/xearth/pkg-descr	Mon Oct 15 09:42:09 2012	(r305909)
+++ head/astro/xearth/pkg-descr	Mon Oct 15 12:03:40 2012	(r305910)
@@ -6,7 +6,9 @@ time between updates can be changed with
 Xearth  can  also  render  directly into PPM and GIF files
 instead of drawing in the root window.
 
-There are two additional marker files installed in
+WWW: http://xearth.org
+
+There are three additional marker files installed in
 /usr/local/lib/X11/xearth which specify the locations of
 various FreeBSD people and places:
 



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