diff options
author | roberto <roberto@FreeBSD.org> | 1995-10-01 21:54:50 +0000 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 1995-10-01 21:54:50 +0000 |
commit | 5ce5ecebba9919dcf0c88a49ed84527efbdad07d (patch) | |
tree | 31af13188c59ecc68c4ecd84a7c1d8d00af6d1a6 /astro/xearth | |
parent | 23aee296b031014973eb7fc5dadcbb2f5effbdda (diff) | |
download | FreeBSD-ports-5ce5ecebba9919dcf0c88a49ed84527efbdad07d.zip FreeBSD-ports-5ce5ecebba9919dcf0c88a49ed84527efbdad07d.tar.gz |
Upgrade to 1.0. There no need of the freebsd.h and -freebsd patch as
the -markerfile option now exists. A freebsd.markers is now supplied and
copied in ${PREFIX}/lib/X11.
Diffstat (limited to 'astro/xearth')
-rw-r--r-- | astro/xearth/Makefile | 10 | ||||
-rw-r--r-- | astro/xearth/distinfo | 2 | ||||
-rw-r--r-- | astro/xearth/pkg-comment | 2 | ||||
-rw-r--r-- | astro/xearth/pkg-descr | 5 | ||||
-rw-r--r-- | astro/xearth/pkg-plist | 1 |
5 files changed, 11 insertions, 9 deletions
diff --git a/astro/xearth/Makefile b/astro/xearth/Makefile index 69f89af..baa2b92 100644 --- a/astro/xearth/Makefile +++ b/astro/xearth/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: xearth -# Version required: 0.92 +# Version required: 1.0 # Date created: 29 October 1995 # Whom: piero # -# $Id$ +# $Id: Makefile,v 1.4 1995/04/12 20:31:54 asami Exp $ # -DISTNAME= xearth-0.92 +DISTNAME= xearth-1.0 CATEGORIES+= x11 MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/ USE_IMAKE= yes # Copy the list of FreeBSD sites -pre-patch: - cp ${FILESDIR}/freebsd.h ${WRKSRC} +post-install: + cp ${FILESDIR}/freebsd.markers ${PREFIX}/lib/X11 .include <bsd.port.mk> diff --git a/astro/xearth/distinfo b/astro/xearth/distinfo index 75c04fb..5d93922 100644 --- a/astro/xearth/distinfo +++ b/astro/xearth/distinfo @@ -1 +1 @@ -MD5 (xearth-0.92.tar.gz) = b500455c29e8e1ea5eb45df8ec043e56 +MD5 (xearth-1.0.tar.gz) = 241bb88b946631a9b0de91602a1bb639 diff --git a/astro/xearth/pkg-comment b/astro/xearth/pkg-comment index 046ac24..eac4520 100644 --- a/astro/xearth/pkg-comment +++ b/astro/xearth/pkg-comment @@ -1 +1 @@ -XEarth 0.92 +XEarth 1.0 diff --git a/astro/xearth/pkg-descr b/astro/xearth/pkg-descr index 1628132..3a2d9d0 100644 --- a/astro/xearth/pkg-descr +++ b/astro/xearth/pkg-descr @@ -6,5 +6,6 @@ time between updates can be changed with the -wait option. Xearth can also render directly into PPM and GIF files instead of drawing in the root window. -This version has a new option (-freebsd) that will display -notable FreeBSD sites instead of city names. +There is an additional file called freebsd.markers which +give the location of several FreeBSD core team members and +FTP sites. diff --git a/astro/xearth/pkg-plist b/astro/xearth/pkg-plist index a24aa45..b97635f 100644 --- a/astro/xearth/pkg-plist +++ b/astro/xearth/pkg-plist @@ -1,3 +1,4 @@ @cwd /usr/X11R6 bin/xearth man/man1/xearth.1.gz +lib/X11/freebsd.markers |