diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-01-23 23:17:02 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-01-23 23:17:02 +0800 |
commit | 719c41c6a32bc54e05c3c59c356775525a167a81 (patch) | |
tree | f89f16648f78dd4b415fe1883324687f62d46b38 /www | |
parent | 959943759db980fadba28c0c83205b0763f1dc9c (diff) | |
download | freebsd-ports-gnome-719c41c6a32bc54e05c3c59c356775525a167a81.tar.gz freebsd-ports-gnome-719c41c6a32bc54e05c3c59c356775525a167a81.tar.zst freebsd-ports-gnome-719c41c6a32bc54e05c3c59c356775525a167a81.zip |
Mark DEPRECATED and set EXPIRATION_DATE to 2018-01-31
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-http2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/rubygem-http2/Makefile b/www/rubygem-http2/Makefile index f8603e2d7744..6a1f9858a880 100644 --- a/www/rubygem-http2/Makefile +++ b/www/rubygem-http2/Makefile @@ -13,6 +13,9 @@ COMMENT= Simple Ruby DSL for making HTTP requests LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt +DEPRECATED= Use www/rubygem-http instead +EXPIRATION_DATE=2018-01-31 + RUN_DEPENDS= rubygem-addressable>=2.3:www/rubygem-addressable \ rubygem-http-cookie>=1.0:www/rubygem-http-cookie \ rubygem-http-form_data1>=1.0.1:www/rubygem-http-form_data1 \ |