svn commit: r497001 - branches/2019Q1/games/openbor

Jan Beich jbeich at FreeBSD.org
Thu Mar 28 00:40:39 UTC 2019


Author: jbeich
Date: Thu Mar 28 00:40:37 2019
New Revision: 497001
URL: https://svnweb.freebsd.org/changeset/ports/497001

Log:
  MFH: r496609 r496996
  
  games/openbor: update to 6978
  
  Changes:	https://github.com/DCurrent/openbor/compare/ba3df39f...f5d92c5f
  Approved by:	ports-secteam (feld, implicit for snapshots)

Modified:
  branches/2019Q1/games/openbor/Makefile
  branches/2019Q1/games/openbor/distinfo
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/games/openbor/Makefile
==============================================================================
--- branches/2019Q1/games/openbor/Makefile	Thu Mar 28 00:38:09 2019	(r497000)
+++ branches/2019Q1/games/openbor/Makefile	Thu Mar 28 00:40:37 2019	(r497001)
@@ -2,7 +2,7 @@
 
 PORTNAME=	openbor
 # Hint: svn revision is git rev-list --count ${GH_TAGNAME}
-PORTVERSION?=	6972
+PORTVERSION?=	6978
 .ifndef PKGNAMESUFFIX
 PORTREVISION=	0
 .endif
@@ -31,7 +31,7 @@ PORTSCOUT=	ignore:1
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	DCurrent
-GH_TAGNAME?=	ba3df39f
+GH_TAGNAME?=	f5d92c5f
 
 USES+=		gmake pkgconfig
 .if ${PORTVERSION} < 4433
@@ -89,8 +89,6 @@ post-patch:
 		${WRKSRC}/Makefile
 	@${REINPLACE_CMD} -e 's/\.openbor/.${PKGBASE}/' \
 		${WRKSRC}/sdl/sdlport.c
-	@${REINPLACE_CMD} -e 's/__builtin_unreachable/__unreachable/' \
-		${WRKSRC}/source/gamelib/loadimg.c
 	@${GREP} -Flr 'malloc.h' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \
 		's,malloc\.h,stdlib.h,'
 	@${REINPLACE_CMD} -e 's/^function \(.*\) {/\1() {/' \

Modified: branches/2019Q1/games/openbor/distinfo
==============================================================================
--- branches/2019Q1/games/openbor/distinfo	Thu Mar 28 00:38:09 2019	(r497000)
+++ branches/2019Q1/games/openbor/distinfo	Thu Mar 28 00:40:37 2019	(r497001)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1552664970
-SHA256 (DCurrent-openbor-6972-ba3df39f_GH0.tar.gz) = 3fc498dcf60d87cd016294c1446dc5fb4426dc849ce434c5caabbbe9ad7cf040
-SIZE (DCurrent-openbor-6972-ba3df39f_GH0.tar.gz) = 129042826
+TIMESTAMP = 1553719412
+SHA256 (DCurrent-openbor-6978-f5d92c5f_GH0.tar.gz) = 3b09d20ca795850c446df70235d6dc39723bd8a1a2dd3ba98ebeb80f11e55814
+SIZE (DCurrent-openbor-6978-f5d92c5f_GH0.tar.gz) = 129042951


More information about the svn-ports-all mailing list