summaryrefslogtreecommitdiff
path: root/www/rubygem-ostatus2/Makefile
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2017-12-17 22:06:46 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2017-12-17 22:06:46 +0000
commit8845820a7f11688cd9b340a754b4869aef72f379 (patch)
tree77bdbeda34ffec79988d6b5a0435d8e9551be835 /www/rubygem-ostatus2/Makefile
parentCopy security/rubygem-openssl to create new port, (diff)
www/rubygem-ostatus2: Depend on security/rubygem-openssl20 instead of
security/rubygem-openssl. net-im/mastodon fails to run with new versions of the openssl gem. See also: r456565.
Notes
Notes: svn path=/head/; revision=456566
Diffstat (limited to '')
-rw-r--r--www/rubygem-ostatus2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/rubygem-ostatus2/Makefile b/www/rubygem-ostatus2/Makefile
index c3334413d7e3..16eb94b195b8 100644
--- a/www/rubygem-ostatus2/Makefile
+++ b/www/rubygem-ostatus2/Makefile
@@ -2,7 +2,7 @@
PORTNAME= ostatus2
PORTVERSION= 2.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www rubygems
MASTER_SITES= RG
@@ -13,7 +13,7 @@ LICENSE= MIT
RUN_DEPENDS= rubygem-addressable>=2.4:www/rubygem-addressable \
rubygem-nokogiri>=1.6:textproc/rubygem-nokogiri \
- rubygem-openssl>=2.0:security/rubygem-openssl \
+ rubygem-openssl20>=2.0:security/rubygem-openssl20 \
rubygem-http2>=2.0:www/rubygem-http2
NO_ARCH= yes