svn commit: r434085 - head/net-mgmt/riemann
Kirill Ponomarew
krion at FreeBSD.org
Tue Feb 14 14:08:27 UTC 2017
Author: krion
Date: Tue Feb 14 14:08:25 2017
New Revision: 434085
URL: https://svnweb.freebsd.org/changeset/ports/434085
Log:
Update net-mgmt/riemann to 0.2.12
PR: 217085
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9579
Modified:
head/net-mgmt/riemann/Makefile
head/net-mgmt/riemann/distinfo
Modified: head/net-mgmt/riemann/Makefile
==============================================================================
--- head/net-mgmt/riemann/Makefile Tue Feb 14 14:06:49 2017 (r434084)
+++ head/net-mgmt/riemann/Makefile Tue Feb 14 14:08:25 2017 (r434085)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= riemann
-PORTVERSION= 0.2.11
-PORTREVISION= 1
+PORTVERSION= 0.2.12
CATEGORIES= net-mgmt java
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/
@@ -19,7 +18,7 @@ USE_JAVA= yes
JAVA_VERSION= 1.7+
SUB_FILES= ${PORTNAME}
-SUB_LIST+= JAVA_HOME=${JAVA_HOME} \
+SUB_LIST= JAVA_HOME=${JAVA_HOME} \
RIEMANN_USER=${RIEMANN_USER} \
RIEMANN_GROUP=${RIEMANN_GROUP} \
RIEMANN_PIDFILE=${RIEMANN_PIDFILE} \
@@ -57,7 +56,7 @@ do-install:
${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar
${SED} -i -e "s:riemann.log:${RIEMANN_LOGDIR}${PORTNAME}.log:g" \
${WRKSRC}/etc/${PORTNAME}.config
- ${CP} -p ${WRKSRC}/etc/${PORTNAME}.config \
+ ${INSTALL_DATA} ${WRKSRC}/etc/${PORTNAME}.config \
${STAGEDIR}${ETCDIR}/${PORTNAME}.config.sample
.include <bsd.port.mk>
Modified: head/net-mgmt/riemann/distinfo
==============================================================================
--- head/net-mgmt/riemann/distinfo Tue Feb 14 14:06:49 2017 (r434084)
+++ head/net-mgmt/riemann/distinfo Tue Feb 14 14:08:25 2017 (r434085)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1473805695
-SHA256 (riemann-0.2.11.tar.bz2) = 5e7982002685f6fa7716782c57e227e4b4eeaa4c14a77ab586aac5ecf114e933
-SIZE (riemann-0.2.11.tar.bz2) = 40503519
+TIMESTAMP = 1484592882
+SHA256 (riemann-0.2.12.tar.bz2) = 79f21fb2ac90a3d55e7cfa4a1eb14d1bdcdb1266ba6052bb72e6e500467ca7f4
+SIZE (riemann-0.2.12.tar.bz2) = 41672027
More information about the svn-ports-head
mailing list