pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Update pioneer to the latest version.



Module Name:	pkgsrc-wip
Committed By:	Christian Koch <cfkoch%edgebsd.org@localhost>
Pushed By:	cfkoch
Date:		Tue Feb 9 00:51:45 2016 -0800
Changeset:	d44ed742778f192dea1e18f663a0b83ca51bc3ce

Modified Files:
	pioneer/Makefile
	pioneer/distinfo
Removed Files:
	pioneer/patches/patch-src_posix_OSPosix.cpp

Log Message:
Update pioneer to the latest version.

The patches/ dir is no longer needed; that patch was committed upstream.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d44ed742778f192dea1e18f663a0b83ca51bc3ce

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 pioneer/Makefile                            |  2 +-
 pioneer/distinfo                            |  7 +++----
 pioneer/patches/patch-src_posix_OSPosix.cpp | 12 ------------
 3 files changed, 4 insertions(+), 17 deletions(-)

diffs:
diff --git a/pioneer/Makefile b/pioneer/Makefile
index 53f5a0b..cc7f540 100644
--- a/pioneer/Makefile
+++ b/pioneer/Makefile
@@ -5,7 +5,7 @@ PKGNAME=	pioneer-${VERSION}
 VERSION=	${GITHUB_TAG}
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=pioneerspacesim/}
-GITHUB_TAG=	20160116
+GITHUB_TAG=	20160205
 
 MAINTAINER=	cfkoch%edgebsd.org@localhost
 HOMEPAGE=	http://pioneerspacesim.net/
diff --git a/pioneer/distinfo b/pioneer/distinfo
index 3125a5f..adf94fe 100644
--- a/pioneer/distinfo
+++ b/pioneer/distinfo
@@ -1,6 +1,5 @@
 $NetBSD$
 
-SHA1 (pioneer-20160116.tar.gz) = 3cc60650cbc86243009882e5f33f11ef9b85232c
-RMD160 (pioneer-20160116.tar.gz) = 186456206ba95e754259ecbeda7eabcbb738876d
-Size (pioneer-20160116.tar.gz) = 187179897 bytes
-SHA1 (patch-src_posix_OSPosix.cpp) = 2128a056e52c8d16f5055ec54244976fda5551d4
+SHA1 (pioneer-20160205.tar.gz) = 5a18ea18bd854bd91762c26779c350423ec472d9
+RMD160 (pioneer-20160205.tar.gz) = a1c40f14dcb480bf42eaa6375050195ccfae26e8
+Size (pioneer-20160205.tar.gz) = 187188185 bytes
diff --git a/pioneer/patches/patch-src_posix_OSPosix.cpp b/pioneer/patches/patch-src_posix_OSPosix.cpp
deleted file mode 100644
index 1889590..0000000
--- a/pioneer/patches/patch-src_posix_OSPosix.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD$
---- ./src/posix/OSPosix.cpp.orig	2016-01-19 02:28:31.000000000 -0800
-+++ ./src/posix/OSPosix.cpp	2016-01-19 02:29:40.000000000 -0800
-@@ -107,7 +107,7 @@
- 	}
- 
- 	char infoString[2048];
--#if defined(__APPLE__)
-+#if !defined(_GNU_SOURCE)
- 	snprintf(infoString, 2048, "System Name: %s\nHost Name: %s\nRelease(Kernel) Version: %s\nKernel Build Timestamp: %s\nMachine Arch: %s\n",
- 		uts.sysname, uts.nodename, uts.release, uts.version, uts.machine);
- #else


Home | Main Index | Thread Index | Old Index