pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/orcus



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Feb 22 06:21:26 UTC 2019

Modified Files:
        pkgsrc/converters/orcus: buildlink3.mk

Log Message:
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.)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/converters/orcus/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/converters/orcus/buildlink3.mk
diff -u pkgsrc/converters/orcus/buildlink3.mk:1.6 pkgsrc/converters/orcus/buildlink3.mk:1.7
--- pkgsrc/converters/orcus/buildlink3.mk:1.6   Sat Feb  3 00:04:10 2018
+++ pkgsrc/converters/orcus/buildlink3.mk       Fri Feb 22 06:21:26 2019
@@ -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