Skip to content

Commit

Permalink
textproc/ugrep: Update to 3.3.6
Browse files Browse the repository at this point in the history
 - Switch couple of enabled by default options to only be passed
   on configure command-line when off
  • Loading branch information
wahjava committed Jul 31, 2021
1 parent cbbef1d commit db6a846
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions 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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit db6a846

Please sign in to comment.