diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-24 14:32:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-24 14:32:43 +0000 |
commit | 0b1c36c569c97c767adb6afdd2e2e710f39dc0ae (patch) | |
tree | dec3c429b7ed49d7e0916297666cc67e0a39a2cf | |
parent | ef0e545ffa1bd443eb3dcaf1856b974737e37a63 (diff) | |
download | ports-0b1c36c569c97c767adb6afdd2e2e710f39dc0ae.tar.gz ports-0b1c36c569c97c767adb6afdd2e2e710f39dc0ae.zip |
Mark DEPRECATED and set EXPIRATION_DATE to 2019-03-31
Notes
Notes:
svn path=/head/; revision=496743
-rw-r--r-- | net/rubygem-fog-google17/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/rubygem-fog-google17/Makefile b/net/rubygem-fog-google17/Makefile index 77504431a22a..ef75e78df5c7 100644 --- a/net/rubygem-fog-google17/Makefile +++ b/net/rubygem-fog-google17/Makefile @@ -13,6 +13,9 @@ COMMENT= Module for the 'fog' gem to support Google Cloud LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md +DEPRECATED= Use net/rubygem-fog-google instead +EXPIRATION_DATE=2019-03-31 + RUN_DEPENDS= rubygem-fog-core>=0:devel/rubygem-fog-core \ rubygem-fog-json>=0:devel/rubygem-fog-json \ rubygem-fog-xml>=0:textproc/rubygem-fog-xml \ |