svn commit: r343954 - head/textproc/elasticsearch
Tom Judge
tj at FreeBSD.org
Wed Feb 12 18:56:41 UTC 2014
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
- at owner
- at group
+ at owner root
+ at group wheel
bin/elasticsearch-plugin
lib/elasticsearch/elasticsearch-%%PORTVERSION%%.jar
lib/elasticsearch/jna-3.3.0.jar
More information about the svn-ports-all
mailing list