On Fri, Jun 22, 2018 at 06:31:02AM -0600, Aaron Bieber wrote:
> Hola,
> 
> Here is an update to gopass. Quite a bit has changed since the last
> update: https://github.com/gopasspw/gopass/releases
> 
> Upstream location also changed.
> 
> I have been using this without issue for a number of days.
> 
> OK?


builds and runs fine,
ok gsoares@

> 
> diff --git a/security/gopass/Makefile b/security/gopass/Makefile
> index 5a0b1df1746..5c6c160d3f2 100644
> --- a/security/gopass/Makefile
> +++ b/security/gopass/Makefile
> @@ -2,9 +2,8 @@
>  
>  COMMENT =    pass compatible password manager written in go
>  
> -V =          1.6.11
> +V =          1.8.1
>  DISTNAME =   gopass-${V}
> -REVISION =   0
>  
>  CATEGORIES = security
>  
> @@ -16,7 +15,7 @@ PERMIT_PACKAGE_CDROM =      Yes
>  # uses pledge()
>  WANTLIB += c pthread
>  
> -MASTER_SITES =       
> https://github.com/justwatchcom/gopass/releases/download/v${V}/
> +MASTER_SITES =       
> https://github.com/gopasspw/gopass/releases/download/v${V}/
>  
>  MODULES =    lang/go
>  MODGO_TYPE = bin
> @@ -25,7 +24,7 @@ MODGO_LDFLAGS =     -X "main.version=${V}"
>  RUN_DEPENDS =        devel/git \
>               security/gnupg2
>  
> -ALL_TARGET = github.com/justwatchcom/gopass
> +ALL_TARGET = github.com/gopasspw/gopass
>  
>  # Tests require MODGO_ENV, but break in weird ways when it is set.
>  NO_TEST =    Yes
> diff --git a/security/gopass/distinfo b/security/gopass/distinfo
> index ebe08b00e4d..98f37ea42d6 100644
> --- a/security/gopass/distinfo
> +++ b/security/gopass/distinfo
> @@ -1,2 +1,2 @@
> -SHA256 (gopass-1.6.11.tar.gz) = 3lsn+BZJVIKS3IPamOjka5uS2LC7ASeX3uRLMgcJDGc=
> -SIZE (gopass-1.6.11.tar.gz) = 4187380
> +SHA256 (gopass-1.8.1.tar.gz) = AjStN0kl4T+OWbmmOCCBnmm6GGtNdRLtT7yQk6Lcb3s=
> +SIZE (gopass-1.8.1.tar.gz) = 8701380
> 
> -- 
> PGP: 0x1F81112D62A9ADCE / 3586 3350 BFEA C101 DB1A  4AF0 1F81 112D 62A9 ADCE
> 

Reply via email to