pkgsrc-WIP-changes archive

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

mupdf: Bump BUILDLINK_API_DEPENDS



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed Oct 3 13:59:16 2018 +0200
Changeset:	d0a26bdb8cbe3b682f4eba51af4c0ca88f45c2fa

Modified Files:
	mupdf/buildlink3.mk

Log Message:
mupdf: Bump BUILDLINK_API_DEPENDS

Both API and ABI were changed significantly that needed several
adjustements to wip/zathura-pdf-mupdf (only dependency of mupdf in
pkgsrc)... So bump BUILDLINK_API_DEPENDS and remove not needed
BUILDLINK_ABI_DEPENDS.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d0a26bdb8cbe3b682f4eba51af4c0ca88f45c2fa

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

diffstat:
 mupdf/buildlink3.mk | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/mupdf/buildlink3.mk b/mupdf/buildlink3.mk
index a41ce8448b..cdaa1fb59c 100644
--- a/mupdf/buildlink3.mk
+++ b/mupdf/buildlink3.mk
@@ -5,8 +5,7 @@ BUILDLINK_TREE+=	mupdf
 .if !defined(MUPDF_BUILDLINK3_MK)
 MUPDF_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.mupdf+=	mupdf>=1.13.0
-BUILDLINK_ABI_DEPENDS.mupdf?=	mupdf>=1.13.0nb1
+BUILDLINK_API_DEPENDS.mupdf+=	mupdf>=1.14.0
 BUILDLINK_PKGSRCDIR.mupdf?=	../../wip/mupdf
 
 pkgbase := mupdf


Home | Main Index | Thread Index | Old Index