svn commit: r511483 - head/devel/rubygem-octopress-hooks
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Sep 7 22:47:55 UTC 2019
Author: sunpoet
Date: Sat Sep 7 22:47:54 2019
New Revision: 511483
URL: https://svnweb.freebsd.org/changeset/ports/511483
Log:
Change RUN_DEPENDS from rubygem-jekyll to rubygem-jekyll3
- Bump PORTREVISION for dependency change
Modified:
head/devel/rubygem-octopress-hooks/Makefile
Modified: head/devel/rubygem-octopress-hooks/Makefile
==============================================================================
--- head/devel/rubygem-octopress-hooks/Makefile Sat Sep 7 22:47:49 2019 (r511482)
+++ head/devel/rubygem-octopress-hooks/Makefile Sat Sep 7 22:47:54 2019 (r511483)
@@ -2,6 +2,7 @@
PORTNAME= octopress-hooks
PORTVERSION= 2.6.2
+PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -11,10 +12,11 @@ COMMENT= Allows access to Jekyll data at different int
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= rubygem-jekyll>=2.0:www/rubygem-jekyll
+RUN_DEPENDS= rubygem-jekyll3>=2.0:www/rubygem-jekyll3
-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