Date: Fri, 26 Jul 2019 10:58:23 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507350 - in head/devel/bingo: . files Message-ID: <201907261058.x6QAwNUf006507@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Fri Jul 26 10:58:23 2019 New Revision: 507350 URL: https://svnweb.freebsd.org/changeset/ports/507350 Log: devel/bingo: Drop GO_PKGNAME after r507340 Also remove no longer needed gomod-deps and related files. Deleted: head/devel/bingo/files/ Modified: head/devel/bingo/Makefile Modified: head/devel/bingo/Makefile ============================================================================== --- head/devel/bingo/Makefile Fri Jul 26 10:38:24 2019 (r507349) +++ head/devel/bingo/Makefile Fri Jul 26 10:58:23 2019 (r507350) @@ -14,12 +14,9 @@ DEPRECATED= Abandoned upstream EXPIRATION_DATE= 2019-10-15 USES= go:modules -GO_PKGNAME= github.com/saibing/bingo USE_GITHUB= yes GH_ACCOUNT= saibing GH_TAGNAME= 76bcd777316dde1684ff59793f695e4337c0e62a - -# generated with gomod-deps below GH_TUPLE= davecgh:go-spew:v1.1.1:go_spew/vendor/github.com/davecgh/go-spew \ fsnotify:fsevents:v0.1.1:fsevents/vendor/github.com/fsnotify/fsevents \ fsnotify:fsnotify:v1.4.7:fsnotify/vendor/github.com/fsnotify/fsnotify \ @@ -39,9 +36,5 @@ GH_TUPLE= davecgh:go-spew:v1.1.1:go_spew/vendor/github stretchr:testify:v1.3.0:testify/vendor/github.com/stretchr/testify PLIST_FILES= bin/bingo - -# XXX: Check if useful for other ports and maybe put it in a USES=gomod -gomod-deps: patch - @${AWK} -f ${FILESDIR}/gomod.awk ${WRKSRC}/go.mod .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907261058.x6QAwNUf006507>