Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Dec 2020 22:50:51 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557093 - head/games/rlvm
Message-ID:  <202012052250.0B5MopsL034414@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Dec  5 22:50:50 2020
New Revision: 557093
URL: https://svnweb.freebsd.org/changeset/ports/557093

Log:
  devel/rlvm: update to 0.14.75
  
  Changes:	https://github.com/eglaysher/rlvm/compare/9350209...975e740c

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

Modified: head/games/rlvm/Makefile
==============================================================================
--- head/games/rlvm/Makefile	Sat Dec  5 22:50:45 2020	(r557092)
+++ head/games/rlvm/Makefile	Sat Dec  5 22:50:50 2020	(r557093)
@@ -2,15 +2,10 @@
 
 PORTNAME=	rlvm
 DISTVERSIONPREFIX=	release-
-DISTVERSION=	0.14-67
-DISTVERSIONSUFFIX=	-g9350209
-PORTREVISION=	23
+DISTVERSION=	0.14-75
+DISTVERSIONSUFFIX=	-g975e740c
 CATEGORIES=	games
 
-PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
-PATCHFILES=	fb627bad9129.patch:-p1
-PATCHFILES+=	97c808194c56.patch:-p1 # https://github.com/eglaysher/rlvm/pull/89
-
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	RealLive virtual machine clone
 
@@ -21,7 +16,8 @@ BROKEN_FreeBSD_11_powerpc64=	fails to link on powerpc6
 BROKEN_FreeBSD_12_powerpc64=	fails to link on powerpc64 elfv1: gcn_platform.cc: undefined reference to gcn::Exception::Exception
 
 BUILD_DEPENDS=	${LOCALBASE}/include/utf8.h:devel/utf8cpp
-LIB_DEPENDS=	libvorbisfile.so:audio/libvorbis \
+LIB_DEPENDS=	libsndfile.so:audio/libsndfile \
+		libvorbisfile.so:audio/libvorbis \
 		libboost_serialization.so:devel/boost-libs \
 		libguichan.so:devel/guichan
 RUN_DEPENDS=	${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu

Modified: head/games/rlvm/distinfo
==============================================================================
--- head/games/rlvm/distinfo	Sat Dec  5 22:50:45 2020	(r557092)
+++ head/games/rlvm/distinfo	Sat Dec  5 22:50:50 2020	(r557093)
@@ -1,7 +1,3 @@
-TIMESTAMP = 1475126655
-SHA256 (eglaysher-rlvm-release-0.14-67-g9350209_GH0.tar.gz) = 70a48aeca8e9298c1c5d3e4c7c4d9abd49bfc96e1afad5f2141039feb304df50
-SIZE (eglaysher-rlvm-release-0.14-67-g9350209_GH0.tar.gz) = 1895634
-SHA256 (fb627bad9129.patch) = a949dc649fac6cdff44ddf7f76480de82035b979b4bf8d959ae07ab648c5589d
-SIZE (fb627bad9129.patch) = 837
-SHA256 (97c808194c56.patch) = 8d2e8acf8bcb1f8fd5c78373dbea29036ccee1947a31ea99ae92af72b8ca84fd
-SIZE (97c808194c56.patch) = 6788
+TIMESTAMP = 1580529853
+SHA256 (eglaysher-rlvm-release-0.14-75-g975e740c_GH0.tar.gz) = ecac97ae2098f6e4aa8f81d7ad10882e4947e6491e79ed265d240115d3f205fc
+SIZE (eglaysher-rlvm-release-0.14-75-g975e740c_GH0.tar.gz) = 1905520



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