From owner-svn-ports-all@freebsd.org Sat Aug 3 10:29:58 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B7B50AD98D; Sat, 3 Aug 2019 10:29:58 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4610dy4Qbnz48pX; Sat, 3 Aug 2019 10:29:58 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 76BF719AA5; Sat, 3 Aug 2019 10:29:58 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x73ATwTn009586; Sat, 3 Aug 2019 10:29:58 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x73ATwAM009585; Sat, 3 Aug 2019 10:29:58 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201908031029.x73ATwAM009585@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sat, 3 Aug 2019 10:29:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507945 - head/databases/mroonga X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: head/databases/mroonga X-SVN-Commit-Revision: 507945 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Aug 2019 10:29:58 -0000 Author: bofh Date: Sat Aug 3 10:29:57 2019 New Revision: 507945 URL: https://svnweb.freebsd.org/changeset/ports/507945 Log: databases/mroonga: Update version 9.03=>9.05 - Unbreak for MYSQL 5.7 and 8.* Modified: head/databases/mroonga/Makefile head/databases/mroonga/distinfo Modified: head/databases/mroonga/Makefile ============================================================================== --- head/databases/mroonga/Makefile Sat Aug 3 10:14:02 2019 (r507944) +++ head/databases/mroonga/Makefile Sat Aug 3 10:29:57 2019 (r507945) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mroonga -PORTVERSION= 9.03 +PORTVERSION= 9.05 CATEGORIES= databases textproc MASTER_SITES= http://packages.groonga.org/source/mroonga/ @@ -11,16 +11,16 @@ COMMENT= Open-source fulltext search engine for MySQL LICENSE= LGPL21 -BUILD_DEPENDS= ${NONEXISTENT}:${_MYSQL_SERVER}:patch +BUILD_DEPENDS= ${NONEXISTENT}:${_MYSQL_SERVER}:configure LIB_DEPENDS= libgroonga.so:textproc/groonga USES= libtool mysql pkgconfig -IGNORE_WITH_MYSQL= 57 80 101m 102m 103m 57p 57w +IGNORE_WITH_MYSQL= 101m 102m 103m 57p 57w GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-mysql-source="$$(cd ${PORTSDIR}/${_MYSQL_SERVER}; ${MAKE} -V WRKSRC)" \ --with-mysql-build="$$(cd ${PORTSDIR}/${_MYSQL_SERVER}; ${MAKE} -V BUILD_WRKSRC)" \ - --with-mysql-config=${PREFIX}/bin/mysql_config + --with-mysql-config=${PREFIX}/bin/mysql_config --with-libmysqlservices-compat SUB_FILES= pkg-message Modified: head/databases/mroonga/distinfo ============================================================================== --- head/databases/mroonga/distinfo Sat Aug 3 10:14:02 2019 (r507944) +++ head/databases/mroonga/distinfo Sat Aug 3 10:29:57 2019 (r507945) @@ -1,3 +1,3 @@ -TIMESTAMP = 1560020093 -SHA256 (mroonga-9.03.tar.gz) = 24ee5e39700f845bf45f95f1411ea89d423c2f5e27322766f849a9df0aaa23cc -SIZE (mroonga-9.03.tar.gz) = 2657231 +TIMESTAMP = 1564783847 +SHA256 (mroonga-9.05.tar.gz) = 3385072732ff89466dfbef1d53b4c4367d28a4636d446178e57dc5afcde1591d +SIZE (mroonga-9.05.tar.gz) = 2671989