pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/mdds1.2 Updated mdds1.2 to 1.2.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18948bfc82d1
branches:  trunk
changeset: 362903:18948bfc82d1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon May 29 10:24:02 2017 +0000

description:
Updated mdds1.2 to 1.2.3.

mdds 1.2.3

* all

  * changed the configure script to use --docdir unmodified.

* flat_segment_tree

  * added a segment iterator whose node value consists of the start
    and end keys and the value associated with each segment.  its
    start and end positions can be retrieved via begin_segment() and
    end_segment() methods.

diffstat:

 devel/mdds1.2/Makefile |   7 ++++---
 devel/mdds1.2/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r 6300cc8bfbbf -r 18948bfc82d1 devel/mdds1.2/Makefile
--- a/devel/mdds1.2/Makefile    Mon May 29 09:24:45 2017 +0000
+++ b/devel/mdds1.2/Makefile    Mon May 29 10:24:02 2017 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2017/04/30 01:21:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2017/05/29 10:24:02 wiz Exp $
 
-DISTNAME=      mdds-1.2.2
+DISTNAME=      mdds-1.2.3
 PKGNAME=       ${DISTNAME:S/mdds/mdds1.2/}
-PKGREVISION=   3
 CATEGORIES=    devel
 MASTER_SITES=  http://kohei.us/files/mdds/src/
 EXTRACT_SUFX=  .tar.bz2
@@ -17,6 +16,8 @@
 USE_TOOLS+=            gmake
 PKGCONFIG_OVERRIDE+=   misc/mdds.pc.in
 
+CONFIGURE_ARGS+=       --docdir=${PREFIX}/share/doc/mdds-1.2
+
 BUILDLINK_DEPMETHOD.boost-headers?=    build
 .include "../../devel/boost-headers/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
diff -r 6300cc8bfbbf -r 18948bfc82d1 devel/mdds1.2/distinfo
--- a/devel/mdds1.2/distinfo    Mon May 29 09:24:45 2017 +0000
+++ b/devel/mdds1.2/distinfo    Mon May 29 10:24:02 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/09/12 07:38:43 wiz Exp $
+$NetBSD: distinfo,v 1.4 2017/05/29 10:24:02 wiz Exp $
 
-SHA1 (mdds-1.2.2.tar.bz2) = 3d2e5fc0e00650cdd3c385ebacacb15bd364ea4f
-RMD160 (mdds-1.2.2.tar.bz2) = 1143b5e78086c3191fd3d37383a42ec916b6854e
-SHA512 (mdds-1.2.2.tar.bz2) = 552cb1b65c03cd18eb679c95821e47c1151e1b3015043de4b3a7bc14d27734772fa4d80fd90ab48998d0bc75385a3d29c4dd7ce826cf84b012685573c623bf01
-Size (mdds-1.2.2.tar.bz2) = 286185 bytes
+SHA1 (mdds-1.2.3.tar.bz2) = f4b8dd11622725eba6ed4238c47cddadc844bf40
+RMD160 (mdds-1.2.3.tar.bz2) = f29291dafee591e7acce9a7408b86e1c22751327
+SHA512 (mdds-1.2.3.tar.bz2) = e5935fd99a53df124532cfc8e46349b2ef9ca79f5f184ca2da941c9a77e66ee40e11478e520bf9cb62e1bcea4b69deab5088265e1b89fda04417130aab227c3d
+Size (mdds-1.2.3.tar.bz2) = 287079 bytes



Home | Main Index | Thread Index | Old Index