diff options
Diffstat (limited to 'textproc/miller/Makefile')
-rw-r--r-- | textproc/miller/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/miller/Makefile b/textproc/miller/Makefile index bded2755c616..e628c22c59cb 100644 --- a/textproc/miller/Makefile +++ b/textproc/miller/Makefile @@ -1,7 +1,7 @@ PORTNAME= miller DISTVERSIONPREFIX= v -DISTVERSION= 6.13.0 -PORTREVISION= 5 +DISTVERSION= 6.15.0 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= https://raw.githubusercontent.com/johnkerl/${PORTNAME}/${DISTVERSIONFULL}/:gomod DISTFILES= go.mod:gomod @@ -13,7 +13,7 @@ WWW= https://johnkerl.org/miller/doc/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= cpe go:modules +USES= cpe go:1.24,modules CPE_VENDOR= johnkerl GO_MODULE= github.com/johnkerl/miller GO_TARGET= ./cmd/mlr |