aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-task_list/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-13 20:51:33 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-13 20:51:33 +0000
commitd765fa29b4bfa0c41c9997751408793488282c4c (patch)
tree24e5c244555d0d8913bf74760b5a47d177fe54c9 /www/rubygem-task_list/Makefile
parentc03009bda9bfca0ac9995d8d138c8039cfb00db5 (diff)
downloadports-d765fa29b4bfa0c41c9997751408793488282c4c.tar.gz
ports-d765fa29b4bfa0c41c9997751408793488282c4c.zip
Change RUN_DEPENDS from rubygem-html-pipeline1 to rubygem-html-pipeline
- Bump PORTREVISION for dependency change
Notes
Notes: svn path=/head/; revision=508868
Diffstat (limited to 'www/rubygem-task_list/Makefile')
-rw-r--r--www/rubygem-task_list/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/rubygem-task_list/Makefile b/www/rubygem-task_list/Makefile
index f5f79e2a7455..96ee2fe8ca38 100644
--- a/www/rubygem-task_list/Makefile
+++ b/www/rubygem-task_list/Makefile
@@ -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>