Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2014 02:51:43 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/187065: astro/rmap: Update MASTER_SITES and WWW: line
Message-ID:  <20140226025143.8cee7905bade66f849418b0b@yahoo.com>
Resent-Message-ID: <201402251810.s1PIA8Rw042628@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         187065
>Category:       ports
>Synopsis:       astro/rmap: Update MASTER_SITES and WWW: line
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 25 18:10:08 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p7 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES and WWW: line
- Add LICENSE
- Support PLIST_FILES

Remove file:
pkg-plist

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/astro/rmap/Makefile astro/rmap/Makefile
--- /usr/ports/astro/rmap/Makefile	2014-02-08 04:12:03.000000000 +0900
+++ astro/rmap/Makefile	2014-02-26 00:00:00.000000000 +0900
@@ -5,20 +5,23 @@
 PORTVERSION=	1.2
 PORTREVISION=	12
 CATEGORIES=	astro geography
-MASTER_SITES=	http://www.reza.net/rmap/
+MASTER_SITES=	http://reza.net/rmap/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Generates images of the Earth centered at a particular location
 
-DEPRECATED=	No more public distfiles
-EXPIRATION_DATE=	2014-03-07
+LICENCE=	GPLv2 # (or later)
 
 LIB_DEPENDS=	libgd.so:${PORTSDIR}/graphics/gd
 
-GNU_CONFIGURE=	yes
 USES=		gmake
+GNU_CONFIGURE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
-CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
+LDFLAGS+=	-L${LOCALBASE}/lib
+
+PLIST_FILES=	bin/rmap man/man1/rmap.1.gz %%DATADIR%%/earth.rez \
+		%%DATADIR%%/rmap.colors
+PLIST_DIRS=	%%DATADIR%%
 
 .include <bsd.port.mk>
diff -urN /usr/ports/astro/rmap/pkg-descr astro/rmap/pkg-descr
--- /usr/ports/astro/rmap/pkg-descr	2014-01-23 03:29:38.000000000 +0900
+++ astro/rmap/pkg-descr	2014-02-26 00:00:00.000000000 +0900
@@ -1,7 +1,8 @@
-This program generates, but does not display, image files containing raster
-maps of the Earth.  It includes public-domain, vector data from which they
-are drawn, describing the continents, bodies of water, boundaries of
-countries and U.S. states, and a few cities.  Command-line options allow
-centering the maps at a particular latitude and longitude and zooming in.
+This program generates, but does not display, image files containing
+raster maps of the Earth. It includes public-domain, vector data from
+which they are drawn, describing the continents, bodies of water,
+boundaries of countries and U.S. states, and a few cities. Command-line
+options allow centering the maps at a particular latitude and longitude
+and zooming in.
 
-WWW: http://www.reza.net/rmap/
+WWW: http://reza.net/cms/index.php?page=rmap_-_Global_Vector-Based_Mapping_Software
diff -urN /usr/ports/astro/rmap/pkg-plist astro/rmap/pkg-plist
--- /usr/ports/astro/rmap/pkg-plist	2014-01-23 03:29:38.000000000 +0900
+++ astro/rmap/pkg-plist	1970-01-01 09:00:00.000000000 +0900
@@ -1,5 +0,0 @@
-bin/rmap
-man/man1/rmap.1.gz
-%%DATADIR%%/earth.rez
-%%DATADIR%%/rmap.colors
-@dirrm %%DATADIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:



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