svn commit: r439489 - in head/net/googlecl: . files

Alexey Dokuchaev danfe at FreeBSD.org
Thu Apr 27 00:15:08 UTC 2017


On Wed, Apr 26, 2017 at 07:44:29PM +0000, Sofian Brabez wrote:
> New Revision: 439489
> URL: https://svnweb.freebsd.org/changeset/ports/439489
> 
> Log:
>   - Update to 0.9.15.1

Just the version update, huh? :-)

> @@ -2,35 +2,32 @@
>  # $FreeBSD$
>  
>  PORTNAME=	googlecl
> -PORTVERSION=	0.9.14
> +PORTVERSION=	0.9.15.1
>  CATEGORIES=	net www python
> -MASTER_SITES=	GOOGLE_CODE

This part (MASTER_SITES) was not reflected in the log.

> +LICENSE_FILE=	${WRKSRC}/License

Neither was this.

> -BROKEN=		Unfetchable (google code has gone away)
> -DEPRECATED=	Unfetchable for more than six months (google code has gone away)
> -EXPIRATION_DATE=	2017-04-30
> -
> -RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gdata>0:devel/py-gdata
> +RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gdata>0:devel/py-gdata \
> +		${PYTHON_PKGNAMEPREFIX}oauth2client>0:security/py-oauth2client \
> +		${PYTHON_PKGNAMEPREFIX}httplib2>0:www/py-httplib2

Ditto.

>  USES=		python:2
>  USE_PYTHON=	autoplist distutils
> +USE_GITHUB=	yes
> +GH_ACCOUNT=	vinitkumar
> +GH_TAGNAME=	e54a789

Ditto.

> -PLIST_FILES=	man/man1/google.1.gz
> -PORTDOCS=	*
> -
> -post-install:
> -	${INSTALL_MAN} ${WRKSRC}/man/google.1 ${STAGEDIR}${MANPREFIX}/man/man1

Ditto.

Please provide a more detailed commit message next time, thank you.

./danfe


More information about the svn-ports-all mailing list