svn commit: r496741 - head/net/rubygem-fog-aws2
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Mar 24 14:32:39 UTC 2019
Author: sunpoet
Date: Sun Mar 24 14:32:33 2019
New Revision: 496741
URL: https://svnweb.freebsd.org/changeset/ports/496741
Log:
Mark DEPRECATED and set EXPIRATION_DATE to 2019-03-31
Modified:
head/net/rubygem-fog-aws2/Makefile
Modified: head/net/rubygem-fog-aws2/Makefile
==============================================================================
--- head/net/rubygem-fog-aws2/Makefile Sun Mar 24 14:32:29 2019 (r496740)
+++ head/net/rubygem-fog-aws2/Makefile Sun Mar 24 14:32:33 2019 (r496741)
@@ -13,6 +13,9 @@ COMMENT= Module for the 'fog' gem to support Amazon We
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
PORTSCOUT= limit:^2\.
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list