diff options
author | adam <adam> | 2004-05-21 10:45:41 +0000 |
---|---|---|
committer | adam <adam> | 2004-05-21 10:45:41 +0000 |
commit | e7b09022d15eb46340044c5dd80e6279236b1f8d (patch) | |
tree | 663433240f80db70034ff61ab5f4928538e85fe4 | |
parent | 6e6f3a6625bb9bd6e20c68d113fe31449cc9b50d (diff) | |
download | pkgsrc-e7b09022d15eb46340044c5dd80e6279236b1f8d.tar.gz |
Changes 1.0.7:
* The native Quicktime library can be used when reading/writing image files on Mac OS X.
* The -hibernate and -idlewait options now work on Mac OS X.
* Fixed a segfault when writing image files.
* Minor updates to allow compilation with gcc 3.4.0.
-rw-r--r-- | x11/xplanet/Makefile | 5 | ||||
-rw-r--r-- | x11/xplanet/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/x11/xplanet/Makefile b/x11/xplanet/Makefile index 004e253fc30..6bf58d176d3 100644 --- a/x11/xplanet/Makefile +++ b/x11/xplanet/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2004/04/26 14:56:01 adam Exp $ -# +# $NetBSD: Makefile,v 1.17 2004/05/21 10:45:41 adam Exp $ -DISTNAME= xplanet-1.0.6 +DISTNAME= xplanet-1.0.7 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xplanet/} diff --git a/x11/xplanet/distinfo b/x11/xplanet/distinfo index 35e05cf8376..fde8856da66 100644 --- a/x11/xplanet/distinfo +++ b/x11/xplanet/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2004/04/26 14:56:01 adam Exp $ +$NetBSD: distinfo,v 1.5 2004/05/21 10:45:41 adam Exp $ -SHA1 (xplanet-1.0.6.tar.gz) = 4eed87bf0b528dc06561d9b6e5fd818948dbc730 -Size (xplanet-1.0.6.tar.gz) = 1169998 bytes +SHA1 (xplanet-1.0.7.tar.gz) = 6dfb14aaa4f0e0ccf224fda4824a5932ae450eb7 +Size (xplanet-1.0.7.tar.gz) = 1175252 bytes |