diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2019-06-07 16:10:20 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2019-06-07 16:10:20 +0000 |
commit | 1c97331f77172a64aa7b6e7469c9079079b3ffd2 (patch) | |
tree | 7579bed43092a43c6c87d5dd3bb165704ceab3b1 /shells | |
parent | cac64c4058a6358dcd0f7f0503b401bd7c49f56b (diff) | |
download | ports-1c97331f77172a64aa7b6e7469c9079079b3ffd2.tar.gz ports-1c97331f77172a64aa7b6e7469c9079079b3ffd2.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/antibody/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/antibody/Makefile b/shells/antibody/Makefile index 905607f9ddbe..2b26125df44d 100644 --- a/shells/antibody/Makefile +++ b/shells/antibody/Makefile @@ -4,6 +4,7 @@ PORTNAME= antibody PORTVERSION= 4.1.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= shells MAINTAINER= adamw@FreeBSD.org @@ -22,17 +23,16 @@ PLIST_FILES= bin/antibody USE_GITHUB= yes GH_ACCOUNT= getantibody GH_SUBDIR= src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME} +# Not needed: go-spew, go-difflib GH_TUPLE= alecthomas:kingpin:a39589:kingpin/src/github.com/alecthomas/kingpin \ alecthomas:template:a0175e:tempalte/src/github.com/alecthomas/template \ alecthomas:units:2efee8:units/src/github.com/alecthomas/units \ caarlos0:gohome:75f08ebc:gohome/src/github.com/caarlos0/gohome \ getantibody:folder:v1.0.0:folder/src/github.com/getantibody/folder \ - davecgh:go-spew:v1.1.1:go_spew/src/github.com/davecgh/go-spew \ golang:crypto:1a580b:crypto/src/golang.org/x/crypto \ golang:net:2491c5:net/src/golang.org/x/net \ golang:sync:1d60e4:sync/src/golang.org/x/sync \ - golang:sys:7c87d1:sys/src/golang.org/x/sys \ - pmezard:go-difflib:v1.0.0:go_difflib/src/github.com/pmezard/go-difflib + golang:sys:7c87d1:sys/src/golang.org/x/sys do-build: ${RM} ${WRKSRC}/go.mod |