svn commit: r461898 - in head/net-im/mastodon: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Feb 15 12:46:30 UTC 2018


Author: sunpoet
Date: Thu Feb 15 12:46:29 2018
New Revision: 461898
URL: https://svnweb.freebsd.org/changeset/ports/461898

Log:
  Fix Gemfile for rubygem-pg 1.0.0 update
  
  - Bump PORTREVISION for package change

Modified:
  head/net-im/mastodon/Makefile
  head/net-im/mastodon/files/patch-Gemfile

Modified: head/net-im/mastodon/Makefile
==============================================================================
--- head/net-im/mastodon/Makefile	Thu Feb 15 12:46:24 2018	(r461897)
+++ head/net-im/mastodon/Makefile	Thu Feb 15 12:46:29 2018	(r461898)
@@ -3,7 +3,7 @@
 PORTNAME=	mastodon
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.2.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-im www
 
 MAINTAINER=	jrm at FreeBSD.org

Modified: head/net-im/mastodon/files/patch-Gemfile
==============================================================================
--- head/net-im/mastodon/files/patch-Gemfile	Thu Feb 15 12:46:24 2018	(r461897)
+++ head/net-im/mastodon/files/patch-Gemfile	Thu Feb 15 12:46:29 2018	(r461898)
@@ -1,10 +1,12 @@
---- Gemfile.orig	2018-01-24 12:29:46 UTC
+--- Gemfile.orig	2018-01-29 00:12:36 UTC
 +++ Gemfile
-@@ -11,11 +11,11 @@ gem 'uglifier', '~> 3.2'
+@@ -10,12 +10,12 @@ gem 'rails', '~> 5.1.4'
+ gem 'uglifier', '~> 3.2'
  
  gem 'hamlit-rails', '~> 0.2'
- gem 'pg', '~> 0.20'
+-gem 'pg', '~> 0.20'
 -gem 'pghero', '~> 1.7'
++gem 'pg', '>= 0.20'
 +gem 'pghero', '~> 2.0'
  gem 'dotenv-rails', '~> 2.2'
  


More information about the svn-ports-all mailing list