Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2024 19:48:34 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 07915435f7a1 - main - textproc/groonga: Update version 13.0.4=>13.0.5
Message-ID:  <202404051948.435JmYkm037287@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=07915435f7a12cb5fcd257fade27fa0d4199b73b

commit 07915435f7a12cb5fcd257fade27fa0d4199b73b
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-04-05 18:56:35 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-04-05 19:48:17 +0000

    textproc/groonga: Update version 13.0.4=>13.0.5
    
    Changelog: https://groonga.org/en/blog/2023/08/02/groonga-13.0.5.html
---
 textproc/groonga/Makefile | 7 ++++---
 textproc/groonga/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile
index 25c69d81da5f..d5bb4901f8c3 100644
--- a/textproc/groonga/Makefile
+++ b/textproc/groonga/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	groonga
-PORTVERSION=	13.0.4
+DISTVERSION=	13.0.5
 CATEGORIES=	textproc
-MASTER_SITES=	http://packages.groonga.org/source/groonga/
+MASTER_SITES=	https://packages.groonga.org/source/groonga/
 
 MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Open-source fulltext search engine and column store
@@ -27,7 +27,7 @@ CONFIGURE_ARGS=	--disable-benchmark \
 INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=		MECAB RUBY SUGGEST
-OPTIONS_DEFAULT=	MECAB RUBY SUGGEST
+OPTIONS_DEFAULT=	MECAB RUBY
 OPTIONS_SUB=		yes
 
 MECAB_DESC=	Morphological analysis support via MeCab
@@ -38,6 +38,7 @@ MECAB_CONFIGURE_OFF=	--without-mecab
 RUBY_RUN_DEPENDS=	rubygem-bundler>=0:sysutils/rubygem-bundler
 RUBY_USES=		ruby
 RUBY_CONFIGURE_ON=	--enable-mruby
+SUGGEST_BROKEN=		"Does not build with libzmq4"
 SUGGEST_LIB_DEPENDS=	libevent.so:devel/libevent \
 			libmsgpackc.so:devel/msgpack-c \
 			libzmq.so:net/libzmq4
diff --git a/textproc/groonga/distinfo b/textproc/groonga/distinfo
index 48ceed8bf5db..29c2749a1a12 100644
--- a/textproc/groonga/distinfo
+++ b/textproc/groonga/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709223705
-SHA256 (groonga-13.0.4.tar.gz) = 38687ab060001aeabe0c0e05de5b90289543eeb98504fdde53c682e937a3d077
-SIZE (groonga-13.0.4.tar.gz) = 21804057
+TIMESTAMP = 1712342638
+SHA256 (groonga-13.0.5.tar.gz) = f49c4b2bd24f60a3237495dda241017c42076f4d2012bc523fcfa4f349f069a0
+SIZE (groonga-13.0.5.tar.gz) = 21811638



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