aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-03-24 14:32:33 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-03-24 14:32:33 +0000
commit2ff7d6b27875aa3e6d9a356373f7b61d479b0e0b (patch)
tree9f4a8e52801a51b452d71a8432489f30222ad508 /net
parent80001fe90ffd92edbad84d00d20eb519949277b2 (diff)
downloadports-2ff7d6b27875aa3e6d9a356373f7b61d479b0e0b.tar.gz
ports-2ff7d6b27875aa3e6d9a356373f7b61d479b0e0b.zip
Mark DEPRECATED and set EXPIRATION_DATE to 2019-03-31
Notes
Notes: svn path=/head/; revision=496741
Diffstat (limited to 'net')
-rw-r--r--net/rubygem-fog-aws2/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/net/rubygem-fog-aws2/Makefile b/net/rubygem-fog-aws2/Makefile
index 90ec491d6047..4c3ebcf56da9 100644
--- a/net/rubygem-fog-aws2/Makefile
+++ b/net/rubygem-fog-aws2/Makefile
@@ -13,6 +13,9 @@ COMMENT= Module for the 'fog' gem to support Amazon Web Services
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
+DEPRECATED= Use net/rubygem-fog-aws instead
+EXPIRATION_DATE=2019-03-31
+
RUN_DEPENDS= rubygem-fog-core1>=1.38:devel/rubygem-fog-core1 \
rubygem-fog-json>=1.0:devel/rubygem-fog-json \
rubygem-fog-xml>=0.1:textproc/rubygem-fog-xml \
@@ -20,8 +23,9 @@ RUN_DEPENDS= rubygem-fog-core1>=1.38:devel/rubygem-fog-core1 \
PORTSCOUT= limit:^2\.
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>