Date: Sun, 24 Mar 2019 14:32:34 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496741 - head/net/rubygem-fog-aws2 Message-ID: <201903241432.x2OEWYTN076671@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903241432.x2OEWYTN076671>