svn commit: r386007 - head/www/rubygem-nanoc

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 10 20:18:33 UTC 2015


Author: sunpoet
Date: Sun May 10 20:18:32 2015
New Revision: 386007
URL: https://svnweb.freebsd.org/changeset/ports/386007

Log:
  - Add LICENSE
  - While I'm here, update RUN_DEPENDS
  
  Approved by:	portmgr (blanket)

Modified:
  head/www/rubygem-nanoc/Makefile

Modified: head/www/rubygem-nanoc/Makefile
==============================================================================
--- head/www/rubygem-nanoc/Makefile	Sun May 10 20:18:27 2015	(r386006)
+++ head/www/rubygem-nanoc/Makefile	Sun May 10 20:18:32 2015	(r386007)
@@ -9,7 +9,9 @@ MASTER_SITES=	RG
 MAINTAINER=	zi at FreeBSD.org
 COMMENT=	Simple but flexible static site generator
 
-RUN_DEPENDS=	rubygem-cri>=2.2:${PORTSDIR}/devel/rubygem-cri
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-cri>=2.3:${PORTSDIR}/devel/rubygem-cri
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes


More information about the svn-ports-all mailing list