Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jul 2020 10:43:12 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541407 - head/textproc/rubygem-html-pipeline
Message-ID:  <202007071043.067AhClD062895@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Tue Jul  7 10:43:12 2020
New Revision: 541407
URL: https://svnweb.freebsd.org/changeset/ports/541407

Log:
  Switch to rails 6.0.

Modified:
  head/textproc/rubygem-html-pipeline/Makefile

Modified: head/textproc/rubygem-html-pipeline/Makefile
==============================================================================
--- head/textproc/rubygem-html-pipeline/Makefile	Tue Jul  7 10:42:28 2020	(r541406)
+++ head/textproc/rubygem-html-pipeline/Makefile	Tue Jul  7 10:43:12 2020	(r541407)
@@ -2,6 +2,7 @@
 
 PORTNAME=	html-pipeline
 PORTVERSION=	2.12.3
+PORTREVISION=	1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +12,7 @@ COMMENT=	GitHub HTML processing filters and utilities
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-activesupport52>=2:devel/rubygem-activesupport52 \
+RUN_DEPENDS=	rubygem-activesupport60>=2:devel/rubygem-activesupport60 \
 		rubygem-nokogiri>=1.4:textproc/rubygem-nokogiri
 
 USES=		gem



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007071043.067AhClD062895>