svn commit: r334436 - head/devel/rubygem-thread_safe

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 20 18:32:14 UTC 2013


Author: sunpoet
Date: Wed Nov 20 18:32:13 2013
New Revision: 334436
URL: http://svnweb.freebsd.org/changeset/ports/334436

Log:
  - Add LICENSE
  - Remove contiguous blank lines

Modified:
  head/devel/rubygem-thread_safe/Makefile

Modified: head/devel/rubygem-thread_safe/Makefile
==============================================================================
--- head/devel/rubygem-thread_safe/Makefile	Wed Nov 20 18:13:07 2013	(r334435)
+++ head/devel/rubygem-thread_safe/Makefile	Wed Nov 20 18:32:13 2013	(r334436)
@@ -9,11 +9,12 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Thread-safe collections and utilities for Ruby
 
+LICENSE=	AL2
+
 RUN_DEPENDS=	rubygem-atomic>=0:${PORTSDIR}/devel/rubygem-atomic
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list