svn commit: r338244 - head/www/rubygem-erubis

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Dec 31 06:58:52 UTC 2013


Author: sunpoet
Date: Tue Dec 31 06:58:51 2013
New Revision: 338244
URL: http://svnweb.freebsd.org/changeset/ports/338244

Log:
  - Add LICENSE
  - Fix RUN_DEPENDS
  - Bump PORTREVISION for dependency change

Modified:
  head/www/rubygem-erubis/Makefile

Modified: head/www/rubygem-erubis/Makefile
==============================================================================
--- head/www/rubygem-erubis/Makefile	Tue Dec 31 06:58:47 2013	(r338243)
+++ head/www/rubygem-erubis/Makefile	Tue Dec 31 06:58:51 2013	(r338244)
@@ -3,17 +3,19 @@
 
 PORTNAME=	erubis
 PORTVERSION=	2.7.0
+PORTREVISION=	1
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Fast, secure, and extensible implementation of eRuby
 
-RUN_DEPENDS=	rubygem-abstract>=1.0.0:${PORTSDIR}/devel/rubygem-abstract
+LICENSE=	MIT
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+
 PLIST_FILES=	bin/erubis
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list