git: 31aed813c758 - main - textproc/dasel: Update to 1.16.1
Lewis Cook
lcook at FreeBSD.org
Sat Aug 7 17:30:31 UTC 2021
The branch main has been updated by lcook:
URL: https://cgit.FreeBSD.org/ports/commit/?id=31aed813c75863972ec466a8f2e27e59518b9b5a
commit 31aed813c75863972ec466a8f2e27e59518b9b5a
Author: Lewis Cook <lcook at FreeBSD.org>
AuthorDate: 2021-08-07 17:14:37 +0000
Commit: Lewis Cook <lcook at FreeBSD.org>
CommitDate: 2021-08-07 17:29:09 +0000
textproc/dasel: Update to 1.16.1
Changes: https://github.com/TomWright/dasel/releases/tag/v1.16.1
https://github.com/TomWright/dasel/releases/tag/v1.16.0
---
textproc/dasel/Makefile | 7 ++-----
textproc/dasel/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 10 deletions(-)
diff --git a/textproc/dasel/Makefile b/textproc/dasel/Makefile
index a0196c26f7c0..0f6670a5bef2 100644
--- a/textproc/dasel/Makefile
+++ b/textproc/dasel/Makefile
@@ -1,7 +1,6 @@
PORTNAME= dasel
DISTVERSIONPREFIX= v
-DISTVERSION= 1.15.0
-PORTREVISION= 1
+DISTVERSION= 1.16.1
CATEGORIES= textproc
MAINTAINER= lcook at FreeBSD.org
@@ -12,14 +11,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
-_BUILD_VERSION= ${DISTVERSION}
-
GO_MODULE= github.com/tomwright/${PORTNAME}
GO_TARGET= ./cmd/${PORTNAME}
GO_BUILDFLAGS= -tags noupdater \
-ldflags "\
-s -w \
- -X ${GO_MODULE}/internal.Version=${_BUILD_VERSION}"
+ -X ${GO_MODULE}/internal.Version=${DISTVERSION}"
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= CODE_OF_CONDUCT.md README.md
diff --git a/textproc/dasel/distinfo b/textproc/dasel/distinfo
index 103fcacfe9c9..084a505fb257 100644
--- a/textproc/dasel/distinfo
+++ b/textproc/dasel/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1620924583
-SHA256 (go/textproc_dasel/dasel-v1.15.0/v1.15.0.mod) = 1fe9dac1d5135edfca3ab28f6ed3c731b1042fc96ce9b863319f2d70c81c655d
-SIZE (go/textproc_dasel/dasel-v1.15.0/v1.15.0.mod) = 215
-SHA256 (go/textproc_dasel/dasel-v1.15.0/v1.15.0.zip) = 5e048c7e15e7d19273a050f6d0519b0795f530cb1af2478731ede91cce6c9569
-SIZE (go/textproc_dasel/dasel-v1.15.0/v1.15.0.zip) = 2954784
+TIMESTAMP = 1628356122
+SHA256 (go/textproc_dasel/dasel-v1.16.1/v1.16.1.mod) = 1fe9dac1d5135edfca3ab28f6ed3c731b1042fc96ce9b863319f2d70c81c655d
+SIZE (go/textproc_dasel/dasel-v1.16.1/v1.16.1.mod) = 215
+SHA256 (go/textproc_dasel/dasel-v1.16.1/v1.16.1.zip) = eb3ca48f03d866c3e62493a58cbe33a43e5011946810315905a63573267b14a9
+SIZE (go/textproc_dasel/dasel-v1.16.1/v1.16.1.zip) = 2960410
More information about the dev-commits-ports-all
mailing list