Skip to content

Commit

Permalink
textproc/csvq: Update to 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lcook committed Jun 3, 2023
1 parent a0dfbae commit 03a9415
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
9 changes: 1 addition & 8 deletions textproc/csvq/Makefile
@@ -1,7 +1,6 @@
PORTNAME= csvq
DISTVERSIONPREFIX= v
DISTVERSION= 1.17.11
PORTREVISION= 6
DISTVERSION= 1.18.1
CATEGORIES= textproc

MAINTAINER= lcook@FreeBSD.org
Expand All @@ -12,8 +11,6 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= go:modules
USE_GITHUB= nodefault
GH_TUPLE= golang:sys:v0.6.0:sys

GO_MODULE= github.com/mithrandie/${PORTNAME}

Expand All @@ -22,10 +19,6 @@ PORTDOCS= CHANGELOG.md README.md

OPTIONS_DEFINE= DOCS

pre-build:
${RM} -r ${WRKSRC}/vendor/golang.org/x/sys
${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys

post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} \
Expand Down
12 changes: 5 additions & 7 deletions textproc/csvq/distinfo
@@ -1,7 +1,5 @@
TIMESTAMP = 1679529181
SHA256 (go/textproc_csvq/csvq-v1.17.11/v1.17.11.mod) = 82173bfa6006aee9ec40f90e5a9a9d8be296fcce7bdfba65a3bfc8d6ed018355
SIZE (go/textproc_csvq/csvq-v1.17.11/v1.17.11.mod) = 687
SHA256 (go/textproc_csvq/csvq-v1.17.11/v1.17.11.zip) = 1ee838ce04c7a1abcf32cd652b9e5325710ec21fd60898cc7555eeeca50ac7ba
SIZE (go/textproc_csvq/csvq-v1.17.11/v1.17.11.zip) = 1556397
SHA256 (go/textproc_csvq/csvq-v1.17.11/golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54
SIZE (go/textproc_csvq/csvq-v1.17.11/golang-sys-v0.6.0_GH0.tar.gz) = 1434234
TIMESTAMP = 1685777390
SHA256 (go/textproc_csvq/csvq-v1.18.1/v1.18.1.mod) = a5553577a4a4c290865510f48fc85d6d7bd0e5b0b85b5064ae21006d3e7958b6
SIZE (go/textproc_csvq/csvq-v1.18.1/v1.18.1.mod) = 603
SHA256 (go/textproc_csvq/csvq-v1.18.1/v1.18.1.zip) = bf2721c0fc7f215abd05a606d3a31fd73ec18bf9399cc5548a562dc2f77dde3b
SIZE (go/textproc_csvq/csvq-v1.18.1/v1.18.1.zip) = 1555305

0 comments on commit 03a9415

Please sign in to comment.