svn commit: r508868 - head/www/rubygem-task_list

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Aug 13 20:51:34 UTC 2019


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>


More information about the svn-ports-all mailing list