1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Upgrade argdata to version 0.2.

This release includes improvements to how the map/sequence iterator API
works. When using iterators, the object from which the iterator was
extracted can now go out of scope, without rendering the iterator
useless. This makes it a lot easier to traverse the tree at multiple
depths without needing to keep many iterators allocated.
This commit is contained in:
Ed Schouten 2017-02-28 11:52:46 +00:00
parent 7655661afb
commit 969aae3758
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435046
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= argdata
PORTVERSION= 0.1
PORTVERSION= 0.2
DISTVERSIONPREFIX=v
CATEGORIES= devel

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1488022001
SHA256 (NuxiNL-argdata-v0.1_GH0.tar.gz) = 1fd26745e72382b9e0eda042154b3219682de980f6cdd15f574f9d4288b7df79
SIZE (NuxiNL-argdata-v0.1_GH0.tar.gz) = 18787
TIMESTAMP = 1488282593
SHA256 (NuxiNL-argdata-v0.2_GH0.tar.gz) = bfc97e8a8a0d34909f2627e80013f2c3da2492e7b86060636a5d46731c12aee0
SIZE (NuxiNL-argdata-v0.2_GH0.tar.gz) = 18667