Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2020 23:11:05 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532052 - head/multimedia/obs-streamfx
Message-ID:  <202004182311.03INB5Ps012773@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Apr 18 23:11:05 2020
New Revision: 532052
URL: https://svnweb.freebsd.org/changeset/ports/532052

Log:
  multimedia/obs-streamfx: Backport the pull request attempting to unbreak the build on some systems

Modified:
  head/multimedia/obs-streamfx/Makefile
  head/multimedia/obs-streamfx/distinfo

Modified: head/multimedia/obs-streamfx/Makefile
==============================================================================
--- head/multimedia/obs-streamfx/Makefile	Sat Apr 18 22:43:48 2020	(r532051)
+++ head/multimedia/obs-streamfx/Makefile	Sat Apr 18 23:11:05 2020	(r532052)
@@ -2,7 +2,11 @@
 
 PORTNAME=	obs-streamfx
 DISTVERSION=	0.8.0b1
+PORTREVISION=	1
 CATEGORIES=	multimedia
+
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	aafddeda7fffc7261a72401a591098567c43e81b.patch:-p1 # https://github.com/Xaymar/obs-StreamFX/pull/165
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	OBS Studio Plugin: Modern effects

Modified: head/multimedia/obs-streamfx/distinfo
==============================================================================
--- head/multimedia/obs-streamfx/distinfo	Sat Apr 18 22:43:48 2020	(r532051)
+++ head/multimedia/obs-streamfx/distinfo	Sat Apr 18 23:11:05 2020	(r532052)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1586391184
+TIMESTAMP = 1587236133
 SHA256 (Xaymar-obs-StreamFX-0.8.0b1_GH0.tar.gz) = b2c4b06cfd25da86c2854c96137f6518007b15298023f40e03b7fe6e9a65062c
 SIZE (Xaymar-obs-StreamFX-0.8.0b1_GH0.tar.gz) = 368022
+SHA256 (aafddeda7fffc7261a72401a591098567c43e81b.patch) = 950307f784036ee3afad690da430b1e59565527dd72964f3e8f306791bd4b271
+SIZE (aafddeda7fffc7261a72401a591098567c43e81b.patch) = 4485



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