FreeBSD Bugzilla – Attachment 168986 Details for
Bug 208363
[maintainer update] sysutils/puppetserver: update to 2.3.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
SVN diff for change
puppetserver.diff (text/plain), 3.52 KB, created by
Zach Leslie
on 2016-04-04 21:36:10 UTC
(
hide
)
Description:
SVN diff for change
Filename:
MIME Type:
Creator:
Zach Leslie
Created:
2016-04-04 21:36:10 UTC
Size:
3.52 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 410938) >+++ Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= puppetserver >-PORTVERSION= 2.2.1 >+PORTVERSION= 2.3.1 > CATEGORIES= sysutils java > MASTER_SITES= http://downloads.puppetlabs.com/puppet/ > >@@ -59,6 +59,8 @@ > > do-install: > ${MKDIR} ${STAGEDIR}${DATADIR} >+ ${MKDIR} ${STAGEDIR}${DATADIR}/cli >+ ${MKDIR} ${STAGEDIR}${DATADIR}/cli/apps > ${MKDIR} ${STAGEDIR}${ETCDIR} > ${MKDIR} ${STAGEDIR}${ETCDIR}/conf.d > ${MKDIR} ${STAGEDIR}${PREFIX}/etc/puppet/code >@@ -72,5 +74,9 @@ > ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/web-routes.conf ${STAGEDIR}${ETCDIR}/conf.d/web-routes.conf > ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/webserver.conf ${STAGEDIR}${ETCDIR}/conf.d/webserver.conf > ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/auth.conf ${STAGEDIR}${ETCDIR}/conf.d/auth.conf >+ ${INSTALL_DATA} ${WRKSRC}/ext/cli/foreground ${STAGEDIR}${DATADIR}/cli/apps/foreground >+ ${INSTALL_DATA} ${WRKSRC}/ext/cli/gem ${STAGEDIR}${DATADIR}/cli/apps/gem >+ ${INSTALL_DATA} ${WRKSRC}/ext/cli/irb ${STAGEDIR}${DATADIR}/cli/apps/irb >+ ${INSTALL_DATA} ${WRKSRC}/ext/cli/ruby ${STAGEDIR}${DATADIR}/cli/apps/ruby > > .include <bsd.port.post.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 410938) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (puppetserver-2.2.1.tar.gz) = 583662380b161fc35e0f0c5e7e2964892ec4b7e0cb848cadcd76b29684a85843 >-SIZE (puppetserver-2.2.1.tar.gz) = 42665674 >+SHA256 (puppetserver-2.3.1.tar.gz) = 25e0d27339c2e8313cb083503e5790e4f7f1c5c3b29a67b73a35a3aca2f513d9 >+SIZE (puppetserver-2.3.1.tar.gz) = 33667638 >Index: files/patch-ext__config__conf.d__webserver.conf >=================================================================== >--- files/patch-ext__config__conf.d__webserver.conf (revision 410938) >+++ files/patch-ext__config__conf.d__webserver.conf (working copy) >@@ -1,9 +1,9 @@ >---- ext/config/conf.d/webserver.conf.orig 2015-10-27 16:26:17 UTC >+--- ext/config/conf.d/webserver.conf.orig 2016-03-28 10:32:26.000000000 -0700 > +++ ext/config/conf.d/webserver.conf > @@ -1,5 +1,5 @@ > webserver: { >-- access-log-config = /etc/puppetlabs/puppetserver/request-logging.xml >-+ access-log-config = %%PREFIX%%/etc/puppetserver/request-logging.xml >- client-auth = want >- ssl-host = 0.0.0.0 >- ssl-port = 8140 >+- access-log-config: /etc/puppetlabs/puppetserver/request-logging.xml >++ access-log-config: %%PREFIX%%/etc/puppetserver/request-logging.xml >+ client-auth: want >+ ssl-host: 0.0.0.0 >+ ssl-port: 8140 >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 410938) >+++ pkg-plist (working copy) >@@ -1,14 +1,18 @@ >-%%ETCDIR%%/logback.xml >-%%ETCDIR%%/bootstrap.cfg >-%%ETCDIR%%/request-logging.xml >-%%ETCDIR%%/conf.d/global.conf >-%%ETCDIR%%/conf.d/puppetserver.conf >-%%ETCDIR%%/conf.d/web-routes.conf >-%%ETCDIR%%/conf.d/webserver.conf >-%%ETCDIR%%/conf.d/auth.conf >+@sample %%ETCDIR%%/logback.xml >+@sample %%ETCDIR%%/bootstrap.cfg >+@sample %%ETCDIR%%/request-logging.xml >+@sample %%ETCDIR%%/conf.d/auth.conf >+@sample %%ETCDIR%%/conf.d/global.conf >+@sample %%ETCDIR%%/conf.d/puppetserver.conf >+@sample %%ETCDIR%%/conf.d/web-routes.conf >+@sample %%ETCDIR%%/conf.d/webserver.conf > %%DATADIR%%/puppetserver.jar > @mode 0750 > @group puppet > @dir etc/puppet/code > @owner puppet > @dir /var/log/puppetserver >+%%DATADIR%%/cli/apps/foreground >+%%DATADIR%%/cli/apps/gem >+%%DATADIR%%/cli/apps/irb >+%%DATADIR%%/cli/apps/ruby
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:
zleslie
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 208363
:
168732
| 168986 |
170187