svn commit: r456566 - head/www/rubygem-ostatus2

Joseph Mingrone jrm at FreeBSD.org
Sun Dec 17 22:06:47 UTC 2017


Author: jrm
Date: Sun Dec 17 22:06:46 2017
New Revision: 456566
URL: https://svnweb.freebsd.org/changeset/ports/456566

Log:
  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.

Modified:
  head/www/rubygem-ostatus2/Makefile

Modified: head/www/rubygem-ostatus2/Makefile
==============================================================================
--- head/www/rubygem-ostatus2/Makefile	Sun Dec 17 21:42:29 2017	(r456565)
+++ head/www/rubygem-ostatus2/Makefile	Sun Dec 17 22:06:46 2017	(r456566)
@@ -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


More information about the svn-ports-head mailing list