svn commit: r406226 - head/security/py-gpsoauth

Kubilay Kocak koobs at FreeBSD.org
Sat Jan 16 15:07:32 UTC 2016


On 17/01/2016 1:54 AM, Thomas Zander wrote:
> Author: riggs
> Date: Sat Jan 16 14:54:26 2016
> New Revision: 406226
> URL: https://svnweb.freebsd.org/changeset/ports/406226
> 
> Log:
>   Update to upstream version 0.1.0
> 
> Modified:
>   head/security/py-gpsoauth/Makefile
>   head/security/py-gpsoauth/distinfo
> 
> Modified: head/security/py-gpsoauth/Makefile
> ==============================================================================
> --- head/security/py-gpsoauth/Makefile	Sat Jan 16 14:34:44 2016	(r406225)
> +++ head/security/py-gpsoauth/Makefile	Sat Jan 16 14:54:26 2016	(r406226)
> @@ -2,9 +2,7 @@
>  # $FreeBSD$
>  
>  PORTNAME=	gpsoauth
> -#Drop the date string after 0.1 has been released.
> -#This saves us the trouble of introducing PORTEPOCH.
> -PORTVERSION=	0.0.20151011
> +PORTVERSION=	0.1.0
>  CATEGORIES=	security python
>  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
>  
> @@ -22,7 +20,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycr
>  
>  USE_GITHUB=	yes
>  GH_ACCOUNT=	simon-weber
> -GH_TAGNAME=	ad65445		# This corresponds to release 0.0.5
> +GH_TAGNAME=	1f1ae3f

Good to use the versioned tag if it exists:

https://github.com/simon-weber/gpsoauth/tree/0.1.0

I believe GH_TAGNAME is also not needed if it's == PORTVERSION

>  USES=		python
>  USE_PYTHON=	distutils autoplist
> 
> Modified: head/security/py-gpsoauth/distinfo
> ==============================================================================
> --- head/security/py-gpsoauth/distinfo	Sat Jan 16 14:34:44 2016	(r406225)
> +++ head/security/py-gpsoauth/distinfo	Sat Jan 16 14:54:26 2016	(r406226)
> @@ -1,2 +1,2 @@
> -SHA256 (simon-weber-gpsoauth-0.0.20151011-ad65445_GH0.tar.gz) = bcc2e5b6b60b61bd6f3cfe4a61ab11a2fc9ac7a3979a4f9662fe2b25c2772b57
> -SIZE (simon-weber-gpsoauth-0.0.20151011-ad65445_GH0.tar.gz) = 4625
> +SHA256 (simon-weber-gpsoauth-0.1.0-1f1ae3f_GH0.tar.gz) = 7d477c8caaca3e36b8e2a42752a09966ba78fd59754155165d4d5b7cf10a8da7
> +SIZE (simon-weber-gpsoauth-0.1.0-1f1ae3f_GH0.tar.gz) = 5088
> 



More information about the svn-ports-head mailing list