On 2020/02/06 22:33, George Rosamond wrote:
>  
>  GH_ACCOUNT =         dchest
>  GH_PROJECT =         siphash
> -GH_TAGNAME =         v1.0.0
> +GH_TAGNAME =         v1.2.1
>  DISTNAME =           go-siphash
>  PKGNAME =            ${DISTNAME}-${GH_TAGNAME:S/^v//}
...
> -SHA256 (go-siphash.tar.gz) = CgUm4aCZCOGFeLbzRkgz4DIY8vKnQt5YEy8ptmIuM5s=
> -SIZE (go-siphash.tar.gz) = 4462
> +SHA256 (go-siphash.tar.gz) = kMXoumK2Sy927VjIfdUEVhcWEASb71H9cbxZPBdE+tI=
> +SIZE (go-siphash.tar.gz) = 10729

The current distname is bogus. Should use

-DISTNAME =             go-siphash
-PKGNAME =              ${DISTNAME}-${GH_TAGNAME:S/^v//}
+PKGNAME =              go-${DISTNAME}

> -HOMEPAGE =           https://github.com/dchest/siphash
> +HOMEPAGE =           https://github.com/dchest/siphash/

This line can be removed as it's set automatically by GO_*.
(Also the standard format for github is to not use trailing /,
e.g. see the links from https://github.com/dchest)

>  
>  MAINTAINER =         Sean Levy <[email protected]>
>  
> Index: go-siphash//distinfo
> ===================================================================
> RCS file: /cvs/ports/security/go-siphash/distinfo,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 distinfo
> --- go-siphash//distinfo      29 Aug 2017 16:59:02 -0000      1.1.1.1
> +++ go-siphash//distinfo      7 Feb 2020 03:31:49 -0000
> @@ -1,2 +1,2 @@

Reply via email to