pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/poppler



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb  6 08:36:18 UTC 2022

Modified Files:
        pkgsrc/print/poppler: Makefile Makefile.common

Log Message:
poppler: fix package version

Noticed by David Shao on pkgsrc-users.


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/print/poppler/Makefile
cvs rdiff -u -r1.129 -r1.130 pkgsrc/print/poppler/Makefile.common

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

Modified files:

Index: pkgsrc/print/poppler/Makefile
diff -u pkgsrc/print/poppler/Makefile:1.85 pkgsrc/print/poppler/Makefile:1.86
--- pkgsrc/print/poppler/Makefile:1.85  Thu Jun 10 10:59:29 2021
+++ pkgsrc/print/poppler/Makefile       Sun Feb  6 08:36:18 2022
@@ -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

Index: pkgsrc/print/poppler/Makefile.common
diff -u pkgsrc/print/poppler/Makefile.common:1.129 pkgsrc/print/poppler/Makefile.common:1.130
--- pkgsrc/print/poppler/Makefile.common:1.129  Sun Jan 30 12:07:02 2022
+++ pkgsrc/print/poppler/Makefile.common        Sun Feb  6 08:36:18 2022
@@ -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