Date: Sat, 7 Sep 2019 22:47:54 +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: r511483 - head/devel/rubygem-octopress-hooks Message-ID: <201909072247.x87Mlsd4049990@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909072247.x87Mlsd4049990>