Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2017 00:15:07 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Sofian Brabez <sbz@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r439489 - in head/net/googlecl: . files
Message-ID:  <20170427001507.GA70565@FreeBSD.org>
In-Reply-To: <201704261944.v3QJiTc3039611@repo.freebsd.org>
References:  <201704261944.v3QJiTc3039611@repo.freebsd.org>

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



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