svn commit: r516398 - head/databases/mroonga

Muhammad Moinur Rahman bofh at FreeBSD.org
Sun Nov 3 09:15:11 UTC 2019


Author: bofh
Date: Sun Nov  3 09:15:11 2019
New Revision: 516398
URL: https://svnweb.freebsd.org/changeset/ports/516398

Log:
  databases/mroonga: Update version 9.08=>9.09
  
  - Pet portlint

Modified:
  head/databases/mroonga/Makefile
  head/databases/mroonga/distinfo

Modified: head/databases/mroonga/Makefile
==============================================================================
--- head/databases/mroonga/Makefile	Sun Nov  3 09:14:43 2019	(r516397)
+++ head/databases/mroonga/Makefile	Sun Nov  3 09:15:11 2019	(r516398)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mroonga
-PORTVERSION=	9.08
+PORTVERSION=	9.09
 CATEGORIES=	databases textproc
 MASTER_SITES=	http://packages.groonga.org/source/mroonga/
 
@@ -11,12 +11,13 @@ COMMENT=	Open-source fulltext search engine for MySQL
 
 LICENSE=	LGPL21
 
+IGNORE_WITH_MYSQL=	101m 102m 103m 57p 57w
+
 BUILD_DEPENDS=	${NONEXISTENT}:${_MYSQL_SERVER}:configure
 LIB_DEPENDS=	libgroonga.so:textproc/groonga
 
 USES=		compiler:c11 libtool mysql pkgconfig
 
-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)" \

Modified: head/databases/mroonga/distinfo
==============================================================================
--- head/databases/mroonga/distinfo	Sun Nov  3 09:14:43 2019	(r516397)
+++ head/databases/mroonga/distinfo	Sun Nov  3 09:15:11 2019	(r516398)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1570473765
-SHA256 (mroonga-9.08.tar.gz) = 7cc64db5185af88a370716780cfede5468b78e91b8c35c6300ee1bdd72d029d3
-SIZE (mroonga-9.08.tar.gz) = 2713599
+TIMESTAMP = 1572648593
+SHA256 (mroonga-9.09.tar.gz) = 8592a2ba6d0a6a307ee6db7c83cb445cfd749d9ab4204a51cead0b83ef68d9f1
+SIZE (mroonga-9.09.tar.gz) = 2701718


More information about the svn-ports-head mailing list