svn commit: r396622 - branches/2015Q3/textproc/rubygem-jekyll-paginate
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Sep 10 22:55:31 UTC 2015
Author: amdmi3
Date: Thu Sep 10 22:55:30 2015
New Revision: 396622
URL: https://svnweb.freebsd.org/changeset/ports/396622
Log:
MFH: r396621
- Add LICENSE_FILE
- Fix shebangs
Approved by: portmgr blanket
Approved by: ports-secteam shebang fix blanket
Modified:
branches/2015Q3/textproc/rubygem-jekyll-paginate/Makefile
Directory Properties:
branches/2015Q3/ (props changed)
Modified: branches/2015Q3/textproc/rubygem-jekyll-paginate/Makefile
==============================================================================
--- branches/2015Q3/textproc/rubygem-jekyll-paginate/Makefile Thu Sep 10 22:54:26 2015 (r396621)
+++ branches/2015Q3/textproc/rubygem-jekyll-paginate/Makefile Thu Sep 10 22:55:30 2015 (r396622)
@@ -3,6 +3,7 @@
PORTNAME= jekyll-paginate
PORTVERSION= 1.1.0
+PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
@@ -10,9 +11,14 @@ MAINTAINER= ruby at FreeBSD.org
COMMENT= Built-in Pagination Generator for Jekyll
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
+USES= shebangfix
+SHEBANG_FILES= script/bootstrap \
+ script/cibuild \
+ script/unbundle
.include <bsd.port.mk>
More information about the svn-ports-branches
mailing list