Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Sep 2014 22:21:59 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368698 - head/textproc/groonga
Message-ID:  <201409202221.s8KMLxpa058458@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sat Sep 20 22:21:58 2014
New Revision: 368698
URL: http://svnweb.freebsd.org/changeset/ports/368698
QAT: https://qat.redports.org/buildarchive/r368698/

Log:
  Update to version 4.0.5
  
  PR:		ports/193329
  Submitted by:	tkato432@yahoo.com

Modified:
  head/textproc/groonga/Makefile
  head/textproc/groonga/distinfo

Modified: head/textproc/groonga/Makefile
==============================================================================
--- head/textproc/groonga/Makefile	Sat Sep 20 21:56:03 2014	(r368697)
+++ head/textproc/groonga/Makefile	Sat Sep 20 22:21:58 2014	(r368698)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	groonga
-PORTVERSION=	4.0.4
+PORTVERSION=	4.0.5
 CATEGORIES=	textproc
 MASTER_SITES=	http://packages.groonga.org/source/groonga/
 
@@ -14,12 +14,16 @@ LIB_DEPENDS=	libpcre.so:${PORTSDIR}/deve
 
 USES=		gmake libtool pathfix pkgconfig
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-silent-rules \
-		--disable-benchmark \
+CONFIGURE_ARGS=	--disable-benchmark \
 		--disable-document \
-		--with-munin-plugins \
+		--disable-silent-rules \
 		--localstatedir=/var \
-		--with-log-path=/var/log/groonga.log
+		--without-cutter \
+		--without-inkscape \
+		--without-kytea \
+		--without-lemon \
+		--with-log-path=/var/log/groonga.log \
+		--with-munin-plugins
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 
@@ -64,7 +68,7 @@ post-patch:
 		'/NGX_PID_PATH/s|mkdir|${TRUE}| ; \
 		 /NGX_HTTP_LOG_PATH/s|mkdir|${TRUE}| ; \
 		 /NGX_ERROR_LOG_PATH/s|mkdir|${TRUE}|' \
-		${WRKSRC}/vendor/nginx-1.7.3/auto/install
+		${WRKSRC}/vendor/nginx-1.7.4/auto/install
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/groonga-httpd

Modified: head/textproc/groonga/distinfo
==============================================================================
--- head/textproc/groonga/distinfo	Sat Sep 20 21:56:03 2014	(r368697)
+++ head/textproc/groonga/distinfo	Sat Sep 20 22:21:58 2014	(r368698)
@@ -1,2 +1,2 @@
-SHA256 (groonga-4.0.4.tar.gz) = 8000e4e080cc03205dbd1c0debf646bb378f450c7e3dc0c2d5dbe406f345264b
-SIZE (groonga-4.0.4.tar.gz) = 10029443
+SHA256 (groonga-4.0.5.tar.gz) = c36f95f7d2fae23a298b3de6677bbd7546e23d972ff6079aa6056ae77ca3da35
+SIZE (groonga-4.0.5.tar.gz) = 10828892



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