svn commit: r457594 - head/games/oolite

Guido Falsi madpilot at FreeBSD.org
Sat Dec 30 09:43:40 UTC 2017


Author: madpilot
Date: Sat Dec 30 09:43:39 2017
New Revision: 457594
URL: https://svnweb.freebsd.org/changeset/ports/457594

Log:
  - Update games/oolite to 1.86
  - Removed unneeded bsd.port.pre/post separation
  
  PR:		223389
  Submitted by:	lightside at gmx.com

Modified:
  head/games/oolite/Makefile
  head/games/oolite/distinfo

Modified: head/games/oolite/Makefile
==============================================================================
--- head/games/oolite/Makefile	Sat Dec 30 09:11:07 2017	(r457593)
+++ head/games/oolite/Makefile	Sat Dec 30 09:43:39 2017	(r457594)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=		oolite
-PORTVERSION=		1.84
-PORTREVISION=	5
+PORTVERSION=		1.86
 CATEGORIES=		games gnustep
-MASTER_SITES=		https://github.com/OoliteProject/oolite/releases/download/1.84/
+MASTER_SITES=		https://github.com/OoliteProject/oolite/releases/download/1.86/
 DISTNAME=		${PORTNAME}-source-${PORTVERSION}
 DIST_SUBDIR=		oolite
 
@@ -56,8 +55,6 @@ BROKEN_aarch64=		fails to configure: error: These comp
 BROKEN_armv6=		fails to compile: your compiler does not follow the C++ specification for temporary object destruction order
 BROKEN_armv7=		fails to compile: your compiler does not follow the C++ specification for temporary object destruction order
 
-.include <bsd.port.pre.mk>
-
 post-patch: .SILENT
 	${REINPLACE_CMD} -e 's/GNUSTEP_USER_ROOT/GNUSTEP_LOCAL_ROOT/ ; \
 		s/sdl-config/$${SDL_CONFIG}/ ; \
@@ -82,4 +79,4 @@ do-install:
 		${STAGEDIR}${PREFIX}/share/pixmaps
 	(cd ${WRKSRC}/Doc && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR})
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/games/oolite/distinfo
==============================================================================
--- head/games/oolite/distinfo	Sat Dec 30 09:11:07 2017	(r457593)
+++ head/games/oolite/distinfo	Sat Dec 30 09:43:39 2017	(r457594)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1468900340
-SHA256 (oolite/oolite-source-1.84.tar.bz2) = 2ea317dde0615969d1704ee19c8df1d52bee1c87762ebd1e466b5d34f3161e2c
-SIZE (oolite/oolite-source-1.84.tar.bz2) = 139707159
+TIMESTAMP = 1508936871
+SHA256 (oolite/oolite-source-1.86.tar.bz2) = 9f99c72f433fbbad972abdac5104775b29994d73c0b35f05130b31522b70ec9a
+SIZE (oolite/oolite-source-1.86.tar.bz2) = 144561828


More information about the svn-ports-head mailing list