svn commit: r446394 - head/games/pioneer

Jan Beich jbeich at FreeBSD.org
Sat Jul 22 12:17:53 UTC 2017


Author: jbeich
Date: Sat Jul 22 12:17:51 2017
New Revision: 446394
URL: https://svnweb.freebsd.org/changeset/ports/446394

Log:
  games/pioneer: unbreak after r446390
  
  checking for ASSIMP... yes
  checking for ASSIMP version >= 3.2... no
  configure: error: "assimp version >= 3.2 not found. Get it from https://assimp.sourceforge.net/"
  ===>  Script "configure" failed unexpectedly.
  
  PR:		220889
  Pointy hat to:	jbeich
  Obtained from:	upstream
  Approved by:	portmgr blanket

Modified:
  head/games/pioneer/Makefile   (contents, props changed)
  head/games/pioneer/distinfo   (contents, props changed)

Modified: head/games/pioneer/Makefile
==============================================================================
--- head/games/pioneer/Makefile	Sat Jul 22 12:14:04 2017	(r446393)
+++ head/games/pioneer/Makefile	Sat Jul 22 12:17:51 2017	(r446394)
@@ -6,6 +6,9 @@ PORTVERSION=	0.0.${GH_TAGNAME}
 PORTREVISION=	2
 CATEGORIES=	games
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES=	a53fdbe8b046.patch:-p1
+
 MAINTAINER=	lightside at gmx.com
 COMMENT=	Space adventure game set in the Milky Way galaxy
 

Modified: head/games/pioneer/distinfo
==============================================================================
--- head/games/pioneer/distinfo	Sat Jul 22 12:14:04 2017	(r446393)
+++ head/games/pioneer/distinfo	Sat Jul 22 12:17:51 2017	(r446394)
@@ -1,3 +1,5 @@
 TIMESTAMP = 1488555232
 SHA256 (pioneerspacesim-pioneer-0.0.20170304-20170304_GH0.tar.gz) = 45d448a5ac53c9e230522600f03dad7abc70788367d09c3edcb4ae4285050004
 SIZE (pioneerspacesim-pioneer-0.0.20170304-20170304_GH0.tar.gz) = 194776151
+SHA256 (a53fdbe8b046.patch) = f9b438480642ad4a9a71cd976c007bc9c5a0fa82d3dc2d4d0892c1d6e00b78d7
+SIZE (a53fdbe8b046.patch) = 1109


More information about the svn-ports-all mailing list