pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc PKGREVISION bump for poppler dependency change



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b5d3e3e3bfd
branches:  trunk
changeset: 412203:6b5d3e3e3bfd
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Mar 01 12:28:31 2020 +0000

description:
PKGREVISION bump for poppler dependency change

diffstat:

 misc/calibre/Makefile             |  4 ++--
 print/luatex/Makefile             |  4 ++--
 print/pdf2djvu/Makefile           |  4 ++--
 print/poppler/buildlink3.mk       |  4 ++--
 print/web2c/Makefile              |  4 ++--
 print/xetex/Makefile              |  4 ++--
 sysutils/gnome-commander/Makefile |  4 ++--
 textproc/pdfgrep/Makefile         |  4 ++--
 8 files changed, 16 insertions(+), 16 deletions(-)

diffs (106 lines):

diff -r caa4ce082d4a -r 6b5d3e3e3bfd misc/calibre/Makefile
--- a/misc/calibre/Makefile     Sun Mar 01 12:26:28 2020 +0000
+++ b/misc/calibre/Makefile     Sun Mar 01 12:28:31 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.230 2020/01/26 17:31:43 rillig Exp $
+# $NetBSD: Makefile,v 1.231 2020/03/01 12:28:31 markd Exp $
 
 DISTNAME=      calibre-3.40.1
-PKGREVISION=   9
+PKGREVISION=   10
 CATEGORIES=    misc
 #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calibre/}
 MASTER_SITES=  http://download.calibre-ebook.com/${PKGVERSION_NOREV}/
diff -r caa4ce082d4a -r 6b5d3e3e3bfd print/luatex/Makefile
--- a/print/luatex/Makefile     Sun Mar 01 12:26:28 2020 +0000
+++ b/print/luatex/Makefile     Sun Mar 01 12:28:31 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.90 2020/01/18 23:33:29 rillig Exp $
+# $NetBSD: Makefile,v 1.91 2020/03/01 12:28:31 markd Exp $
 
-PKGREVISION= 4
+PKGREVISION= 5
 .include "../../print/texlive/Makefile.common"
 
 PKGNAME=       luatex-1.10.0
diff -r caa4ce082d4a -r 6b5d3e3e3bfd print/pdf2djvu/Makefile
--- a/print/pdf2djvu/Makefile   Sun Mar 01 12:26:28 2020 +0000
+++ b/print/pdf2djvu/Makefile   Sun Mar 01 12:28:31 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.82 2020/01/26 17:32:01 rillig Exp $
+# $NetBSD: Makefile,v 1.83 2020/03/01 12:28:31 markd Exp $
 
 DISTNAME=      pdf2djvu-0.9.13
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jwilk/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
diff -r caa4ce082d4a -r 6b5d3e3e3bfd print/poppler/buildlink3.mk
--- a/print/poppler/buildlink3.mk       Sun Mar 01 12:26:28 2020 +0000
+++ b/print/poppler/buildlink3.mk       Sun Mar 01 12:28:31 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.78 2020/03/01 11:18:58 markd Exp $
+# $NetBSD: buildlink3.mk,v 1.79 2020/03/01 12:28:32 markd Exp $
 
 BUILDLINK_TREE+=       poppler
 
@@ -6,7 +6,7 @@
 POPPLER_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.poppler+=        poppler>=0.5.1
-BUILDLINK_ABI_DEPENDS.poppler+=        poppler>=0.82.0
+BUILDLINK_ABI_DEPENDS.poppler+=        poppler>=0.84.0nb1
 BUILDLINK_PKGSRCDIR.poppler?=  ../../print/poppler
 
 GCC_REQD+=     5
diff -r caa4ce082d4a -r 6b5d3e3e3bfd print/web2c/Makefile
--- a/print/web2c/Makefile      Sun Mar 01 12:26:28 2020 +0000
+++ b/print/web2c/Makefile      Sun Mar 01 12:28:31 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.92 2020/01/18 23:35:05 rillig Exp $
+# $NetBSD: Makefile,v 1.93 2020/03/01 12:28:31 markd Exp $
 
-PKGREVISION= 3
+PKGREVISION= 4
 .include "../../print/texlive/Makefile.common"
 
 PKGNAME=       web2c-2019
diff -r caa4ce082d4a -r 6b5d3e3e3bfd print/xetex/Makefile
--- a/print/xetex/Makefile      Sun Mar 01 12:26:28 2020 +0000
+++ b/print/xetex/Makefile      Sun Mar 01 12:28:31 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.95 2020/01/18 23:35:05 rillig Exp $
+# $NetBSD: Makefile,v 1.96 2020/03/01 12:28:31 markd Exp $
 
-PKGREVISION= 5
+PKGREVISION= 6
 .include "../../print/texlive/Makefile.common"
 
 PKGNAME=       xetex-0.999991
diff -r caa4ce082d4a -r 6b5d3e3e3bfd sysutils/gnome-commander/Makefile
--- a/sysutils/gnome-commander/Makefile Sun Mar 01 12:26:28 2020 +0000
+++ b/sysutils/gnome-commander/Makefile Sun Mar 01 12:28:31 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.125 2020/01/18 23:35:17 rillig Exp $
+# $NetBSD: Makefile,v 1.126 2020/03/01 12:28:31 markd Exp $
 
 DISTNAME=              gnome-commander-1.2.8.15
-PKGREVISION=           86
+PKGREVISION=           87
 CATEGORIES=            sysutils
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/gnome-commander/1.2/}
 EXTRACT_SUFX=          .tar.xz
diff -r caa4ce082d4a -r 6b5d3e3e3bfd textproc/pdfgrep/Makefile
--- a/textproc/pdfgrep/Makefile Sun Mar 01 12:26:28 2020 +0000
+++ b/textproc/pdfgrep/Makefile Sun Mar 01 12:28:31 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2019/11/07 12:38:09 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2020/03/01 12:28:32 markd Exp $
 
 DISTNAME=      pdfgrep-2.1.2
-PKGREVISION=   6
+PKGREVISION=   7
 CATEGORIES=    textproc
 MASTER_SITES=  https://pdfgrep.org/download/
 



Home | Main Index | Thread Index | Old Index