pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/mdds1.2
Module Name: pkgsrc
Committed By: wiz
Date: Mon May 29 10:24:02 UTC 2017
Modified Files:
pkgsrc/devel/mdds1.2: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/mdds1.2/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/mdds1.2/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/mdds1.2/Makefile
diff -u pkgsrc/devel/mdds1.2/Makefile:1.6 pkgsrc/devel/mdds1.2/Makefile:1.7
--- pkgsrc/devel/mdds1.2/Makefile:1.6 Sun Apr 30 01:21:34 2017
+++ pkgsrc/devel/mdds1.2/Makefile Mon May 29 10:24:02 2017
@@ -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_LANGUAGES= c c++
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"
Index: pkgsrc/devel/mdds1.2/distinfo
diff -u pkgsrc/devel/mdds1.2/distinfo:1.3 pkgsrc/devel/mdds1.2/distinfo:1.4
--- pkgsrc/devel/mdds1.2/distinfo:1.3 Mon Sep 12 07:38:43 2016
+++ pkgsrc/devel/mdds1.2/distinfo Mon May 29 10:24:02 2017
@@ -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