Date: Wed, 11 Dec 2019 21:23:27 +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: r519841 - in head/graphics/vapoursynth-fmtconv: . files Message-ID: <201912112123.xBBLNR9Y015254@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed Dec 11 21:23:26 2019 New Revision: 519841 URL: https://svnweb.freebsd.org/changeset/ports/519841 Log: graphics/vapoursynth-fmtconv: update to r22 Changes: https://github.com/EleonoreMizo/fmtconv/releases/tag/r22 Reported by: GitHub (watch releases) Deleted: head/graphics/vapoursynth-fmtconv/files/ Modified: head/graphics/vapoursynth-fmtconv/Makefile (contents, props changed) head/graphics/vapoursynth-fmtconv/distinfo (contents, props changed) Modified: head/graphics/vapoursynth-fmtconv/Makefile ============================================================================== --- head/graphics/vapoursynth-fmtconv/Makefile Wed Dec 11 21:20:22 2019 (r519840) +++ head/graphics/vapoursynth-fmtconv/Makefile Wed Dec 11 21:23:26 2019 (r519841) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= fmtconv -PORTVERSION= r21 +PORTVERSION= r22 CATEGORIES= graphics PKGNAMEPREFIX= vapoursynth- @@ -12,9 +12,6 @@ LICENSE= WTFPL BUILD_DEPENDS= ${LOCALBASE}/include/vapoursynth/VapourSynth.h:multimedia/vapoursynth -ONLY_FOR_ARCHS= amd64 i386 -ONLY_FOR_ARCHS_REASON= https://github.com/EleonoreMizo/fmtconv/issues/8 - USE_GITHUB= yes GH_ACCOUNT= EleonoreMizo @@ -37,7 +34,9 @@ OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's/x86_64/&|amd64/' \ ${WRKSRC}/configure.ac - @${REINPLACE_CMD} -e 's/-O3 //' ${WRKSRC}/Makefile.am + @${REINPLACE_CMD} -e 's/ -O3//' \ + -e 's/ -latomic//' \ + ${WRKSRC}/Makefile.am post-install: (cd ${PATCH_WRKSRC}/doc && ${COPYTREE_SHARE} \ Modified: head/graphics/vapoursynth-fmtconv/distinfo ============================================================================== --- head/graphics/vapoursynth-fmtconv/distinfo Wed Dec 11 21:20:22 2019 (r519840) +++ head/graphics/vapoursynth-fmtconv/distinfo Wed Dec 11 21:23:26 2019 (r519841) @@ -1,3 +1,3 @@ -TIMESTAMP = 1575810155 -SHA256 (EleonoreMizo-fmtconv-r21_GH0.tar.gz) = 0f6726b694f6e8c6d0330c91e68bb3136ddf2d2b53d4448cade9a73c3e3f8ce3 -SIZE (EleonoreMizo-fmtconv-r21_GH0.tar.gz) = 233543 +TIMESTAMP = 1576074577 +SHA256 (EleonoreMizo-fmtconv-r22_GH0.tar.gz) = 0b524b9e2ba9ebb8e5798265679daeef7bd9c568629b0c33d7b27a8a3a51c8f9 +SIZE (EleonoreMizo-fmtconv-r22_GH0.tar.gz) = 236034
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912112123.xBBLNR9Y015254>