Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Dec 2019 15:25:16 +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: r520333 - head/graphics/waifu2x-converter-cpp
Message-ID:  <201912171525.xBHFPGAO029475@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Dec 17 15:25:16 2019
New Revision: 520333
URL: https://svnweb.freebsd.org/changeset/ports/520333

Log:
  graphics/waifu2x-converter-cpp: fix SIMD default on powerpc
  
  Reported by:	pkubaj

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 15:03:03 2019	(r520332)
+++ head/graphics/waifu2x-converter-cpp/Makefile	Tue Dec 17 15:25:16 2019	(r520333)
@@ -3,12 +3,12 @@
 PORTNAME=	waifu2x-converter-cpp
 DISTVERSIONPREFIX=	v
 DISTVERSION=	5.3.3
-PORTREVISION=	1
+PORTREVISION=	2
 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+=	6aae91ffc537.patch:-p1 # https://github.com/DeadSix27/waifu2x-converter-cpp/pull/216
+PATCHFILES+=	318c254dde60.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

Modified: head/graphics/waifu2x-converter-cpp/distinfo
==============================================================================
--- head/graphics/waifu2x-converter-cpp/distinfo	Tue Dec 17 15:03:03 2019	(r520332)
+++ head/graphics/waifu2x-converter-cpp/distinfo	Tue Dec 17 15:25:16 2019	(r520333)
@@ -3,7 +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 (6aae91ffc537.patch) = bc9a596408892fef64b185b36dd86a4ff98038dbf49fc3cb836952fb3b4b7972
-SIZE (6aae91ffc537.patch) = 3009
+SHA256 (318c254dde60.patch) = 0197c91a6faadd46b439e6620fe4c59bf7ba6ab489903cde0baa0a75bbf1ce70
+SIZE (318c254dde60.patch) = 3518
 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?201912171525.xBHFPGAO029475>