devel/rubygem-pygments.rb: Update to 2.3.0
- Update pkg-descr Changes: https://github.com/pygments/pygments.rb/releases https://github.com/pygments/pygments.rb/blob/master/CHANGELOG.adoc
This commit is contained in:
parent
47fad7e451
commit
f13853a749
3 changed files with 11 additions and 23 deletions
|
@ -1,35 +1,23 @@
|
|||
# Created by: Steve Wills <swills@FreeBSD.org>
|
||||
|
||||
PORTNAME= pygments.rb
|
||||
PORTVERSION= 1.2.1
|
||||
PORTVERSION= 2.3.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Exposes the pygments syntax highlighter to Ruby
|
||||
COMMENT= Ruby wrapper for Pygments syntax highlighter
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-multi_json>=1.0.0:devel/rubygem-multi_json
|
||||
USES= gem python:env shebangfix
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem shebangfix
|
||||
|
||||
SHEBANG_FILES= vendor/pygments-main/external/autopygmentize
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '1d' \
|
||||
${WRKSRC}/lib/pygments/mentos.py \
|
||||
${WRKSRC}/vendor/pygments-main/external/lasso-builtins-generator-9.lasso \
|
||||
${WRKSRC}/vendor/pygments-main/pygmentize \
|
||||
${WRKSRC}/vendor/pygments-main/pygments/util.py \
|
||||
${WRKSRC}/vendor/pygments-main/scripts/check_sources.py \
|
||||
${WRKSRC}/vendor/pygments-main/scripts/debug_lexer.py \
|
||||
${WRKSRC}/vendor/pygments-main/scripts/vim2pygments.py \
|
||||
${WRKSRC}/vendor/pygments-main/setup.py \
|
||||
${WRKSRC}/vendor/simplejson/scripts/make_docs.py \
|
||||
${WRKSRC}/vendor/simplejson/setup.py
|
||||
SHEBANG_FILES= vendor/pygments-main/bin/pygmentize \
|
||||
lib/pygments/mentos.py
|
||||
python_OLD_CMD= /usr/bin/python3.9
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1512841200
|
||||
SHA256 (rubygem/pygments.rb-1.2.1.gem) = db4a8c5df77fda655032ad30968b6d3e9f04047b9d9a46eaaa0a9cf337b77b51
|
||||
SIZE (rubygem/pygments.rb-1.2.1.gem) = 1176064
|
||||
TIMESTAMP = 1648249154
|
||||
SHA256 (rubygem/pygments.rb-2.3.0.gem) = 4c41c8baee10680d808b2fda9b236fe6b2799cd4ce5c15e29b936cf4bf97f510
|
||||
SIZE (rubygem/pygments.rb-2.3.0.gem) = 909824
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
pygments.rb exposes the pygments syntax highlighter to Ruby
|
||||
pygments.rb is a Ruby wrapper for Pygments syntax highlighter.
|
||||
|
||||
WWW: https://github.com/pygments/pygments.rb
|
||||
|
|
Loading…
Reference in a new issue