svn commit: r541407 - head/textproc/rubygem-html-pipeline

Matthias Fechner mfechner at FreeBSD.org
Tue Jul 7 10:43:13 UTC 2020


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


More information about the svn-ports-all mailing list