git: de919e823809 - main - devel/google-gdata: Mark DEPRECATED
Muhammad Moinur Rahman
bofh at FreeBSD.org
Tue Sep 28 00:02:44 UTC 2021
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=de919e82380980a976c4caa21db9770f7d85989b
commit de919e82380980a976c4caa21db9770f7d85989b
Author: Muhammad Moinur Rahman <bofh at FreeBSD.org>
AuthorDate: 2021-09-27 20:13:05 +0000
Commit: Muhammad Moinur Rahman <bofh at 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
More information about the dev-commits-ports-all
mailing list