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

Sofian Brabez sbz at FreeBSD.org
Wed Apr 26 19:44:31 UTC 2017


Author: sbz
Date: Wed Apr 26 19:44:29 2017
New Revision: 439489
URL: https://svnweb.freebsd.org/changeset/ports/439489

Log:
  - Update to 0.9.15.1

Deleted:
  head/net/googlecl/files/
Modified:
  head/net/googlecl/Makefile
  head/net/googlecl/distinfo
  head/net/googlecl/pkg-descr

Modified: head/net/googlecl/Makefile
==============================================================================
--- head/net/googlecl/Makefile	Wed Apr 26 19:33:45 2017	(r439488)
+++ head/net/googlecl/Makefile	Wed Apr 26 19:44:29 2017	(r439489)
@@ -2,35 +2,32 @@
 # $FreeBSD$
 
 PORTNAME=	googlecl
-PORTVERSION=	0.9.14
+PORTVERSION=	0.9.15.1
 CATEGORIES=	net www python
-MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	sbz at FreeBSD.org
 COMMENT=	Command line tools for the Google Data APIs
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/License
 
-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
 
 USES=		python:2
 USE_PYTHON=	autoplist distutils
+USE_GITHUB=	yes
+GH_ACCOUNT=	vinitkumar
+GH_TAGNAME=	e54a789
 NO_ARCH=	yes
 
 OPTIONS_DEFINE=	DOCS
 
-PLIST_FILES=	man/man1/google.1.gz
-PORTDOCS=	*
-
-post-install:
-	${INSTALL_MAN} ${WRKSRC}/man/google.1 ${STAGEDIR}${MANPREFIX}/man/man1
+PORTDOCS=	README.md
 
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README.* ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>

Modified: head/net/googlecl/distinfo
==============================================================================
--- head/net/googlecl/distinfo	Wed Apr 26 19:33:45 2017	(r439488)
+++ head/net/googlecl/distinfo	Wed Apr 26 19:44:29 2017	(r439489)
@@ -1,2 +1,3 @@
-SHA256 (googlecl-0.9.14.tar.gz) = 0a4640b1240104b8020f9af526e24afe53a8327390d95ef28e1ca093673fce5a
-SIZE (googlecl-0.9.14.tar.gz) = 99834
+TIMESTAMP = 1493233544
+SHA256 (vinitkumar-googlecl-0.9.15.1-e54a789_GH0.tar.gz) = 74a918fbfc774f58b20a037240f23edbf5e979dc6941c711c6ccbc39cd0c180e
+SIZE (vinitkumar-googlecl-0.9.15.1-e54a789_GH0.tar.gz) = 209163

Modified: head/net/googlecl/pkg-descr
==============================================================================
--- head/net/googlecl/pkg-descr	Wed Apr 26 19:33:45 2017	(r439488)
+++ head/net/googlecl/pkg-descr	Wed Apr 26 19:44:29 2017	(r439489)
@@ -3,4 +3,4 @@ This package wraps a subset of those API
 it easy to do things like posting to a Blogger blog, uploading files to Picasa,
 or editing a Google Docs file.
 
-WWW: http://code.google.com/p/googlecl/
+WWW: https://github.com/vinitkumar/googlecl/


More information about the svn-ports-head mailing list