www/rubygem-rdf-normalize: Update to 0.4.0
- Update WWW Changes: https://github.com/ruby-rdf/rdf-normalize/releases
This commit is contained in:
parent
436f9f59c8
commit
af9feda586
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= rdf-normalize
|
||||
DISTVERSION= 0.3.3
|
||||
PORTVERSION= 0.4.0
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
@ -8,7 +8,7 @@ COMMENT= RDF Graph normalizer for Ruby
|
|||
|
||||
LICENSE= UNLICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-rdf>=2.2<4:www/rubygem-rdf
|
||||
RUN_DEPENDS= rubygem-rdf>=3.1<4:www/rubygem-rdf
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1513266180
|
||||
SHA256 (rubygem/rdf-normalize-0.3.3.gem) = e01592493507bb27d07f4cc30731ea8768da5a39ea25f9c87a0b6757fa981841
|
||||
SIZE (rubygem/rdf-normalize-0.3.3.gem) = 12800
|
||||
TIMESTAMP = 1626714756
|
||||
SHA256 (rubygem/rdf-normalize-0.4.0.gem) = aff9da3c0d4ae1c05fa02503db28081375585cfa1880a94204a8c6536c81d0cd
|
||||
SIZE (rubygem/rdf-normalize-0.4.0.gem) = 12800
|
||||
|
|
|
@ -3,4 +3,4 @@ normalizer for the RDF.rb library suite. It generates normalized output for an
|
|||
RDF Dataset using the algorithm defined in RDF Normalize. It also implements an
|
||||
RDF Writer interface, which can be used to serialize normalized statements.
|
||||
|
||||
WWW: https://github.com/gkellogg/rdf-normalize
|
||||
WWW: https://github.com/ruby-rdf/rdf-normalize
|
||||
|
|
Loading…
Reference in a new issue