Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Aug 2019 20:51:33 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508868 - head/www/rubygem-task_list
Message-ID:  <201908132051.x7DKpXcj005594@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Aug 13 20:51:33 2019
New Revision: 508868
URL: https://svnweb.freebsd.org/changeset/ports/508868

Log:
  Change RUN_DEPENDS from rubygem-html-pipeline1 to rubygem-html-pipeline
  
  - Bump PORTREVISION for dependency change

Modified:
  head/www/rubygem-task_list/Makefile

Modified: head/www/rubygem-task_list/Makefile
==============================================================================
--- head/www/rubygem-task_list/Makefile	Tue Aug 13 20:51:27 2019	(r508867)
+++ head/www/rubygem-task_list/Makefile	Tue Aug 13 20:51:33 2019	(r508868)
@@ -3,6 +3,7 @@
 
 PORTNAME=	task_list
 PORTVERSION=	1.0.2
+PORTREVISION=	1
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -12,10 +13,11 @@ COMMENT=	GitHub-flavored-Markdown TaskList components
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-html-pipeline1>=0:textproc/rubygem-html-pipeline1
+RUN_DEPENDS=	rubygem-html-pipeline>=0:textproc/rubygem-html-pipeline
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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