diff --git a/devel/govendor/Makefile b/devel/govendor/Makefile index 2ffef5218416..464d744d19c4 100644 --- a/devel/govendor/Makefile +++ b/devel/govendor/Makefile @@ -1,22 +1,25 @@ PORTNAME= govendor DISTVERSIONPREFIX= v DISTVERSION= 1.0.9-6 DISTVERSIONSUFFIX= -gc5ee5dc # includes the fix for 32-bit systems: https://github.com/kardianos/govendor/issues/386 PORTREVISION= 2 CATEGORIES= devel MAINTAINER= rwestlun@gmail.com COMMENT= Go vendor tool that works with the standard vendor file LICENSE= BSD3CLAUSE +DEPRECATED= Use Go modules +EXPIRATION_DATE= 2022-06-30 + BROKEN_aarch64= fails to compile, needs vendor/golang.org/x/sys 33540a1f6037 or later USES= go USE_GITHUB= yes GH_ACCOUNT= kardianos GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/govendor .include