summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2016-05-18 11:53:27 +0000
committerwiz <wiz>2016-05-18 11:53:27 +0000
commit749efec017463c0ecd163ba8b3c64a79d93f61ec (patch)
tree9d40c3d38820a034b47b64a0fe24cef72512941e /devel
parent6c989c282b10db20e37c1226d8c5e01c9a940dec (diff)
downloadpkgsrc-749efec017463c0ecd163ba8b3c64a79d93f61ec.tar.gz
Mention this is the 1.0 branch of the package.
Diffstat (limited to 'devel')
-rw-r--r--devel/mdds/DESCR2
-rw-r--r--devel/mdds/Makefile4
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/mdds/DESCR b/devel/mdds/DESCR
index df5a443da7e..31dcd36133c 100644
--- a/devel/mdds/DESCR
+++ b/devel/mdds/DESCR
@@ -7,3 +7,5 @@ It implements the following data structure:
* flat segment tree
* segment tree
* rectangle set
+
+This package contains the 1.0 branch of the software.
diff --git a/devel/mdds/Makefile b/devel/mdds/Makefile
index bca002249c6..dcf71c43fba 100644
--- a/devel/mdds/Makefile
+++ b/devel/mdds/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2016/03/08 18:50:21 ryoon Exp $
+# $NetBSD: Makefile,v 1.31 2016/05/18 11:53:27 wiz Exp $
DISTNAME= mdds-1.1.0
CATEGORIES= devel
@@ -7,7 +7,7 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://gitlab.com/mdds/mdds
-COMMENT= Collection of multi-dimensional data structure and indexing algorithms
+COMMENT= Collection of multi-dimensional data structure and indexing algorithms (1.0 branch)
LICENSE= mit
GNU_CONFIGURE= yes