diff options
author | nia <nia@pkgsrc.org> | 2020-04-05 13:10:27 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-04-05 13:10:27 +0000 |
commit | 28b82ae43af31e7ea724e5c5e3d723bad1522114 (patch) | |
tree | 96da31ab43e84657743dbb7d0de770cdbfe03384 | |
parent | 8a7f1f1bdec0edcaffb5cedac600e7b807b02544 (diff) | |
download | pkgsrc-28b82ae43af31e7ea724e5c5e3d723bad1522114.tar.gz |
orcus: Update to 0.15.4
Release Notes
fixed a build error with gcc 10 with LTO. For more details, visit https://bugs.gentoo.org/715154.
removed potentially non-free specification and schema files from the package.
-rw-r--r-- | converters/orcus/DESCR | 2 | ||||
-rw-r--r-- | converters/orcus/Makefile | 8 | ||||
-rw-r--r-- | converters/orcus/distinfo | 10 |
3 files changed, 10 insertions, 10 deletions
diff --git a/converters/orcus/DESCR b/converters/orcus/DESCR index 41ea3a3cd9f..a0ce382df9c 100644 --- a/converters/orcus/DESCR +++ b/converters/orcus/DESCR @@ -1,3 +1,3 @@ Standalone file import filter library for spreadsheet documents. -This package contains the 0.13 branch of the library. +This package contains the 0.15 branch of the library. diff --git a/converters/orcus/Makefile b/converters/orcus/Makefile index 8b4ad4ec07d..81f63e7043a 100644 --- a/converters/orcus/Makefile +++ b/converters/orcus/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.30 2020/02/05 13:54:29 ryoon Exp $ +# $NetBSD: Makefile,v 1.31 2020/04/05 13:10:27 nia Exp $ -DISTNAME= liborcus-0.15.3 +DISTNAME= liborcus-0.15.4 PKGNAME= ${DISTNAME:S/liborcus/orcus/} CATEGORIES= converters -MASTER_SITES= http://kohei.us/files/orcus/src/ +MASTER_SITES= https://kohei.us/files/orcus/src/ EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://gitlab.com/orcus/orcus -COMMENT= Import filter library for spreadsheet documents (0.13 branch) +COMMENT= Import filter library for spreadsheet documents (0.15 branch) LICENSE= mpl-2.0 USE_LANGUAGES= c c++ diff --git a/converters/orcus/distinfo b/converters/orcus/distinfo index df46f5b9165..4db03b42c47 100644 --- a/converters/orcus/distinfo +++ b/converters/orcus/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.15 2020/02/05 13:54:29 ryoon Exp $ +$NetBSD: distinfo,v 1.16 2020/04/05 13:10:27 nia Exp $ -SHA1 (liborcus-0.15.3.tar.xz) = 2c7bfe2b15772d78fb3535002ec3a519cad05983 -RMD160 (liborcus-0.15.3.tar.xz) = 1dc92169b4f4407547df5dcf6823b07644f34e05 -SHA512 (liborcus-0.15.3.tar.xz) = bb5495a64ac5f984e107feb36dfe5c801d2ce7e2fcbee8f8bc779d87001e1fcb1d1f70ee2695eb976f1553c59908a15f887ceeb7ccfc556d4476ea846c5036f2 -Size (liborcus-0.15.3.tar.xz) = 1988748 bytes +SHA1 (liborcus-0.15.4.tar.xz) = a428ce282806e8e66d439d4cc8827ef91066fbb5 +RMD160 (liborcus-0.15.4.tar.xz) = db2eb883ee2162acce7575d3e429cdc379bb4bdb +SHA512 (liborcus-0.15.4.tar.xz) = edbe1d6f86a249e43915e7fb960e6b269fa8703e3f571a023e811dd3f9b5d9c9a36edff491faa7ed7ea3490bf5afe1999e26d05c658a0a393b3ffd08b311b76f +Size (liborcus-0.15.4.tar.xz) = 1590048 bytes SHA1 (patch-configure) = c27504754bfd738f38ee021530087587f9d6cfd0 |