aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2019-08-14 04:51:33 +0800
committersunpoet <sunpoet@FreeBSD.org>2019-08-14 04:51:33 +0800
commit8f503291e6279811dcf7817b792f2acb51e5d667 (patch)
tree24e5c244555d0d8913bf74760b5a47d177fe54c9 /www
parentd9c8961f92154063932704d509042288ce1e14f4 (diff)
downloadfreebsd-ports-gnome-8f503291e6279811dcf7817b792f2acb51e5d667.tar.gz
freebsd-ports-gnome-8f503291e6279811dcf7817b792f2acb51e5d667.tar.zst
freebsd-ports-gnome-8f503291e6279811dcf7817b792f2acb51e5d667.zip
Change RUN_DEPENDS from rubygem-html-pipeline1 to rubygem-html-pipeline
- Bump PORTREVISION for dependency change
Diffstat (limited to 'www')
-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>