From owner-svn-ports-head@freebsd.org Thu Oct 26 14:12:38 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB2AFE4AAB3; Thu, 26 Oct 2017 14:12:38 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7545C7F9F8; Thu, 26 Oct 2017 14:12:38 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9QECbxR088222; Thu, 26 Oct 2017 14:12:37 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9QECbln088221; Thu, 26 Oct 2017 14:12:37 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201710261412.v9QECbln088221@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Thu, 26 Oct 2017 14:12:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452921 - head/net-im/mastodon X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/net-im/mastodon X-SVN-Commit-Revision: 452921 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Oct 2017 14:12:38 -0000 Author: jrm Date: Thu Oct 26 14:12:37 2017 New Revision: 452921 URL: https://svnweb.freebsd.org/changeset/ports/452921 Log: net-im/mastodon: Update the minimum required versions for the dependencies textproc/rubygem-charlock_holmes and devel/rubygem-webpacker-rails5. Upstream requires the newer versions. Reported by: Marcin Cieslak Modified: head/net-im/mastodon/Makefile Modified: head/net-im/mastodon/Makefile ============================================================================== --- head/net-im/mastodon/Makefile Thu Oct 26 13:40:04 2017 (r452920) +++ head/net-im/mastodon/Makefile Thu Oct 26 14:12:37 2017 (r452921) @@ -3,7 +3,7 @@ PORTNAME= mastodon DISTVERSIONPREFIX= v DISTVERSION= 2.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im www MAINTAINER= jrm@FreeBSD.org @@ -34,7 +34,7 @@ BR_DEPENDS= ffmpeg>0:multimedia/ffmpeg \ rubygem-active_model_serializers>=0.10.6:databases/rubygem-active_model_serializers \ rubygem-addressable>=2.5.1_1:www/rubygem-addressable \ rubygem-browser>=2.4.0:www/rubygem-browser \ - rubygem-charlock_holmes>=0.7.3_5:textproc/rubygem-charlock_holmes \ + rubygem-charlock_holmes>=0.7.5:textproc/rubygem-charlock_holmes \ rubygem-iso-639>=0.2.8:textproc/rubygem-iso-639 \ rubygem-cld3>=3.1.3_1:textproc/rubygem-cld3 \ rubygem-devise-rails5>=4.3.0:devel/rubygem-devise-rails5 \ @@ -79,7 +79,7 @@ BR_DEPENDS= ffmpeg>0:multimedia/ffmpeg \ rubygem-strong_migrations>=0.1.9:devel/rubygem-strong_migrations \ rubygem-twitter-text>=1.14.7:textproc/rubygem-twitter-text \ rubygem-tzinfo-data>=1.2017.2:devel/rubygem-tzinfo-data \ - rubygem-webpacker-rails5>=2.0:devel/rubygem-webpacker-rails5 \ + rubygem-webpacker-rails5>=3.0.2:devel/rubygem-webpacker-rails5 \ rubygem-webpush>=0.3.2_1:security/rubygem-webpush \ rubygem-json-ld-preloaded>=2.2.1:converters/rubygem-json-ld-preloaded \ rubygem-rdf-normalize>=0.3.2:www/rubygem-rdf-normalize \