svn commit: r338344 - head/devel/rubygem-gitlab_git

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 1 00:08:41 UTC 2014


Author: sunpoet
Date: Wed Jan  1 00:08:40 2014
New Revision: 338344
URL: http://svnweb.freebsd.org/changeset/ports/338344

Log:
  - Add LICENSE
  - Remove contiguous blank lines

Modified:
  head/devel/rubygem-gitlab_git/Makefile

Modified: head/devel/rubygem-gitlab_git/Makefile
==============================================================================
--- head/devel/rubygem-gitlab_git/Makefile	Wed Jan  1 00:08:35 2014	(r338343)
+++ head/devel/rubygem-gitlab_git/Makefile	Wed Jan  1 00:08:40 2014	(r338344)
@@ -8,6 +8,8 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	GitLab wrapper around git objects
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	rubygem-activesupport>=3.2.13:${PORTSDIR}/devel/rubygem-activesupport \
 		rubygem-github-linguist>=2.3.4:${PORTSDIR}/textproc/rubygem-github-linguist \
 		rubygem-gitlab-grit>=2.6.0:${PORTSDIR}/textproc/rubygem-gitlab-grit
@@ -16,5 +18,4 @@ USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list