mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 0.1.2
Changes: https://github.com/jm/toml/blob/master/CHANGELOG.md
This commit is contained in:
parent
3680ddefbd
commit
2f873480f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373275
2 changed files with 5 additions and 6 deletions
|
@ -2,8 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= toml
|
PORTNAME= toml
|
||||||
PORTVERSION= 0.1.1
|
PORTVERSION= 0.1.2
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= devel rubygems
|
CATEGORIES= devel rubygems
|
||||||
MASTER_SITES= RG
|
MASTER_SITES= RG
|
||||||
|
|
||||||
|
@ -12,13 +11,13 @@ COMMENT= TOML parser
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
|
|
||||||
RUN_DEPENDS= rubygem-parslet>=1.5:${PORTSDIR}/textproc/rubygem-parslet
|
RUN_DEPENDS= rubygem-parslet>=1.5.0:${PORTSDIR}/textproc/rubygem-parslet
|
||||||
|
|
||||||
USE_RUBY= yes
|
USE_RUBY= yes
|
||||||
USE_RUBYGEMS= yes
|
USE_RUBYGEMS= yes
|
||||||
RUBYGEM_AUTOPLIST= yes
|
RUBYGEM_AUTOPLIST= yes
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e '18 s|~>|">="|' ${WRKSRC}/${GEM_NAME}.gemspec
|
@${REINPLACE_CMD} -e '18 s|~>|>=|' ${WRKSRC}/${GEM_NAME}.gemspec
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (rubygem/toml-0.1.1.gem) = e8721879bc79f21924e2b876801526ac4e2bf08785dcfb45066f2d8b8dd9add4
|
SHA256 (rubygem/toml-0.1.2.gem) = 3b612774430a95b66fb92ef8f820637a394851727f3b738e793ab4885e88dbf2
|
||||||
SIZE (rubygem/toml-0.1.1.gem) = 15360
|
SIZE (rubygem/toml-0.1.2.gem) = 10240
|
||||||
|
|
Loading…
Add table
Reference in a new issue