From owner-svn-ports-all@freebsd.org Thu Dec 31 12:06:43 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DF16C4BFD14; Thu, 31 Dec 2020 12:06:43 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D66MR5zNXz4h4w; Thu, 31 Dec 2020 12:06:43 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C023B10420; Thu, 31 Dec 2020 12:06:43 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BVC6hWu076289; Thu, 31 Dec 2020 12:06:43 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BVC6hWB076287; Thu, 31 Dec 2020 12:06:43 GMT (envelope-from kai@FreeBSD.org) Message-Id: <202012311206.0BVC6hWB076287@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Thu, 31 Dec 2020 12:06:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559724 - head/security/py-gtts-token X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/security/py-gtts-token X-SVN-Commit-Revision: 559724 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Dec 2020 12:06:43 -0000 Author: kai Date: Thu Dec 31 12:06:43 2020 New Revision: 559724 URL: https://svnweb.freebsd.org/changeset/ports/559724 Log: security/py-gtts-token: Deprecate port * Since changes were made to Google's TTS API in November 2020 this port is no longer useful [1]. [1] https://github.com/Boudewijn26/gTTS-token/blob/master/README.md * The audio/py-gtts port has been adapted accordingly to the new API changes and has been updated in r559351 . Modified: head/security/py-gtts-token/Makefile head/security/py-gtts-token/distinfo Modified: head/security/py-gtts-token/Makefile ============================================================================== --- head/security/py-gtts-token/Makefile Thu Dec 31 12:04:53 2020 (r559723) +++ head/security/py-gtts-token/Makefile Thu Dec 31 12:06:43 2020 (r559724) @@ -2,7 +2,7 @@ PORTNAME= gtts-token DISTVERSIONPREFIX= v -DISTVERSION= 1.1.3 +DISTVERSION= 1.1.4 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +11,9 @@ COMMENT= Calculates a token to run the Google Translat LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE + +DEPRECATED= Obsolete, please use audio/py-gtts instead +EXPIRATION_DATE= 2021-01-15 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} Modified: head/security/py-gtts-token/distinfo ============================================================================== --- head/security/py-gtts-token/distinfo Thu Dec 31 12:04:53 2020 (r559723) +++ head/security/py-gtts-token/distinfo Thu Dec 31 12:06:43 2020 (r559724) @@ -1,3 +1,3 @@ -TIMESTAMP = 1594276526 -SHA256 (Boudewijn26-gTTS-token-v1.1.3_GH0.tar.gz) = c0593de172ca8abd8c0fc408269818da2933f35f37b3a3a894666f91ccdc87eb -SIZE (Boudewijn26-gTTS-token-v1.1.3_GH0.tar.gz) = 4751 +TIMESTAMP = 1608404119 +SHA256 (Boudewijn26-gTTS-token-v1.1.4_GH0.tar.gz) = 7c89d51f50d2068e5f3d84085dd04586ab98f480f9c97ecc927285a11d2e41be +SIZE (Boudewijn26-gTTS-token-v1.1.4_GH0.tar.gz) = 5148