svn commit: r460240 - head/net-im/mastodon

Joseph Mingrone jrm at FreeBSD.org
Mon Jan 29 04:21:18 UTC 2018


Author: jrm
Date: Mon Jan 29 04:21:17 2018
New Revision: 460240
URL: https://svnweb.freebsd.org/changeset/ports/460240

Log:
  net-im/mastodon: depend on devel/rubygem-fog-core1
  
  Without this change, two conflicting versions of the fog-core gem will be
  pulled in, version 1 (devel/rubygem-fog-core1) and version
  2 (devel/rubygem-fog-core).

Modified:
  head/net-im/mastodon/Makefile   (contents, props changed)

Modified: head/net-im/mastodon/Makefile
==============================================================================
--- head/net-im/mastodon/Makefile	Mon Jan 29 04:03:50 2018	(r460239)
+++ head/net-im/mastodon/Makefile	Mon Jan 29 04:21:17 2018	(r460240)
@@ -3,7 +3,7 @@
 PORTNAME=	mastodon
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.1.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im www
 
 MAINTAINER=	jrm at FreeBSD.org
@@ -28,7 +28,7 @@ BR_DEPENDS=	ffmpeg>0:multimedia/ffmpeg \
 		rubygem-pghero-rails5>=2.0.0:databases/rubygem-pghero-rails5 \
 		rubygem-dotenv-rails-rails5>=2.2:misc/rubygem-dotenv-rails-rails5 \
 		rubygem-aws-sdk>=2.10:devel/rubygem-aws-sdk \
-		rubygem-fog-core>=1.45:devel/rubygem-fog-core \
+		rubygem-fog-core1>=1.45:devel/rubygem-fog-core1 \
 		rubygem-fog-local>=0.4:net/rubygem-fog-local \
 		rubygem-fog-openstack>=0.1:net/rubygem-fog-openstack \
 		rubygem-paperclip-rails5>=5.1.0:devel/rubygem-paperclip-rails5 \


More information about the svn-ports-all mailing list