diff options
author | wiz <wiz@pkgsrc.org> | 2016-09-19 14:11:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-09-19 14:11:00 +0000 |
commit | 130b36c8462e6edb48359a0eb609691b79b02158 (patch) | |
tree | 2f5b3d9c4b05dffefe1b173ca5546460385b6460 /converters/orcus | |
parent | a592a7c4cd8c836dbe841ea8e798edde554f33ec (diff) | |
download | pkgsrc-130b36c8462e6edb48359a0eb609691b79b02158.tar.gz |
Mark as 0.10 branch to make difference to orcus0.12 clearer.
Diffstat (limited to 'converters/orcus')
-rw-r--r-- | converters/orcus/DESCR | 2 | ||||
-rw-r--r-- | converters/orcus/Makefile | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/converters/orcus/DESCR b/converters/orcus/DESCR index 5fbe13e0f86..468f59badf0 100644 --- a/converters/orcus/DESCR +++ b/converters/orcus/DESCR @@ -1 +1,3 @@ Standalone file import filter library for spreadsheet documents. + +This package contains the 0.10 branch of the library. diff --git a/converters/orcus/Makefile b/converters/orcus/Makefile index 9c63c8a6fc4..9993f8de413 100644 --- a/converters/orcus/Makefile +++ b/converters/orcus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2016/02/13 08:46:02 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2016/09/19 14:11:00 wiz Exp $ DISTNAME= liborcus-0.9.2 PKGNAME= ${DISTNAME:S/lib//} @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.xz MAINTAINER= jaapb@NetBSD.org HOMEPAGE= https://gitlab.com/orcus/orcus -COMMENT= Import filter library for spreadsheet documents +COMMENT= Import filter library for spreadsheet documents (0.10 branch) LICENSE= mpl-2.0 USE_LANGUAGES= c c++ |