pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/orcus orcus: bump dependency version in bui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/228eccc7cc0e
branches:  trunk
changeset: 330065:228eccc7cc0e
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Fri Feb 22 06:21:26 2019 +0000

description:
orcus: bump dependency version in buildlink3.mk

libreoffice, the sole package that presently depends on orcus, requires a
minimum version of 0.14 now. (And, for that matter, the orcus change log
indicates that there have been incompatible API changes.) Bump
accordingly here. (If an older version of orcus was present, the
current version of libreoffice would simply have failed to build.)

diffstat:

 converters/orcus/buildlink3.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r bae76966b859 -r 228eccc7cc0e converters/orcus/buildlink3.mk
--- a/converters/orcus/buildlink3.mk    Fri Feb 22 06:15:50 2019 +0000
+++ b/converters/orcus/buildlink3.mk    Fri Feb 22 06:21:26 2019 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.6 2018/02/03 00:04:10 ryoon Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2019/02/22 06:21:26 gutteridge Exp $
 
 BUILDLINK_TREE+=       orcus
 
 .if !defined(ORCUS_BUILDLINK3_MK)
 ORCUS_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.orcus+=  orcus>=0.13.2
+BUILDLINK_API_DEPENDS.orcus+=  orcus>=0.14.0
 BUILDLINK_PKGSRCDIR.orcus?=    ../../converters/orcus
 
 .endif # ORCUS_BUILDLINK3_MK



Home | Main Index | Thread Index | Old Index