- Update to 0.5.4
- Add LICENSE - Remove contiguous blank lines Changes: https://github.com/gitlabhq/pygments.rb/blob/master/CHANGELOG.md
This commit is contained in:
parent
d685b07f98
commit
711e1d8de0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338343
2 changed files with 5 additions and 4 deletions
|
@ -1,13 +1,15 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gitlab-pygments.rb
|
||||
PORTVERSION= 0.3.2
|
||||
PORTVERSION= 0.5.4
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Exposes the pygments syntax highlighter to Ruby
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-posix-spawn>=0.3.6:${PORTSDIR}/devel/rubygem-posix-spawn \
|
||||
rubygem-yajl-ruby>=1.1.0:${PORTSDIR}/devel/rubygem-yajl-ruby
|
||||
|
||||
|
@ -15,5 +17,4 @@ USE_RUBY= yes
|
|||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rubygem/gitlab-pygments.rb-0.3.2.gem) = 1ec65598763bbdafa9d98520d074bf8d4f1fc7d175284b1678fdf7df3818fa8a
|
||||
SIZE (rubygem/gitlab-pygments.rb-0.3.2.gem) = 1320960
|
||||
SHA256 (rubygem/gitlab-pygments.rb-0.5.4.gem) = a5f3d1e1b94d8e83834f21ee235600cc002acd1f95e2badb31e61624310d5c2d
|
||||
SIZE (rubygem/gitlab-pygments.rb-0.5.4.gem) = 1534976
|
||||
|
|
Loading…
Reference in a new issue