Date: Tue, 17 Dec 2019 00:53:23 +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: r520291 - head/graphics/waifu2x-converter-cpp Message-ID: <201912170053.xBH0rN3Z014472@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Tue Dec 17 00:53:22 2019 New Revision: 520291 URL: https://svnweb.freebsd.org/changeset/ports/520291 Log: graphics/waifu2x-converter-cpp: store OpenCL cache under ~/.waifux Modified: head/graphics/waifu2x-converter-cpp/Makefile (contents, props changed) head/graphics/waifu2x-converter-cpp/distinfo (contents, props changed) Modified: head/graphics/waifu2x-converter-cpp/Makefile ============================================================================== --- head/graphics/waifu2x-converter-cpp/Makefile Tue Dec 17 00:53:08 2019 (r520290) +++ head/graphics/waifu2x-converter-cpp/Makefile Tue Dec 17 00:53:22 2019 (r520291) @@ -3,11 +3,13 @@ PORTNAME= waifu2x-converter-cpp DISTVERSIONPREFIX= v DISTVERSION= 5.3.3 +PORTREVISION= 1 CATEGORIES= graphics PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 858fed6eac1d.patch:-p1 # https://github.com/DeadSix27/waifu2x-converter-cpp/pull/215 -PATCHFILES+= bd29da31a194.patch:-p1 # https://github.com/DeadSix27/waifu2x-converter-cpp/pull/216 +PATCHFILES+= 6aae91ffc537.patch:-p1 # https://github.com/DeadSix27/waifu2x-converter-cpp/pull/216 +PATCHFILES+= 728310bb4630.patch:-p1 # https://github.com/DeadSix27/waifu2x-converter-cpp/pull/217 MAINTAINER= jbeich@FreeBSD.org COMMENT= Scale and denoise images using convolutional neural networks Modified: head/graphics/waifu2x-converter-cpp/distinfo ============================================================================== --- head/graphics/waifu2x-converter-cpp/distinfo Tue Dec 17 00:53:08 2019 (r520290) +++ head/graphics/waifu2x-converter-cpp/distinfo Tue Dec 17 00:53:22 2019 (r520291) @@ -3,5 +3,7 @@ SHA256 (DeadSix27-waifu2x-converter-cpp-v5.3.3_GH0.tar SIZE (DeadSix27-waifu2x-converter-cpp-v5.3.3_GH0.tar.gz) = 12531204 SHA256 (858fed6eac1d.patch) = bc1e9c80fbf5b59a4e1630ddc561b839ce66315c4e0a8228b2fea765dce90a09 SIZE (858fed6eac1d.patch) = 4160 -SHA256 (bd29da31a194.patch) = 594fa41d07b9de11fffb9ceb676d7ebdc437c3d4d3abb7c34687bcde42a59111 -SIZE (bd29da31a194.patch) = 3007 +SHA256 (6aae91ffc537.patch) = bc9a596408892fef64b185b36dd86a4ff98038dbf49fc3cb836952fb3b4b7972 +SIZE (6aae91ffc537.patch) = 3009 +SHA256 (728310bb4630.patch) = 67bbb72aea3e24865ffc6a3e628f961fb524a18322ccd28395c73d066b3cf983 +SIZE (728310bb4630.patch) = 2587
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912170053.xBH0rN3Z014472>