Date: Wed, 2 Dec 2015 03:25:18 +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: r402807 - head/graphics/waifu2x-converter-cpp Message-ID: <201512020325.tB23PIaZ005642@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed Dec 2 03:25:18 2015 New Revision: 402807 URL: https://svnweb.freebsd.org/changeset/ports/402807 Log: graphics/waifu2x-converter-cpp: update to 1.0.0.400 Changes: https://github.com/tanakamura/waifu2x-converter-cpp/compare/007e7b1...6dbdc24 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 Wed Dec 2 01:26:49 2015 (r402806) +++ head/graphics/waifu2x-converter-cpp/Makefile Wed Dec 2 03:25:18 2015 (r402807) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= waifu2x-converter-cpp -DISTVERSION= 1.0.0-377 -DISTVERSIONSUFFIX= -g007e7b1 +DISTVERSION= 1.0.0-400 +DISTVERSIONSUFFIX= -g6dbdc24 CATEGORIES= graphics MASTER_SITES= https://aur.archlinux.org/cgit/aur.git/plain/:manpage DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -52,11 +52,10 @@ post-extract: >${WRKDIR}/${PORTNAME}.1 post-patch: - @${REINPLACE_CMD} -e 's,-O2,,; /SYMBOL/s,-s,,' \ + @${REINPLACE_CMD} -e '/Darwin/,/FLAGS_RELEASE/d' \ + -e 's,".*\(-m[^[:space:]]*\).*","\1",' \ + -e 's/$${TS}/${DISTVERSIONFULL}/' \ ${WRKSRC}/CMakeLists.txt - @${REINPLACE_CMD} \ - -e '/CmdLine/s,[^"]*"),${DISTVERSIONFULL}"),' \ - ${WRKSRC}/src/main.cpp # Undo AUR rename and use version from |git describe --tags| @${REINPLACE_CMD} -e '/AUTHORS/,$$! { /\.B mai/! \ s,${PORTNAME:C/-.*//},${PORTNAME},; }' \ Modified: head/graphics/waifu2x-converter-cpp/distinfo ============================================================================== --- head/graphics/waifu2x-converter-cpp/distinfo Wed Dec 2 01:26:49 2015 (r402806) +++ head/graphics/waifu2x-converter-cpp/distinfo Wed Dec 2 03:25:18 2015 (r402807) @@ -1,4 +1,4 @@ -SHA256 (tanakamura-waifu2x-converter-cpp-1.0.0-377-g007e7b1_GH0.tar.gz) = 6dab337f83e088889f10444da9ceb87153d91d3edc60fc91410896dc6f0cff29 -SIZE (tanakamura-waifu2x-converter-cpp-1.0.0-377-g007e7b1_GH0.tar.gz) = 14870285 +SHA256 (tanakamura-waifu2x-converter-cpp-1.0.0-400-g6dbdc24_GH0.tar.gz) = d99c35b67ea27c75876fee669a48ea97c56f98d06c591b9b2e017e132db3c8f1 +SIZE (tanakamura-waifu2x-converter-cpp-1.0.0-400-g6dbdc24_GH0.tar.gz) = 14875056 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?201512020325.tB23PIaZ005642>