svn commit: r435046 - head/devel/argdata
Ed Schouten
ed at FreeBSD.org
Tue Feb 28 11:52:47 UTC 2017
Author: ed (src committer)
Date: Tue Feb 28 11:52:46 2017
New Revision: 435046
URL: https://svnweb.freebsd.org/changeset/ports/435046
Log:
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.
Modified:
head/devel/argdata/Makefile
head/devel/argdata/distinfo
Modified: head/devel/argdata/Makefile
==============================================================================
--- head/devel/argdata/Makefile Tue Feb 28 11:42:03 2017 (r435045)
+++ head/devel/argdata/Makefile Tue Feb 28 11:52:46 2017 (r435046)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= argdata
-PORTVERSION= 0.1
+PORTVERSION= 0.2
DISTVERSIONPREFIX=v
CATEGORIES= devel
Modified: head/devel/argdata/distinfo
==============================================================================
--- head/devel/argdata/distinfo Tue Feb 28 11:42:03 2017 (r435045)
+++ head/devel/argdata/distinfo Tue Feb 28 11:52:46 2017 (r435046)
@@ -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
More information about the svn-ports-head
mailing list