From owner-svn-ports-head@freebsd.org Wed Dec 11 21:23:27 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BFC3B1E0D6C; Wed, 11 Dec 2019 21:23:27 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47Y8zz4gGSz4f0w; Wed, 11 Dec 2019 21:23:27 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9B3CC195E9; Wed, 11 Dec 2019 21:23:27 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBBLNRDd015256; Wed, 11 Dec 2019 21:23:27 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBBLNR9Y015254; Wed, 11 Dec 2019 21:23:27 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201912112123.xBBLNR9Y015254@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 11 Dec 2019 21:23:27 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/graphics/vapoursynth-fmtconv: . files X-SVN-Commit-Revision: 519841 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Dec 2019 21:23:27 -0000 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