Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jan 2013 10:30:23 +0000 (UTC)
From:      Sofian Brabez <sbz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310133 - head/net/googlecl
Message-ID:  <201301091030.r09AUNKo036897@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbz
Date: Wed Jan  9 10:30:23 2013
New Revision: 310133
URL: http://svnweb.freebsd.org/changeset/ports/310133

Log:
  - Update to 0.9.14
  - Respect DOCS

Modified:
  head/net/googlecl/Makefile   (contents, props changed)
  head/net/googlecl/distinfo   (contents, props changed)
  head/net/googlecl/pkg-descr   (contents, props changed)
  head/net/googlecl/pkg-plist   (contents, props changed)

Modified: head/net/googlecl/Makefile
==============================================================================
--- head/net/googlecl/Makefile	Wed Jan  9 10:27:11 2013	(r310132)
+++ head/net/googlecl/Makefile	Wed Jan  9 10:30:23 2013	(r310133)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	googlecl
-# Date created:		2010-06-19
-# Whom:			Li-Wen Hsu <lwhsu@FreeBSD.org>
-#
+# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	googlecl
-PORTVERSION=	0.9.13
+PORTVERSION=	0.9.14
 CATEGORIES=	net www python
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
@@ -24,13 +20,17 @@ USE_PYDISTUTILS=	yes
 MAN1=		google.1
 .endif
 
+OPTIONS_DEFINE=	DOCS
+
 PORTDOCS=	*
 
+.include <bsd.port.options.mk>
+
 post-install:
 .if !defined(NO_INSTALL_MANPAGES)
 	${INSTALL_MAN} ${WRKSRC}/man/${MAN1} ${MANPREFIX}/man/man1
 .endif
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README.* ${DOCSDIR}
 .endif

Modified: head/net/googlecl/distinfo
==============================================================================
--- head/net/googlecl/distinfo	Wed Jan  9 10:27:11 2013	(r310132)
+++ head/net/googlecl/distinfo	Wed Jan  9 10:30:23 2013	(r310133)
@@ -1,2 +1,2 @@
-SHA256 (googlecl-0.9.13.tar.gz) = 14bf616b7a1a8671bab4a4000446198df6af06c8711c9ae7f3f616cfda1aa3bc
-SIZE (googlecl-0.9.13.tar.gz) = 85690
+SHA256 (googlecl-0.9.14.tar.gz) = 0a4640b1240104b8020f9af526e24afe53a8327390d95ef28e1ca093673fce5a
+SIZE (googlecl-0.9.14.tar.gz) = 99834

Modified: head/net/googlecl/pkg-descr
==============================================================================
--- head/net/googlecl/pkg-descr	Wed Jan  9 10:27:11 2013	(r310132)
+++ head/net/googlecl/pkg-descr	Wed Jan  9 10:30:23 2013	(r310133)
@@ -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: http://code.google.com/p/googlecl/

Modified: head/net/googlecl/pkg-plist
==============================================================================
--- head/net/googlecl/pkg-plist	Wed Jan  9 10:27:11 2013	(r310132)
+++ head/net/googlecl/pkg-plist	Wed Jan  9 10:30:23 2013	(r310133)
@@ -47,6 +47,21 @@ bin/google
 %%PYTHON_SITELIBDIR%%/googlecl/contacts/service.py
 %%PYTHON_SITELIBDIR%%/googlecl/contacts/service.pyc
 %%PYTHON_SITELIBDIR%%/googlecl/contacts/service.pyo
+%%PYTHON_SITELIBDIR%%/googlecl/discovery/__init__.py
+%%PYTHON_SITELIBDIR%%/googlecl/discovery/__init__.pyc
+%%PYTHON_SITELIBDIR%%/googlecl/discovery/__init__.pyo
+%%PYTHON_SITELIBDIR%%/googlecl/discovery/authentication.py
+%%PYTHON_SITELIBDIR%%/googlecl/discovery/authentication.pyc
+%%PYTHON_SITELIBDIR%%/googlecl/discovery/authentication.pyo
+%%PYTHON_SITELIBDIR%%/googlecl/discovery/data.py
+%%PYTHON_SITELIBDIR%%/googlecl/discovery/data.pyc
+%%PYTHON_SITELIBDIR%%/googlecl/discovery/data.pyo
+%%PYTHON_SITELIBDIR%%/googlecl/discovery/docs.py
+%%PYTHON_SITELIBDIR%%/googlecl/discovery/docs.pyc
+%%PYTHON_SITELIBDIR%%/googlecl/discovery/docs.pyo
+%%PYTHON_SITELIBDIR%%/googlecl/discovery/output.py
+%%PYTHON_SITELIBDIR%%/googlecl/discovery/output.pyc
+%%PYTHON_SITELIBDIR%%/googlecl/discovery/output.pyo
 %%PYTHON_SITELIBDIR%%/googlecl/docs/__init__.py
 %%PYTHON_SITELIBDIR%%/googlecl/docs/__init__.pyc
 %%PYTHON_SITELIBDIR%%/googlecl/docs/__init__.pyo
@@ -84,6 +99,7 @@ bin/google
 @dirrm %%PYTHON_SITELIBDIR%%/googlecl/picasa
 @dirrm %%PYTHON_SITELIBDIR%%/googlecl/finance
 @dirrm %%PYTHON_SITELIBDIR%%/googlecl/docs
+@dirrm %%PYTHON_SITELIBDIR%%/googlecl/discovery
 @dirrm %%PYTHON_SITELIBDIR%%/googlecl/contacts
 @dirrm %%PYTHON_SITELIBDIR%%/googlecl/config
 @dirrm %%PYTHON_SITELIBDIR%%/googlecl/calendar



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