Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jun 2015 21:43:28 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388289 - head/net/py-google
Message-ID:  <201506012143.t51LhSXv040087@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Mon Jun  1 21:43:27 2015
New Revision: 388289
URL: https://svnweb.freebsd.org/changeset/ports/388289

Log:
  net/py-google: set for deprecation
  
  According to offsite, Google no longer supports the SOAP API for search,
  nor do they provide new license keys. So this port is effectively dead.
  Set expiration date to 2015-07-02.
  
  References:
    * http://pygoogle.sourceforge.net/

Modified:
  head/net/py-google/Makefile

Modified: head/net/py-google/Makefile
==============================================================================
--- head/net/py-google/Makefile	Mon Jun  1 21:16:23 2015	(r388288)
+++ head/net/py-google/Makefile	Mon Jun  1 21:43:27 2015	(r388289)
@@ -11,6 +11,9 @@ DISTNAME=	pygoogle-${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Python wrapper for the Google web API
 
+DEPRECATED=	Google no longer supports the SOAP API for search
+EXPIRATION_DATE=	2015-07-02
+
 RUN_DEPENDS=	${PYXML}
 
 USES=		python



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