FreeBSD Bugzilla – Attachment 193835 Details for
Bug 227426
[patch] net-mgmt/riemann: Update, unbreak IPv6 support and fix config + log location
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to latest release and fixes
riemann.diff (text/plain), 1.96 KB, created by
Romain Tartière
on 2018-05-30 09:04:17 UTC
(
hide
)
Description:
Update to latest release and fixes
Filename:
MIME Type:
Creator:
Romain Tartière
Created:
2018-05-30 09:04:17 UTC
Size:
1.96 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (révision 471016) >+++ Makefile (copie de travail) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= riemann >-PORTVERSION= 0.2.14 >+PORTVERSION= 0.3.1 > CATEGORIES= net-mgmt java > MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/ > >@@ -33,7 +33,7 @@ > ${STAGEDIR}/var/log/riemann > ${INSTALL_DATA} ${WRKSRC}/lib/riemann.jar \ > ${STAGEDIR}${JAVAJARDIR}/riemann.jar >- ${SED} -i -e "s:riemann.log:/var/log/riemann.log:g" \ >+ ${SED} -i -e "s:riemann.log:/var/log/riemann/riemann.log:g" \ > ${WRKSRC}/etc/riemann.config > ${INSTALL_DATA} ${WRKSRC}/etc/riemann.config \ > ${STAGEDIR}${ETCDIR}/riemann.config.sample >Index: distinfo >=================================================================== >--- distinfo (révision 471016) >+++ distinfo (copie de travail) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1501697423 >-SHA256 (riemann-0.2.14.tar.bz2) = 165ee73ad10f5d187d559da1db8f99e151bba8c3bb1d774eb465ced23476fbce >-SIZE (riemann-0.2.14.tar.bz2) = 81960540 >+TIMESTAMP = 1527670117 >+SHA256 (riemann-0.3.1.tar.bz2) = 54f9799922c8cbad75bbbe36c7e5ad32cf932fb61149629ee0528eb178c58351 >+SIZE (riemann-0.3.1.tar.bz2) = 83862795 >Index: files/riemann.in >=================================================================== >--- files/riemann.in (révision 471016) >+++ files/riemann.in (copie de travail) >@@ -32,7 +32,7 @@ > : ${riemann_enable="NO"} > : ${riemann_user:="riemann"} > : ${riemann_group:="riemann"} >-: ${riemann_config:="%%ETCDIR%%/riemann/riemann.config"} >+: ${riemann_config:="%%ETCDIR%%/riemann.config"} > : ${riemann_jarfile:="%%JAVAJARDIR%%/riemann.jar"} > : ${riemann_java_home:="%%JAVA_HOME%%"} > : ${riemann_min_mem:="256m"} >@@ -45,7 +45,6 @@ > -Xmx${riemann_max_mem} \ > -Xss256k \ > -Djava.awt.headless=true \ >- -Djava.net.preferIPv4Stack=true \ > -XX:+AggressiveOpts \ > -XX:+CMSClassUnloadingEnabled \ > -XX:+CMSParallelRemarkEnabled \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
dch
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 227426
:
192399
| 193835 |
193845