Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jun 2018 14:56:15 +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: r473552 - in head/textproc/rubygem-html-pipeline-gitlab: . files
Message-ID:  <201806291456.w5TEuFxs025812@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Fri Jun 29 14:56:15 2018
New Revision: 473552
URL: https://svnweb.freebsd.org/changeset/ports/473552

Log:
  Updated to 2.7.1 which is required for gitlab 10.8.5.
  
  Reviewed by:	mat, tz (mentor)
  Approved by:	tz (mentor)
  Differential Revision:	https://reviews.freebsd.org/D16032

Deleted:
  head/textproc/rubygem-html-pipeline-gitlab/files/
Modified:
  head/textproc/rubygem-html-pipeline-gitlab/Makefile
  head/textproc/rubygem-html-pipeline-gitlab/distinfo

Modified: head/textproc/rubygem-html-pipeline-gitlab/Makefile
==============================================================================
--- head/textproc/rubygem-html-pipeline-gitlab/Makefile	Fri Jun 29 14:22:11 2018	(r473551)
+++ head/textproc/rubygem-html-pipeline-gitlab/Makefile	Fri Jun 29 14:56:15 2018	(r473552)
@@ -1,24 +1,25 @@
 # $FreeBSD$
 
-PORTNAME=	html-pipeline-gitlab
-PORTVERSION=	0.2.0
+PORTNAME=	html-pipeline
+PORTVERSION=	2.7.1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	-gitlab
 
-MAINTAINER=	ruby@FreeBSD.org
-COMMENT=	Extension filters for html-pipeline used by GitLab
+MAINTAINER=	mfechner@FreeBSD.org
+COMMENT=	GitHub HTML processing filters and utilities used by GitLab
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-actionpack4>=4:www/rubygem-actionpack4 \
-		rubygem-gitlab_emoji>=0.1:graphics/rubygem-gitlab_emoji \
-		rubygem-html-pipeline>=1.11.0:textproc/rubygem-html-pipeline \
-		rubygem-mime-types>=0:misc/rubygem-mime-types \
-		rubygem-sanitize>=2.1:textproc/rubygem-sanitize
+RUN_DEPENDS=	rubygem-activesupport4>=2:devel/rubygem-activesupport4 \
+		rubygem-nokogiri>=1.4:textproc/rubygem-nokogiri
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+PORTSCOUT=	limit:^2\.7\.1
 
 .include <bsd.port.mk>

Modified: head/textproc/rubygem-html-pipeline-gitlab/distinfo
==============================================================================
--- head/textproc/rubygem-html-pipeline-gitlab/distinfo	Fri Jun 29 14:22:11 2018	(r473551)
+++ head/textproc/rubygem-html-pipeline-gitlab/distinfo	Fri Jun 29 14:56:15 2018	(r473552)
@@ -1,2 +1,3 @@
-SHA256 (rubygem/html-pipeline-gitlab-0.2.0.gem) = 3631eedbf33ff56eda6a6ee898277fe47f188377c19e55b20d4eac8f95208448
-SIZE (rubygem/html-pipeline-gitlab-0.2.0.gem) = 9216
+TIMESTAMP = 1530208902
+SHA256 (rubygem/html-pipeline-2.7.1.gem) = 4d36699cc0fe677a8a90214d43c23e3559a9126c38299b2bb3f6c9983e387d42
+SIZE (rubygem/html-pipeline-2.7.1.gem) = 29184



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