FreeBSD Bugzilla – Attachment 200785 Details for
Bug 234629
www/caddy: Update to 0.11.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
updated port
caddy.diff (text/plain), 2.38 KB, created by
Fabian Freyer
on 2019-01-05 06:36:19 UTC
(
hide
)
Description:
updated port
Filename:
MIME Type:
Creator:
Fabian Freyer
Created:
2019-01-05 06:36:19 UTC
Size:
2.38 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 489257) >+++ Makefile (working copy) >@@ -1,38 +1,38 @@ > # Created by: fabian.freyer@physik.tu-berlin.de > # $FreeBSD$ > > PORTNAME= caddy > DISTVERSIONPREFIX= v >-DISTVERSION= 0.11.0 >+DISTVERSION= 0.11.1 > CATEGORIES= www > > MAINTAINER= fabian.freyer@physik.tu-berlin.de > COMMENT= Fast, cross-platform HTTP/2 web server with automatic HTTPS > > LICENSE= APACHE20 > LICENSE_FILE= ${WRKSRC}/LICENSE.txt > > USES= go > USE_GITHUB= yes > GH_ACCOUNT= mholt > > GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} > > SUB_FILES= pkg-message > PLIST_FILES= bin/caddy etc/rc.d/caddy > > OPTIONS_DEFINE= TELEMETRY > > TELEMETRY_DESC= Enable telemetry support > TELEMETRY_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-disable-telemetry > > do-build: > @cd ${GO_WRKSRC}/${PORTNAME} && ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} build > > do-install: > ${INSTALL_PROGRAM} ${GO_WRKSRC}/${PORTNAME}/${PORTNAME} \ > ${STAGEDIR}/${PREFIX}/bin/${PORTNAME} > ${INSTALL_SCRIPT} ${GO_WRKSRC}/dist/init/freebsd/${PORTNAME} \ > ${STAGEDIR}/${PREFIX}/etc/rc.d/${PORTNAME} > > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 489257) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1526046100 >-SHA256 (mholt-caddy-v0.11.0_GH0.tar.gz) = 81e593d258460a9f5c6b5a5f46890a08b6b1ce15f5c0fc7bcaf09826368c3a1a >-SIZE (mholt-caddy-v0.11.0_GH0.tar.gz) = 2946948 >+TIMESTAMP = 1546669297 >+SHA256 (mholt-caddy-v0.11.1_GH0.tar.gz) = e24ddb1690a265fb3c40efa5bc720964b85b9d2cad8d994ee4ed6271761984bf >+SIZE (mholt-caddy-v0.11.1_GH0.tar.gz) = 2916775 >Index: files/extra-patch-disable-telemetry >=================================================================== >--- files/extra-patch-disable-telemetry (revision 489257) >+++ files/extra-patch-disable-telemetry (working copy) >@@ -1,8 +1,8 @@ >---- caddy/caddymain/run.go.orig 2018-05-11 13:10:27 UTC >-+++ caddy/caddymain/run.go >-@@ -434,4 +434,4 @@ var ( >- gitFilesModified string // git diff-index --name-only HEAD >+--- caddy/caddymain/run.go.orig 2019-01-05 07:28:19.184836000 +0100 >++++ caddy/caddymain/run.go 2019-01-05 07:30:01.801606000 +0100 >+@@ -525,4 +525,4 @@ > ) > >--const enableTelemetry = true >-+const enableTelemetry = false >+ // This variable defines whether telemetry is enabled in Run. >+-var EnableTelemetry = true >++var EnableTelemetry = false
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:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 234629
: 200785