Skip to content

Commit

Permalink
textproc/{zed,zq}: Update to 1.5.0
Browse files Browse the repository at this point in the history
While here, add a utility make target for maintainer.

Changes:	https://github.com/brimdata/zed/releases/tag/v1.5.0
Sponsored by:	Miracle Linux
  • Loading branch information
metalefty committed Feb 7, 2023
1 parent 97464d6 commit a55e532
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 13 deletions.
20 changes: 16 additions & 4 deletions textproc/zed/Makefile
@@ -1,8 +1,6 @@
PORTNAME?= zed
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.0
PORTREVISION= 1
#PORTREVISION= 0
DISTVERSION= 1.5.0
CATEGORIES= textproc

MAINTAINER= meta@FreeBSD.org
Expand All @@ -21,4 +19,18 @@ GO_PKGNAME?= github.com/brimdata/zed/cmd/zed

PLIST_FILES?= bin/zed

.include <bsd.port.mk>
.include <bsd.port.pre.mk>

.if ${SLAVE_PORT} == no

x-maintainer-makesum:
${MAKE} DISTINFO_FILE=${.CURDIR}/distinfo.zed makesum
${MAKE} DISTINFO_FILE=${.CURDIR}/distinfo.zq -C "${.CURDIR}/../zq" makesum

${CAT} ${.CURDIR}/distinfo.zed ${.CURDIR}/distinfo.zq | \
${AWK} '$$1 != "TIMESTAMP" || NR == 1' > ${.CURDIR}/distinfo
${RM} ${.CURDIR}/distinfo.zed ${.CURDIR}/distinfo.zq

.endif

.include <bsd.port.post.mk>
18 changes: 9 additions & 9 deletions textproc/zed/distinfo
@@ -1,9 +1,9 @@
TIMESTAMP = 1672886768
SHA256 (go/textproc_zed/zed-v1.4.0/v1.4.0.mod) = ce7a006ca10169d5e2103760692ef1d3366b1a26da59413b94c90bfc94a55c24
SIZE (go/textproc_zed/zed-v1.4.0/v1.4.0.mod) = 3515
SHA256 (go/textproc_zed/zed-v1.4.0/v1.4.0.zip) = e02cce0e1696fe1a942453ebb027fe7397618a0e60c4f5ee5e8f720a7b1b39ce
SIZE (go/textproc_zed/zed-v1.4.0/v1.4.0.zip) = 3129764
SHA256 (go/textproc_zq/zq-v1.4.0/v1.4.0.mod) = ce7a006ca10169d5e2103760692ef1d3366b1a26da59413b94c90bfc94a55c24
SIZE (go/textproc_zq/zq-v1.4.0/v1.4.0.mod) = 3515
SHA256 (go/textproc_zq/zq-v1.4.0/v1.4.0.zip) = 4ae81dedc4cbe25fe31095cd470fe4aab9c4ee8eef2078d84fa251650ad7c0d2
SIZE (go/textproc_zq/zq-v1.4.0/v1.4.0.zip) = 3126700
TIMESTAMP = 1675763594
SHA256 (go/textproc_zed/zed-v1.5.0/v1.5.0.mod) = 97effc9eef9d9f055e903f75efdb29d66b29eec69eec043020d7bdb4b43f1e16
SIZE (go/textproc_zed/zed-v1.5.0/v1.5.0.mod) = 3547
SHA256 (go/textproc_zed/zed-v1.5.0/v1.5.0.zip) = c25b5c7fb5105ed447aed6596508a53d6f7e5fc55657a8eed2d156050d154e30
SIZE (go/textproc_zed/zed-v1.5.0/v1.5.0.zip) = 3133750
SHA256 (go/textproc_zq/zq-v1.5.0/v1.5.0.mod) = 97effc9eef9d9f055e903f75efdb29d66b29eec69eec043020d7bdb4b43f1e16
SIZE (go/textproc_zq/zq-v1.5.0/v1.5.0.mod) = 3547
SHA256 (go/textproc_zq/zq-v1.5.0/v1.5.0.zip) = 4835401a0560b6680cf108bdf4b966fe7ddcc23013d1f4b07393f63acdd32453
SIZE (go/textproc_zq/zq-v1.5.0/v1.5.0.zip) = 3130676

0 comments on commit a55e532

Please sign in to comment.