ports/187065: astro/rmap: Update MASTER_SITES and WWW: line
KATO Tsuguru
tkato432 at yahoo.com
Tue Feb 25 18:10:09 UTC 2014
>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 at 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
- at dirrm %%DATADIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list