pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/poppler poppler: fix package version



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47861a8f5ef3
branches:  trunk
changeset: 373094:47861a8f5ef3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 06 08:36:18 2022 +0000

description:
poppler: fix package version

Noticed by David Shao on pkgsrc-users.

diffstat:

 print/poppler/Makefile        |  3 ++-
 print/poppler/Makefile.common |  3 +--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 69f0922387ba -r 47861a8f5ef3 print/poppler/Makefile
--- a/print/poppler/Makefile    Sun Feb 06 08:30:24 2022 +0000
+++ b/print/poppler/Makefile    Sun Feb 06 08:36:18 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.85 2021/06/10 10:59:29 wiz Exp $
+# $NetBSD: Makefile,v 1.86 2022/02/06 08:36:18 wiz Exp $
 
 .include "../../print/poppler/Makefile.common"
 
+PKGREVISION=   1
 COMMENT=       PDF rendering library
 
 PKGCONFIG_OVERRIDE+=   poppler.pc.cmake
diff -r 69f0922387ba -r 47861a8f5ef3 print/poppler/Makefile.common
--- a/print/poppler/Makefile.common     Sun Feb 06 08:30:24 2022 +0000
+++ b/print/poppler/Makefile.common     Sun Feb 06 08:36:18 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.129 2022/01/30 12:07:02 rhialto Exp $
+# $NetBSD: Makefile.common,v 1.130 2022/02/06 08:36:18 wiz Exp $
 #
 # used by print/poppler/Makefile
 # used by print/poppler-cpp/Makefile
@@ -8,7 +8,6 @@
 # used by print/poppler-utils/Makefile
 
 POPPLER_VERS=  22.01.0
-PKGVERSION=    1
 DISTNAME=      poppler-${POPPLER_VERS}
 CATEGORIES=    print
 MASTER_SITES=  https://poppler.freedesktop.org/



Home | Main Index | Thread Index | Old Index