diff options
Diffstat (limited to 'textproc/go-yq/Makefile')
-rw-r--r-- | textproc/go-yq/Makefile | 35 |
1 files changed, 6 insertions, 29 deletions
diff --git a/textproc/go-yq/Makefile b/textproc/go-yq/Makefile index 8133091499fb..51a73f6cc975 100644 --- a/textproc/go-yq/Makefile +++ b/textproc/go-yq/Makefile @@ -1,10 +1,9 @@ # Created by: Pavel Timofeev <timp87@gmail.com> -PORTNAME= go-yq +PORTNAME= go-yq DISTVERSIONPREFIX= v -DISTVERSION= 4.16.2 -PORTREVISION= 1 -CATEGORIES= textproc +DISTVERSION= 4.25.1 +CATEGORIES= textproc MAINTAINER= timp87@gmail.com COMMENT= Portable commandline YAML processor written in go @@ -12,33 +11,11 @@ COMMENT= Portable commandline YAML processor written in go LICENSE= MIT USES= go:modules -USE_GITHUB= yes -GH_ACCOUNT= mikefarah -GH_PROJECT= yq - -GH_TUPLE= \ - elliotchance:orderedmap:v1.4.0:elliotchance_orderedmap/vendor/github.com/elliotchance/orderedmap \ - fatih:color:v1.13.0:fatih_color/vendor/github.com/fatih/color \ - go-yaml:yaml:496545a6307b:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ - goccy:go-yaml:v1.9.4:goccy_go_yaml/vendor/github.com/goccy/go-yaml \ - golang:sys:97ca703d548d:golang_sys/vendor/golang.org/x/sys \ - golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \ - inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ - jinzhu:copier:v0.3.4:jinzhu_copier/vendor/github.com/jinzhu/copier \ - magiconair:properties:v1.8.5:magiconair_properties/vendor/github.com/magiconair/properties \ - mattn:go-colorable:v0.1.12:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ - mattn:go-isatty:v0.0.14:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ - op:go-logging:b2cb9fa56473:op_go_logging/vendor/gopkg.in/op/go-logging.v1 \ - spf13:cobra:v1.3.0:spf13_cobra/vendor/github.com/spf13/cobra \ - spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ - timtadh:data-structures:v0.5.3:timtadh_data_structures/vendor/github.com/timtadh/data-structures \ - timtadh:lexmachine:v0.2.2:timtadh_lexmachine/vendor/github.com/timtadh/lexmachine +GO_MODULE= github.com/mikefarah/yq/v4 +GO_TARGET= .:yq CONFLICTS_INSTALL= yq -do-install: - ${INSTALL_PROGRAM} ${WRKDIR}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${GH_PROJECT} - -PLIST_FILES= bin/${GH_PROJECT} +PLIST_FILES= bin/yq .include <bsd.port.mk> |