Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 2016 13:23:19 +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: r406454 - head/devel/rubygem-octopress-hooks
Message-ID:  <201601171323.u0HDNJoE019185@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan 17 13:23:19 2016
New Revision: 406454
URL: https://svnweb.freebsd.org/changeset/ports/406454

Log:
  - Add LICENSE_FILE
  - Update RUN_DEPENDS: use jekyll 3
  - Bump PORTREVISION for dependency change
  
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/devel/rubygem-octopress-hooks/Makefile

Modified: head/devel/rubygem-octopress-hooks/Makefile
==============================================================================
--- head/devel/rubygem-octopress-hooks/Makefile	Sun Jan 17 13:23:14 2016	(r406453)
+++ head/devel/rubygem-octopress-hooks/Makefile	Sun Jan 17 13:23:19 2016	(r406454)
@@ -2,6 +2,7 @@
 
 PORTNAME=	octopress-hooks
 PORTVERSION=	2.6.1
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -9,8 +10,9 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Allows access to Jekyll data at different internal processing stages
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-jekyll2>=2.0:${PORTSDIR}/www/rubygem-jekyll2
+RUN_DEPENDS=	rubygem-jekyll>=2.0:${PORTSDIR}/www/rubygem-jekyll
 
 NO_ARCH=	yes
 USE_RUBY=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601171323.u0HDNJoE019185>