mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
- Update to 0.8.3
- Add LICENSE Changes: https://github.com/SamSaffron/lru_redux/blob/master/README.md#changlog
This commit is contained in:
parent
fe936f9289
commit
bb4f99763f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379499
2 changed files with 6 additions and 4 deletions
|
@ -2,15 +2,17 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= lru_redux
|
PORTNAME= lru_redux
|
||||||
PORTVERSION= 0.8.1
|
PORTVERSION= 0.8.3
|
||||||
CATEGORIES= devel rubygems
|
CATEGORIES= devel rubygems
|
||||||
MASTER_SITES= RG
|
MASTER_SITES= RG
|
||||||
|
|
||||||
MAINTAINER= ruby@FreeBSD.org
|
MAINTAINER= ruby@FreeBSD.org
|
||||||
COMMENT= Efficient implementation of an lru cache
|
COMMENT= Efficient implementation of an lru cache
|
||||||
|
|
||||||
|
LICENSE= MIT
|
||||||
|
|
||||||
USE_RUBY= yes
|
USE_RUBY= yes
|
||||||
USE_RUBYGEMS= yes
|
USE_RUBYGEMS= yes
|
||||||
RUBYGEM_AUTOPLIST=yes
|
RUBYGEM_AUTOPLIST= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (rubygem/lru_redux-0.8.1.gem) = 1121f77f9b0fcd87cd613e2a129d2bb67123d3514530574765430740767683ee
|
SHA256 (rubygem/lru_redux-0.8.3.gem) = c84c041668574fd92719d6ef5438f9c8a9ec2dc87f4c9472f9a5f5ea6d827c85
|
||||||
SIZE (rubygem/lru_redux-0.8.1.gem) = 9728
|
SIZE (rubygem/lru_redux-0.8.3.gem) = 9728
|
||||||
|
|
Loading…
Add table
Reference in a new issue