Date: Tue, 28 Sep 2021 00:02:44 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: de919e823809 - main - devel/google-gdata: Mark DEPRECATED Message-ID: <202109280002.18S02i9u089525@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=de919e82380980a976c4caa21db9770f7d85989b commit de919e82380980a976c4caa21db9770f7d85989b Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2021-09-27 20:13:05 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2021-09-28 00:02:35 +0000 devel/google-gdata: Mark DEPRECATED - Google is no longer is using GoogleData API and has replaced all related services with other API products. More information following: https://developers.google.com/gdata/ --- devel/google-gdata/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/devel/google-gdata/Makefile b/devel/google-gdata/Makefile index 73f72c33fab6..d8565743cf48 100644 --- a/devel/google-gdata/Makefile +++ b/devel/google-gdata/Makefile @@ -9,14 +9,18 @@ COMMENT= DOT NET library for the Google Data API LICENSE= APACHE20 +DEPRECATED= Google is no longer using GoogleData APIs +EXPIRATION_DATE=2021-10-27 + BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/Newtonsoft.Json.pc:devel/newtonsoft-json NUGET_DEPENDS= nunit.framework=2.63.0 +USES= dos2unix gmake mono:nuget pathfix USE_GITHUB= yes + GH_ACCOUNT= google GH_TAGNAME= b716bbc -USES= dos2unix gmake mono:nuget pathfix NUGET_LAYOUT= flat PATHFIX_MAKEFILEIN= Makefile WRKSRC_SUBDIR= clients/cs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109280002.18S02i9u089525>