Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 2016 02:07:27 +1100
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        Thomas Zander <riggs@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r406226 - head/security/py-gpsoauth
Message-ID:  <569A5CAF.6070004@FreeBSD.org>
In-Reply-To: <201601161454.u0GEsQKx096835@repo.freebsd.org>
References:  <201601161454.u0GEsQKx096835@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?569A5CAF.6070004>