diff options
author | adam <adam@pkgsrc.org> | 2004-08-06 09:55:38 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-08-06 09:55:38 +0000 |
commit | 749f738317f264db0e33b5d58fc134c4d32f3ffd (patch) | |
tree | de51ef43706f218b225e15b159243b95735d8514 | |
parent | 2b810e7ff19f3195a898b722567dfc2bbac40302 (diff) | |
download | pkgsrc-749f738317f264db0e33b5d58fc134c4d32f3ffd.tar.gz |
Changes 1.1.1:
* Added -north path, -target path, and -path_relative_to options
* Added -output_start_index option
* Print a list of compile-time options when using the --version option
* Fixed a bug where orbits were not drawn for bodies using SPICE kernels
* Added ssec_map option to configuration files to use University of
Wisconsinn cloud maps
-rw-r--r-- | x11/xplanet/Makefile | 4 | ||||
-rw-r--r-- | x11/xplanet/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11/xplanet/Makefile b/x11/xplanet/Makefile index 8d548a7ccc9..94b64136dcb 100644 --- a/x11/xplanet/Makefile +++ b/x11/xplanet/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2004/07/13 08:19:24 adam Exp $ +# $NetBSD: Makefile,v 1.20 2004/08/06 09:55:38 adam Exp $ -DISTNAME= xplanet-1.1.0 +DISTNAME= xplanet-1.1.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xplanet/} diff --git a/x11/xplanet/distinfo b/x11/xplanet/distinfo index 3e972c38abb..7daccc52c3d 100644 --- a/x11/xplanet/distinfo +++ b/x11/xplanet/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2004/07/13 08:19:24 adam Exp $ +$NetBSD: distinfo,v 1.8 2004/08/06 09:55:38 adam Exp $ -SHA1 (xplanet-1.1.0.tar.gz) = d8bc8541a7d235e73355f03c18627491656ee63c -Size (xplanet-1.1.0.tar.gz) = 1176025 bytes +SHA1 (xplanet-1.1.1.tar.gz) = 17c100c350e9f1a972e13491b49564c319a69360 +Size (xplanet-1.1.1.tar.gz) = 1181880 bytes |