Index: head/net/googlecl/files/patch-setup.py =================================================================== --- head/net/googlecl/files/patch-setup.py (revision 439488) +++ head/net/googlecl/files/patch-setup.py (nonexistent) @@ -1,14 +0,0 @@ ---- ./setup.py.orig 2012-04-06 17:49:48.000000000 +0200 -+++ ./setup.py 2012-04-06 17:49:57.000000000 +0200 -@@ -14,10 +14,7 @@ - - from __future__ import with_statement - --try: -- from setuptools import setup --except ImportError: -- from distutils.core import setup -+from distutils.core import setup - import os - import shutil - packages =['googlecl', Property changes on: head/net/googlecl/files/patch-setup.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/googlecl/Makefile =================================================================== --- head/net/googlecl/Makefile (revision 439488) +++ head/net/googlecl/Makefile (revision 439489) @@ -1,36 +1,33 @@ # Created by: Li-Wen Hsu # $FreeBSD$ PORTNAME= googlecl -PORTVERSION= 0.9.14 +PORTVERSION= 0.9.15.1 CATEGORIES= net www python -MASTER_SITES= GOOGLE_CODE MAINTAINER= sbz@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 \ + ${PYTHON_PKGNAMEPREFIX}oauth2client>0:security/py-oauth2client \ + ${PYTHON_PKGNAMEPREFIX}httplib2>0:www/py-httplib2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdata>0:devel/py-gdata - 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= * +PORTDOCS= README.md -post-install: - ${INSTALL_MAN} ${WRKSRC}/man/google.1 ${STAGEDIR}${MANPREFIX}/man/man1 - post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.* ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include Index: head/net/googlecl/distinfo =================================================================== --- head/net/googlecl/distinfo (revision 439488) +++ head/net/googlecl/distinfo (revision 439489) @@ -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 Index: head/net/googlecl/pkg-descr =================================================================== --- head/net/googlecl/pkg-descr (revision 439488) +++ head/net/googlecl/pkg-descr (revision 439489) @@ -1,6 +1,6 @@ The Google Data APIs allow programmatic access to various Google services. This package wraps a subset of those APIs into a command-line tool that makes 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/