Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 18:56:41 +0000 (UTC)
From:      Tom Judge <tj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343954 - head/textproc/elasticsearch
Message-ID:  <201402121856.s1CIuf9s032685@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tj
Date: Wed Feb 12 18:56:40 2014
New Revision: 343954
URL: http://svnweb.freebsd.org/changeset/ports/343954
QAT: https://qat.redports.org/buildarchive/r343954/

Log:
  Fix setting the owner/group back to root/wheel

Modified:
  head/textproc/elasticsearch/Makefile
  head/textproc/elasticsearch/pkg-plist

Modified: head/textproc/elasticsearch/Makefile
==============================================================================
--- head/textproc/elasticsearch/Makefile	Wed Feb 12 18:55:59 2014	(r343953)
+++ head/textproc/elasticsearch/Makefile	Wed Feb 12 18:56:40 2014	(r343954)
@@ -3,6 +3,7 @@
 
 PORTNAME=	elasticsearch
 PORTVERSION=	0.90.11
+PORTREVISION=	1
 CATEGORIES=	textproc java devel
 MASTER_SITES=	http://download.elasticsearch.org/${PORTNAME}/${PORTNAME}/ \
 		http://mirrors.rit.edu/zi/

Modified: head/textproc/elasticsearch/pkg-plist
==============================================================================
--- head/textproc/elasticsearch/pkg-plist	Wed Feb 12 18:55:59 2014	(r343953)
+++ head/textproc/elasticsearch/pkg-plist	Wed Feb 12 18:56:40 2014	(r343954)
@@ -8,8 +8,8 @@ etc/elasticsearch/logging.yml.sample
 @exec if [ ! -f %D/etc/elasticsearch/logging.yml ] ; then cp -p %D/%F %B/logging.yml; fi
 @unexec if [ -d %%ELASTIC_LOGDIR%% ]; then echo "You should remove %%ELASTIC_LOGDIR%% if you don't need it any more."; fi
 @unexec if [ -d %%ELASTIC_DBDIR%% ]; then echo "You should remove %%ELASTIC_DBDIR%% if you don't need it any more."; fi
-@owner
-@group
+@owner root
+@group wheel
 bin/elasticsearch-plugin
 lib/elasticsearch/elasticsearch-%%PORTVERSION%%.jar
 lib/elasticsearch/jna-3.3.0.jar



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