svn commit: r388289 - head/net/py-google

Ruslan Makhmatkhanov rm at FreeBSD.org
Mon Jun 1 21:43:28 UTC 2015


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 at 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


More information about the svn-ports-all mailing list