Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Feb 2015 11:12:29 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378829 - head/textproc/groonga
Message-ID:  <201502111112.t1BBCTem026861@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Wed Feb 11 11:12:29 2015
New Revision: 378829
URL: https://svnweb.freebsd.org/changeset/ports/378829
QAT: https://qat.redports.org/buildarchive/r378829/

Log:
  textproc/groonga: Update version 4.0.6.1=>5.0.0
  
  - Remove USE_GCC for i386 as builds fine with both CLANG and gcc
  - Remove pkg-install/pkg-deinstall in favor of @dir
  
  Approved by:	bapt marino (implicit)

Deleted:
  head/textproc/groonga/pkg-install
Modified:
  head/textproc/groonga/Makefile
  head/textproc/groonga/distinfo
  head/textproc/groonga/pkg-plist

Modified: head/textproc/groonga/Makefile
==============================================================================
--- head/textproc/groonga/Makefile	Wed Feb 11 10:06:42 2015	(r378828)
+++ head/textproc/groonga/Makefile	Wed Feb 11 11:12:29 2015	(r378829)
@@ -1,11 +1,11 @@
 # $FreeBSD$
 
 PORTNAME=	groonga
-PORTVERSION=	4.0.6.1
+PORTVERSION=	5.0.0
 CATEGORIES=	textproc
 MASTER_SITES=	http://packages.groonga.org/source/groonga/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Open-source fulltext search engine and column store
 
 LICENSE=	LGPL21
@@ -30,8 +30,6 @@ USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-PKGDEINSTALL=	${PKGINSTALL}
-
 BROKEN_ia64=	does not compile on ia64
 BROKEN_powerpc=	does not compile on powerpc
 BROKEN_sparc64=	does not compile on sparc64
@@ -56,10 +54,6 @@ SUGGEST_CONFIGURE_OFF=	--without-libeven
 
 .include <bsd.port.options.mk>
 
-.if ${ARCH} == i386
-USE_GCC=	any
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|lib/$${PACKAGE}/db/db|db/$${PACKAGE}/db| ; \
@@ -68,9 +62,11 @@ 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.6/auto/install
+		${WRKSRC}/vendor/nginx-1.7.9/auto/install
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/groonga-httpd
+	@${MKDIR} ${STAGEDIR}/var/log/groonga/httpd
+	@${MKDIR} ${STAGEDIR}/var/run/groonga
 
 .include <bsd.port.mk>

Modified: head/textproc/groonga/distinfo
==============================================================================
--- head/textproc/groonga/distinfo	Wed Feb 11 10:06:42 2015	(r378828)
+++ head/textproc/groonga/distinfo	Wed Feb 11 11:12:29 2015	(r378829)
@@ -1,2 +1,2 @@
-SHA256 (groonga-4.0.6.1.tar.gz) = 4b63383c593fbfb7b019238edb50a756eb5bdfad1d99465aa0fb6ddbc91eec69
-SIZE (groonga-4.0.6.1.tar.gz) = 10940699
+SHA256 (groonga-5.0.0.tar.gz) = c7a1a5b11021491539b2d03895b87229836f6f6efe299c0dc352da526bc5a5bf
+SIZE (groonga-5.0.0.tar.gz) = 11596918

Modified: head/textproc/groonga/pkg-plist
==============================================================================
--- head/textproc/groonga/pkg-plist	Wed Feb 11 10:06:42 2015	(r378828)
+++ head/textproc/groonga/pkg-plist	Wed Feb 11 11:12:29 2015	(r378829)
@@ -23,11 +23,19 @@ bin/groonga-benchmark
 %%ETCDIR%%/httpd/win-utf
 %%ETCDIR%%/synonyms.tsv
 include/groonga/groonga.h
+include/groonga/groonga/command.h
+include/groonga/groonga/expr.h
+include/groonga/groonga/groonga.h
+include/groonga/groonga/ii.h
 include/groonga/groonga/nfkc.h
 include/groonga/groonga/normalizer.h
+include/groonga/groonga/output.h
 include/groonga/groonga/plugin.h
+include/groonga/groonga/request_canceler.h
+include/groonga/groonga/token.h
 include/groonga/groonga/token_filter.h
 include/groonga/groonga/tokenizer.h
+include/groonga/groonga/util.h
 lib/groonga/plugins/query_expanders/tsv.a
 lib/groonga/plugins/query_expanders/tsv.so
 lib/groonga/plugins/suggest/suggest.a
@@ -68,8 +76,8 @@ sbin/groonga-httpd-restart
 %%DATADIR%%/examples/dictionary/html/css/smoothness/jquery-ui-1.8.12.custom.css
 %%DATADIR%%/examples/dictionary/html/index.html
 %%DATADIR%%/examples/dictionary/html/js/dictionary.js
-%%DATADIR%%/examples/dictionary/html/js/jquery-1.7.2.min.js
-%%DATADIR%%/examples/dictionary/html/js/jquery-ui-1.8.18.custom.min.js
+%%DATADIR%%/examples/dictionary/html/js/jquery-1.7.2.js
+%%DATADIR%%/examples/dictionary/html/js/jquery-ui-1.8.18.custom.js
 %%DATADIR%%/examples/dictionary/init-db.sh
 %%DATADIR%%/examples/dictionary/jmdict/jmdict.rb
 %%DATADIR%%/examples/dictionary/readme.txt
@@ -100,9 +108,9 @@ sbin/groonga-httpd-restart
 %%DATADIR%%/html/admin/index.ja.html
 %%DATADIR%%/html/admin/js/groonga-admin.js
 %%DATADIR%%/html/admin/js/groonga-admin.ja.js
-%%DATADIR%%/html/admin/js/jquery-1.7.2.min.js
-%%DATADIR%%/html/admin/js/jquery-ui-1.8.18.custom.min.js
-%%DATADIR%%/html/admin/js/jquery.flot-0.7.min.js
+%%DATADIR%%/html/admin/js/jquery-1.7.2.js
+%%DATADIR%%/html/admin/js/jquery-ui-1.8.18.custom.js
+%%DATADIR%%/html/admin/js/jquery.flot-0.7.js
 %%DATADIR%%/html/admin/js/jquery.flot.license.txt
 %%DATADIR%%/images/logo/groonga-icon-foreground-white.png
 %%DATADIR%%/images/logo/groonga-icon-foreground-white.svg
@@ -162,3 +170,6 @@ sbin/groonga-httpd-restart
 %%DATADIR%%/munin/plugins/groonga_query_performance_
 %%DATADIR%%/munin/plugins/groonga_status_
 %%DATADIR%%/munin/plugins/groonga_throughput_
+@dir /var/log/groonga/httpd
+@dir /var/log/groonga
+@dir /var/run/groonga



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