svn commit: r544357 - in head/databases/mroonga: . files

Muhammad Moinur Rahman bofh at FreeBSD.org
Sat Aug 8 04:12:38 UTC 2020


Author: bofh
Date: Sat Aug  8 04:12:37 2020
New Revision: 544357
URL: https://svnweb.freebsd.org/changeset/ports/544357

Log:
  databases/mroonga: Update version 10.03=>10.05
  
  Relnotes:	https://mroonga.org/docs/news.html#release-10-05

Modified:
  head/databases/mroonga/Makefile
  head/databases/mroonga/distinfo
  head/databases/mroonga/files/patch-configure

Modified: head/databases/mroonga/Makefile
==============================================================================
--- head/databases/mroonga/Makefile	Sat Aug  8 01:33:27 2020	(r544356)
+++ head/databases/mroonga/Makefile	Sat Aug  8 04:12:37 2020	(r544357)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mroonga
-PORTVERSION=	10.03
+PORTVERSION=	10.05
 CATEGORIES=	databases textproc
 MASTER_SITES=	http://packages.groonga.org/source/mroonga/
 

Modified: head/databases/mroonga/distinfo
==============================================================================
--- head/databases/mroonga/distinfo	Sat Aug  8 01:33:27 2020	(r544356)
+++ head/databases/mroonga/distinfo	Sat Aug  8 04:12:37 2020	(r544357)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1591040594
-SHA256 (mroonga-10.03.tar.gz) = ad65bce81caf610a15bf99f444427c7cf65dfe56aa4bbcb11f20dfac63546e4d
-SIZE (mroonga-10.03.tar.gz) = 2668133
+TIMESTAMP = 1596772982
+SHA256 (mroonga-10.05.tar.gz) = 605c9ca9bf5af882026030404ae230e933a567c1defb5b9a3619744c37beeaae
+SIZE (mroonga-10.05.tar.gz) = 2667406

Modified: head/databases/mroonga/files/patch-configure
==============================================================================
--- head/databases/mroonga/files/patch-configure	Sat Aug  8 01:33:27 2020	(r544356)
+++ head/databases/mroonga/files/patch-configure	Sat Aug  8 04:12:37 2020	(r544357)
@@ -1,6 +1,6 @@
---- configure.orig	2019-10-07 19:19:28 UTC
+--- configure.orig	2020-08-07 04:27:42 UTC
 +++ configure
-@@ -20048,36 +20048,6 @@ $as_echo "#define HAVE_CXX11 1" >>confdefs.h
+@@ -20818,28 +20818,6 @@ $as_echo "#define HAVE_CXX11 1" >>confdefs.h
      ;;
    esac
  
@@ -26,14 +26,6 @@
 -$as_echo "$mysql_services_lib_dir" >&6; }
 -  MYSQL_LIBS="$MYSQL_LIBS \"$mysql_services_lib_dir/libmysqlservices.a\""
 -
--
--
--
--
--
--
--
--
- if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
- 	if test -n "$ac_tool_prefix"; then
-   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
+   case "$MYSQL_MAJOR_MINOR_VERSION" in
+   10.1|10.2|10.3|10.4)
+     :


More information about the svn-ports-head mailing list