Date: Fri, 7 Jun 2019 16:10:20 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503634 - head/shells/antibody Message-ID: <201906071610.x57GAKUX025235@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Fri Jun 7 16:10:20 2019 New Revision: 503634 URL: https://svnweb.freebsd.org/changeset/ports/503634 Log: antibody: Remove unused modules Modified: head/shells/antibody/Makefile Modified: head/shells/antibody/Makefile ============================================================================== --- head/shells/antibody/Makefile Fri Jun 7 16:07:43 2019 (r503633) +++ head/shells/antibody/Makefile Fri Jun 7 16:10:20 2019 (r503634) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906071610.x57GAKUX025235>