svn commit: r335713 - head/www/rubygem-gitlab-gollum-lib

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Dec 5 20:29:04 UTC 2013


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 at 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>


More information about the svn-ports-head mailing list