Date: Sat, 31 Jul 2021 13:48:40 GMT From: Ashish SHUKLA <ashish@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: db6a8461c4d7 - main - textproc/ugrep: Update to 3.3.6 Message-ID: <202107311348.16VDmeb6020691@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ashish: URL: https://cgit.FreeBSD.org/ports/commit/?id=db6a8461c4d70919147193c8fec286f0c55e8aea commit db6a8461c4d70919147193c8fec286f0c55e8aea Author: Ashish SHUKLA <ashish@FreeBSD.org> AuthorDate: 2021-07-31 13:47:02 +0000 Commit: Ashish SHUKLA <ashish@FreeBSD.org> CommitDate: 2021-07-31 13:48:12 +0000 textproc/ugrep: Update to 3.3.6 - Switch couple of enabled by default options to only be passed on configure command-line when off --- textproc/ugrep/Makefile | 10 +++++----- textproc/ugrep/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/textproc/ugrep/Makefile b/textproc/ugrep/Makefile index 19d742d60330..593f0a53add9 100644 --- a/textproc/ugrep/Makefile +++ b/textproc/ugrep/Makefile @@ -1,6 +1,6 @@ PORTNAME= ugrep DISTVERSIONPREFIX= v -DISTVERSION= 3.3.4 +DISTVERSION= 3.3.6 CATEGORIES= textproc MAINTAINER= ashish@FreeBSD.org @@ -30,13 +30,13 @@ PCRE2_LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ LZ4_CONFIGURE_WITH= lz4=${LOCALBASE} LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 NEON_DESC= ARM NEON/AArch64 optimizations -NEON_CONFIGURE_ENABLE= neon -AVX_CONFIGURE_ENABLE= avx +NEON_CONFIGURE_OFF= --disable-neon +AVX_CONFIGURE_OFF= --disable-avx AVX_DESC= AVX optimizations -SSE2_CONFIGURE_ENABLE= sse2 +SSE2_CONFIGURE_OFF= --disable-sse2 SSE2_DESC= SSE2 optimizations COLOR_DESC= Colorized output by default -COLOR_CONFIGURE_ENABLE= color +COLOR_CONFIGURE_OFF= --disable-auto-color PRETTY_DESC= Pretty output by default PRETTY_CONFIGURE_ENABLE= pretty PAGER_DESC= Pager enabled by default diff --git a/textproc/ugrep/distinfo b/textproc/ugrep/distinfo index c10014d5b11a..c529e58bc8d7 100644 --- a/textproc/ugrep/distinfo +++ b/textproc/ugrep/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625304007 -SHA256 (Genivia-ugrep-v3.3.4_GH0.tar.gz) = b5eca59aa67020052e5f796dfaddc1cb30ee9dd6e4cd89fb5cde1e3f110584ff -SIZE (Genivia-ugrep-v3.3.4_GH0.tar.gz) = 4275721 +TIMESTAMP = 1627735471 +SHA256 (Genivia-ugrep-v3.3.6_GH0.tar.gz) = a536375252af0fb82b296b238cc3e45851f526283a333ce41390500e03a42e24 +SIZE (Genivia-ugrep-v3.3.6_GH0.tar.gz) = 4283624
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107311348.16VDmeb6020691>