FreeBSD Bugzilla – Attachment 203831 Details for
Bug 233319
net-mgmt/unbound_exporter: Update to upstream b7e842d8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
unbound_exporter-0.1.20.patch
unbound_exporter-0.1.20.patch (text/plain), 4.04 KB, created by
Dmitri Goutnik
on 2019-04-20 15:17:43 UTC
(
hide
)
Description:
unbound_exporter-0.1.20.patch
Filename:
MIME Type:
Creator:
Dmitri Goutnik
Created:
2019-04-20 15:17:43 UTC
Size:
4.04 KB
patch
obsolete
>Index: net-mgmt/unbound_exporter/Makefile >=================================================================== >--- net-mgmt/unbound_exporter/Makefile (revision 499444) >+++ net-mgmt/unbound_exporter/Makefile (working copy) >@@ -2,9 +2,9 @@ > # $FreeBSD$ > > PORTNAME= unbound_exporter >-PORTVERSION= 0.1 >-PORTREVISION= 1 > DISTVERSIONPREFIX= v >+DISTVERSION= 0.1-20 >+DISTVERSIONSUFFIX= -gb7e842d > CATEGORIES= net-mgmt > > MAINTAINER= aduitsis@cpan.org >@@ -15,13 +15,15 @@ > USES= go > GH_ACCOUNT= kumina > USE_GITHUB= yes >-GH_TUPLE= prometheus:client_golang:08fd2e1:client_golang \ >- prometheus:client_model:6f38060:client_model \ >- prometheus:common:49fee29:common \ >- prometheus:procfs:a1dba9c:procfs \ >- beorn7:perks:4c0e845:perks \ >- golang:protobuf:2bba060:protobuf \ >- matttproud:golang_protobuf_extensions:c12348c:extensions >+GH_TUPLE= prometheus:client_golang:08fd2e1:client_golang/vendor/github.com/prometheus/client_golang \ >+ prometheus:client_model:6f38060:client_model/vendor/github.com/prometheus/client_model \ >+ prometheus:common:49fee29:common/vendor/github.com/prometheus/common \ >+ prometheus:procfs:a1dba9c:procfs/vendor/github.com/prometheus/procfs \ >+ beorn7:perks:4c0e845:perks/vendor/github.com/beorn7/perks \ >+ golang:protobuf:2bba060:protobuf/vendor/github.com/golang/protobuf \ >+ matttproud:golang_protobuf_extensions:c12348c:extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ >+ sirupsen:logrus:9b3cdde:logrus/vendor/github.com/Sirupsen/logrus \ >+ golang:sys:e8e3143:golang_sys/vendor/golang.org/x/sys > > GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} > >@@ -32,21 +34,4 @@ > > PLIST_FILES= bin/unbound_exporter > >-pre-build: >- echo ${WRKSRC_client_golang} >- ${MKDIR} ${GO_WRKDIR_SRC}/github.com/prometheus >- ${MKDIR} ${GO_WRKDIR_SRC}/github.com/beorn7 >- ${MKDIR} ${GO_WRKDIR_SRC}/github.com/golang >- ${MKDIR} ${GO_WRKDIR_SRC}/github.com/matttproud >- ${MV} ${WRKSRC_client_golang} ${GO_WRKDIR_SRC}/github.com/prometheus/client_golang >- ${MV} ${WRKSRC_client_model} ${GO_WRKDIR_SRC}/github.com/prometheus/client_model >- ${MV} ${WRKSRC_common} ${GO_WRKDIR_SRC}/github.com/prometheus/common >- ${MV} ${WRKSRC_procfs} ${GO_WRKDIR_SRC}/github.com/prometheus/procfs >- ${MV} ${WRKSRC_perks} ${GO_WRKDIR_SRC}/github.com/beorn7/perks >- ${MV} ${WRKSRC_protobuf} ${GO_WRKDIR_SRC}/github.com/golang/protobuf >- ${MV} ${WRKSRC_extensions} ${GO_WRKDIR_SRC}/github.com/matttproud/golang_protobuf_extensions >- >-do-install: >- ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/unbound_exporter ${STAGEDIR}${PREFIX}/bin >- > .include <bsd.port.mk> >Index: net-mgmt/unbound_exporter/distinfo >=================================================================== >--- net-mgmt/unbound_exporter/distinfo (revision 499444) >+++ net-mgmt/unbound_exporter/distinfo (working copy) >@@ -1,6 +1,6 @@ >-TIMESTAMP = 1491608926 >-SHA256 (kumina-unbound_exporter-v0.1_GH0.tar.gz) = 13e3517cf06dbdea0239ff55193b6ff82f9f279b68ecbd53b889b505c7834386 >-SIZE (kumina-unbound_exporter-v0.1_GH0.tar.gz) = 7415 >+TIMESTAMP = 1555772624 >+SHA256 (kumina-unbound_exporter-v0.1-20-gb7e842d_GH0.tar.gz) = c8ddb00675f2204e9bd487528c77b06e7f5962996bbe7cc813fd1e15d06b8a3e >+SIZE (kumina-unbound_exporter-v0.1-20-gb7e842d_GH0.tar.gz) = 8225 > SHA256 (prometheus-client_golang-08fd2e1_GH0.tar.gz) = e82b53d03a2439b3c645dc9f4fb250a626c5307e41a8ac67b68ee4ade7278c6e > SIZE (prometheus-client_golang-08fd2e1_GH0.tar.gz) = 83314 > SHA256 (prometheus-client_model-6f38060_GH0.tar.gz) = 6b4cc049a4588d8e93b7acf6cffa6a53034d5410128ae3752263f2bacf9e606c >@@ -15,3 +15,7 @@ > SIZE (golang-protobuf-2bba060_GH0.tar.gz) = 245284 > SHA256 (matttproud-golang_protobuf_extensions-c12348c_GH0.tar.gz) = da165c9275b77a0994b815bc7d761dcb2e4799a90fe49eec08d8bdff3a683f48 > SIZE (matttproud-golang_protobuf_extensions-c12348c_GH0.tar.gz) = 37200 >+SHA256 (sirupsen-logrus-9b3cdde_GH0.tar.gz) = 3b51a320d9a094609914a726fa85508a1f814fb1c800ca11b4c6aca700b8fe1d >+SIZE (sirupsen-logrus-9b3cdde_GH0.tar.gz) = 40904 >+SHA256 (golang-sys-e8e3143_GH0.tar.gz) = d72b8fb8f6f5c868b709c40343512e71076a8702266c1d4409686edd397bc73b >+SIZE (golang-sys-e8e3143_GH0.tar.gz) = 1350775
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:
dmgk
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 233319
:
199414
| 203831