pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/mupdf



Module Name:    pkgsrc
Committed By:   hauke
Date:           Fri Feb  9 16:03:04 UTC 2018

Modified Files:
        pkgsrc/print/mupdf: Makefile

Log Message:
Package requires a newer zlib version.

Fixes PR pkg/52994


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/print/mupdf/Makefile

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

Modified files:

Index: pkgsrc/print/mupdf/Makefile
diff -u pkgsrc/print/mupdf/Makefile:1.57 pkgsrc/print/mupdf/Makefile:1.58
--- pkgsrc/print/mupdf/Makefile:1.57    Sun Jan 21 08:21:37 2018
+++ pkgsrc/print/mupdf/Makefile Fri Feb  9 16:03:04 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.57 2018/01/21 08:21:37 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2018/02/09 16:03:04 hauke Exp $
 
 DISTNAME=      mupdf-1.12.0-source
 PKGNAME=       ${DISTNAME:S/-source//}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    print
 MASTER_SITES=  https://mupdf.com/downloads/archive/
 
@@ -49,7 +49,7 @@ post-build:
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/mupdf.pc ${DESTDIR}${PREFIX}/lib/pkgconfig
 
-BUILDLINK_API_DEPENDS.zlib+=   zlib>=1.2.3
+BUILDLINK_API_DEPENDS.zlib+=   zlib>=1.2.7
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../fonts/harfbuzz/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index