Date: Fri, 31 Aug 2018 11:23:33 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478547 - head/multimedia/shotcut Message-ID: <201808311123.w7VBNXF7032053@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Fri Aug 31 11:23:33 2018 New Revision: 478547 URL: https://svnweb.freebsd.org/changeset/ports/478547 Log: Fix build with Qt 5.11 PR: 230884 Obtained from: upstream Modified: head/multimedia/shotcut/Makefile head/multimedia/shotcut/distinfo Modified: head/multimedia/shotcut/Makefile ============================================================================== --- head/multimedia/shotcut/Makefile Fri Aug 31 11:10:07 2018 (r478546) +++ head/multimedia/shotcut/Makefile Fri Aug 31 11:23:33 2018 (r478547) @@ -6,6 +6,9 @@ DISTVERSIONPREFIX= v PORTREVISION= 6 CATEGORIES= multimedia +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= f304b7403cc7.patch:-p1 + MAINTAINER= avilla@FreeBSD.org COMMENT= Free, open source, cross-platform video editor Modified: head/multimedia/shotcut/distinfo ============================================================================== --- head/multimedia/shotcut/distinfo Fri Aug 31 11:10:07 2018 (r478546) +++ head/multimedia/shotcut/distinfo Fri Aug 31 11:23:33 2018 (r478547) @@ -1,3 +1,5 @@ -TIMESTAMP = 1488270629 +TIMESTAMP = 1535711386 SHA256 (mltframework-shotcut-v17.02_GH0.tar.gz) = 19e2812c72c34d87317f56f0e1ad07de1e19b295865dfcc67078bbd4c37fde26 SIZE (mltframework-shotcut-v17.02_GH0.tar.gz) = 3729420 +SHA256 (f304b7403cc7.patch) = b825b672fbcff49eefbf945f1bf30e8bff69b8e09da84a6d82f4f04c11b94a05 +SIZE (f304b7403cc7.patch) = 938
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808311123.w7VBNXF7032053>