Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Oct 2015 00:55:24 +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: r400084 - head/graphics/waifu2x-converter-cpp
Message-ID:  <201510240055.t9O0tOvJ084268@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Oct 24 00:55:24 2015
New Revision: 400084
URL: https://svnweb.freebsd.org/changeset/ports/400084

Log:
  graphics/waifu2x-converter-cpp: update to 1.0.0.318
  
  Changes:	https://github.com/tanakamura/waifu2x-converter-cpp/compare/a5228c5...ddb865a

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	Sat Oct 24 00:49:09 2015	(r400083)
+++ head/graphics/waifu2x-converter-cpp/Makefile	Sat Oct 24 00:55:24 2015	(r400084)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	waifu2x-converter-cpp
-DISTVERSION=	1.0.0-282
-DISTVERSIONSUFFIX=	-ga5228c5
+DISTVERSION=	1.0.0-318
+DISTVERSIONSUFFIX=	-gddb865a
 CATEGORIES=	graphics
 MASTER_SITES=	https://aur.archlinux.org/cgit/aur.git/plain/:manpage
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
@@ -45,7 +45,7 @@ OPTIONS_DEFINE=	DOCS SIMD
 OPTIONS_DEFAULT=SIMD
 
 DOCS_CMAKE_ON=	-DINSTALL_DOCS=on
-SIMD_CMAKE_OFF=	-DX86OPT=off
+SIMD_CMAKE_OFF=	-DARMOPT=off -DX86OPT=off
 
 post-extract:
 	@${GZCAT} ${_DISTDIR}/${DISTFILES:M*\:manpage:C/:.*//} \

Modified: head/graphics/waifu2x-converter-cpp/distinfo
==============================================================================
--- head/graphics/waifu2x-converter-cpp/distinfo	Sat Oct 24 00:49:09 2015	(r400083)
+++ head/graphics/waifu2x-converter-cpp/distinfo	Sat Oct 24 00:55:24 2015	(r400084)
@@ -1,4 +1,4 @@
-SHA256 (tanakamura-waifu2x-converter-cpp-1.0.0-282-ga5228c5_GH0.tar.gz) = 580f78a00604d5e581817d13cc0dbc8607e0946918c0ec96b8dab0ebfe2d8fd8
-SIZE (tanakamura-waifu2x-converter-cpp-1.0.0-282-ga5228c5_GH0.tar.gz) = 14851220
+SHA256 (tanakamura-waifu2x-converter-cpp-1.0.0-318-gddb865a_GH0.tar.gz) = 29ced03d2ab9acc93c42f7520b3d5ef7a25dce4fda5eef3d2e30c1c433d1dac8
+SIZE (tanakamura-waifu2x-converter-cpp-1.0.0-318-gddb865a_GH0.tar.gz) = 14859365
 SHA256 (waifu2x.1.gz?h=waifu2x-git&id=5c150a5) = bfad3e87e43f20573ab068c386e150f93fb4cc37400b8f4aaf4734c9afbd1489
 SIZE (waifu2x.1.gz?h=waifu2x-git&id=5c150a5) = 1242



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510240055.t9O0tOvJ084268>