svn commit: r366426 - head/www/rubygem-unicorn

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Aug 28 16:25:04 UTC 2014


Author: sunpoet
Date: Thu Aug 28 16:25:03 2014
New Revision: 366426
URL: http://svnweb.freebsd.org/changeset/ports/366426
QAT: https://qat.redports.org/buildarchive/r366426/

Log:
  - Add LICENSE
  - Sort RUN_DEPENDS

Modified:
  head/www/rubygem-unicorn/Makefile

Modified: head/www/rubygem-unicorn/Makefile
==============================================================================
--- head/www/rubygem-unicorn/Makefile	Thu Aug 28 16:24:59 2014	(r366425)
+++ head/www/rubygem-unicorn/Makefile	Thu Aug 28 16:25:03 2014	(r366426)
@@ -9,13 +9,17 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Unicorn is an HTTP server for Rack applications
 
-RUN_DEPENDS=	rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack \
-		rubygem-kgio>=2.6:${PORTSDIR}/devel/rubygem-kgio \
+LICENSE=	GPLv2 GPLv3 RUBY
+LICENSE_COMB=	dual
+
+RUN_DEPENDS=	rubygem-kgio>=2.6:${PORTSDIR}/devel/rubygem-kgio \
+		rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack \
 		rubygem-raindrops>=0.7:${PORTSDIR}/www/rubygem-raindrops
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+
 PLIST_FILES=	bin/unicorn bin/unicorn_rails
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list