Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Dec 2013 20:29:03 +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: r335713 - head/www/rubygem-gitlab-gollum-lib
Message-ID:  <201312052029.rB5KT3TC004210@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec  5 20:29:03 2013
New Revision: 335713
URL: http://svnweb.freebsd.org/changeset/ports/335713

Log:
  - Add LICENSE
  - Remove trailing period from COMMENT
  - Remove contiguous blank lines

Modified:
  head/www/rubygem-gitlab-gollum-lib/Makefile

Modified: head/www/rubygem-gitlab-gollum-lib/Makefile
==============================================================================
--- head/www/rubygem-gitlab-gollum-lib/Makefile	Thu Dec  5 20:28:54 2013	(r335712)
+++ head/www/rubygem-gitlab-gollum-lib/Makefile	Thu Dec  5 20:29:03 2013	(r335713)
@@ -6,7 +6,9 @@ CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
-COMMENT=	Simple, Git-powered wiki with a sweet API and local frontend.
+COMMENT=	Simple, Git-powered wiki with a sweet API and local frontend
+
+LICENSE=	MIT
 
 RUN_DEPENDS=	rubygem-github-markdown>=0.5.3:${PORTSDIR}/textproc/rubygem-github-markdown \
 		rubygem-github-markup>=0.7.5:${PORTSDIR}/textproc/rubygem-github-markup \
@@ -20,5 +22,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?201312052029.rB5KT3TC004210>