Date: Wed, 1 Jan 2014 00:08:40 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338344 - head/devel/rubygem-gitlab_git Message-ID: <201401010008.s0108eoE051583@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401010008.s0108eoE051583>