svn commit: r503634 - head/shells/antibody

Adam Weinberger adamw at FreeBSD.org
Fri Jun 7 16:10:21 UTC 2019


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 at 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


More information about the svn-ports-all mailing list