svn commit: r470128 - in head/textproc: . rubygem-html-pipeline27

Matthias Fechner mfechner at FreeBSD.org
Wed May 16 16:27:43 UTC 2018


Author: mfechner
Date: Wed May 16 16:27:41 2018
New Revision: 470128
URL: https://svnweb.freebsd.org/changeset/ports/470128

Log:
  Added a note to UPDATING about gitlab-pages feature was removed till it is fixed upstream again.

Added:
  head/textproc/rubygem-html-pipeline27/
     - copied from r468375, head/textproc/rubygem-html-pipeline/
Modified:
  head/textproc/Makefile
  head/textproc/rubygem-html-pipeline27/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Wed May 16 16:14:31 2018	(r470127)
+++ head/textproc/Makefile	Wed May 16 16:27:41 2018	(r470128)
@@ -1532,6 +1532,7 @@
     SUBDIR += rubygem-heredoc_unindent
     SUBDIR += rubygem-hikidoc
     SUBDIR += rubygem-html-pipeline
+    SUBDIR += rubygem-html-pipeline27
     SUBDIR += rubygem-html-pipeline-gitlab
     SUBDIR += rubygem-html-pipeline1
     SUBDIR += rubygem-html2text

Modified: head/textproc/rubygem-html-pipeline27/Makefile
==============================================================================
--- head/textproc/rubygem-html-pipeline/Makefile	Thu Apr 26 18:52:09 2018	(r468375)
+++ head/textproc/rubygem-html-pipeline27/Makefile	Wed May 16 16:27:41 2018	(r470128)
@@ -4,8 +4,9 @@ PORTNAME=	html-pipeline
 PORTVERSION=	2.7.2
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	27
 
-MAINTAINER=	ruby at FreeBSD.org
+MAINTAINER=	mfechner at FreeBSD.org
 COMMENT=	GitHub HTML processing filters and utilities
 
 LICENSE=	MIT
@@ -14,8 +15,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	rubygem-activesupport4>=2:devel/rubygem-activesupport4 \
 		rubygem-nokogiri>=1.4:textproc/rubygem-nokogiri
 
+PORTSCOUT=	limit:^2\.7\.
+
 NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list