mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
math/rubygem-mathn: Update to 0.2.0
- Update LICENSE_FILE - Add NO_ARCH Changes: https://github.com/ruby/mathn/releases
This commit is contained in:
parent
1e01444668
commit
ac35a4bc0d
2 changed files with 9 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= mathn
|
PORTNAME= mathn
|
||||||
PORTVERSION= 0.1.0
|
PORTVERSION= 0.2.0
|
||||||
CATEGORIES= math rubygems
|
CATEGORIES= math rubygems
|
||||||
MASTER_SITES= RG
|
MASTER_SITES= RG
|
||||||
|
|
||||||
|
@ -8,8 +8,12 @@ COMMENT= Deprecated library that extends math operations
|
||||||
WWW= https://github.com/ruby/mathn
|
WWW= https://github.com/ruby/mathn
|
||||||
|
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
LICENSE_FILE= ${WRKSRC}/BSDL
|
||||||
|
|
||||||
|
RUN_DEPENDS= rubygem-cmath>=0:math/rubygem-cmath
|
||||||
|
|
||||||
USES= gem
|
USES= gem
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1524345755
|
TIMESTAMP = 1730540980
|
||||||
SHA256 (rubygem/mathn-0.1.0.gem) = 17e4fce0fe975dd58204d19998527ce3a781cd28a789bffcfb32594aa908c8f2
|
SHA256 (rubygem/mathn-0.2.0.gem) = ed3922e0e0a1286c824151a2aa47ed5f6f62be2e0a96196d2e03d507e4561c11
|
||||||
SIZE (rubygem/mathn-0.1.0.gem) = 8704
|
SIZE (rubygem/mathn-0.2.0.gem) = 9216
|
||||||
|
|
Loading…
Add table
Reference in a new issue