Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Feb 2021 16:38:12 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r566166 - head/games/jumpnbump
Message-ID:  <202102201638.11KGcCut012496@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Feb 20 16:38:11 2021
New Revision: 566166
URL: https://svnweb.freebsd.org/changeset/ports/566166

Log:
  games/jumpnbump: add upstream fix for duplicate symbols
  
  Obtained from:	https://gitlab.com/LibreGames/jumpnbump/-/commit/b72b70a4233776bdaa6a683c89af2becefd53bd6

Modified:
  head/games/jumpnbump/Makefile
  head/games/jumpnbump/distinfo

Modified: head/games/jumpnbump/Makefile
==============================================================================
--- head/games/jumpnbump/Makefile	Sat Feb 20 16:38:04 2021	(r566165)
+++ head/games/jumpnbump/Makefile	Sat Feb 20 16:38:11 2021	(r566166)
@@ -7,14 +7,14 @@ PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	https://gitlab.com/LibreGames/jumpnbump/repository/${PORTVERSION}/archive.tar.bz2?dummy=/
 
+PATCH_SITES=	https://gitlab.com/LibreGames/jumpnbump/-/commit/
+PATCHFILES=	b72b70a4233776bdaa6a683c89af2becefd53bd6.diff:-p1
+
 MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Play cute bunnies jumping on each other's heads #'
 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
-
-BROKEN_FreeBSD_13=	ld: error: duplicate symbol: endscore_reached
-BROKEN_FreeBSD_14=	ld: error: duplicate symbol: endscore_reached
 
 USES=		compiler:c11 gettext-tools gmake sdl shebangfix tar:bzip2
 SHEBANG_FILES=	${WRKSRC}/menu/jumpnbump_menu.py.pre

Modified: head/games/jumpnbump/distinfo
==============================================================================
--- head/games/jumpnbump/distinfo	Sat Feb 20 16:38:04 2021	(r566165)
+++ head/games/jumpnbump/distinfo	Sat Feb 20 16:38:11 2021	(r566166)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1574265214
+TIMESTAMP = 1613838535
 SHA256 (jumpnbump-1.61.tar.bz2) = b6da729d4a7bdea81210b69cbf4d1f472b3aadf879d3e7b794b0fd70e5f291db
 SIZE (jumpnbump-1.61.tar.bz2) = 377685
+SHA256 (b72b70a4233776bdaa6a683c89af2becefd53bd6.diff) = 60adc26e959b161ff22a459ff849f11c87033bd36a501269f4a23826c5238bc7
+SIZE (b72b70a4233776bdaa6a683c89af2becefd53bd6.diff) = 2045



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102201638.11KGcCut012496>