pkgsrc-WIP-changes archive

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

mupdf: Update wip/mupdf to 1.12.0



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Dec 17 11:34:34 2017 +0100
Changeset:	375fac5aa2a373eaa35a917cb4fbd81777a33d75

Modified Files:
	mupdf/Makefile
	mupdf/distinfo
	mupdf/files/mupdf.pc

Log Message:
mupdf: Update wip/mupdf to 1.12.0

pkgsrc changes:
 - Adjust `Version:' in files/mupdf.pc adding the final `.0'.

Changes:
1.12.0
------
 - Misc bug fixes and improvements
   (no real changelog between 1.12.0rc1 and 1.12.0 is present though)

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

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

diffstat:
 mupdf/Makefile       | 4 ++--
 mupdf/distinfo       | 8 ++++----
 mupdf/files/mupdf.pc | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/mupdf/Makefile b/mupdf/Makefile
index 7df998afc6..56193c4f8a 100644
--- a/mupdf/Makefile
+++ b/mupdf/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.54 2017/10/25 11:00:03 leot Exp $
 
-DISTNAME=	mupdf-1.12-rc1-source
-PKGNAME=	${DISTNAME:S/-source//:S/-rc1/rc1/}
+DISTNAME=	mupdf-1.12.0-source
+PKGNAME=	${DISTNAME:S/-source//}
 CATEGORIES=	print
 MASTER_SITES=	https://mupdf.com/downloads/archive/
 
diff --git a/mupdf/distinfo b/mupdf/distinfo
index 1f03f77595..e0bd33002b 100644
--- a/mupdf/distinfo
+++ b/mupdf/distinfo
@@ -1,9 +1,9 @@
 $NetBSD: distinfo,v 1.38 2017/10/25 11:00:03 leot Exp $
 
-SHA1 (mupdf-1.12-rc1-source.tar.gz) = fe6b4dedc343ee88f881508604c2728c657bdfad
-RMD160 (mupdf-1.12-rc1-source.tar.gz) = 10c00e49e282f4475920cfdfdac38f765e254930
-SHA512 (mupdf-1.12-rc1-source.tar.gz) = 12b232224b2a73794e3a70270b3dd3d6cdb51400c8ec421f2d96436ec5f221f567634851a9892e60a3fe39d74def6f2c666e301fa6f40c4f28e6a26b5dd5deb6
-Size (mupdf-1.12-rc1-source.tar.gz) = 51372273 bytes
+SHA1 (mupdf-1.12.0-source.tar.gz) = 0daee66600023de2bda2f1928a97a8515c17d2d2
+RMD160 (mupdf-1.12.0-source.tar.gz) = 9d36991f260c55c28ffc7f3b1d2acee84f735407
+SHA512 (mupdf-1.12.0-source.tar.gz) = 11ae620e55e9ebd5844abd7decacc0dafc90dd1f4907ba6ed12f5c725d3920187fc730a7fc33979bf3ff9451da7dbb51f34480a878083e2064f3455555f47d96
+Size (mupdf-1.12.0-source.tar.gz) = 51508917 bytes
 SHA1 (patch-Makethird) = 77820f7344e00140a9792b5a6a3ddb1afa01b7bb
 SHA1 (patch-ab) = 0aafa5815fc0907e3ddcc8f0e7c83510a82669d8
 SHA1 (patch-ac) = 799efd894505fd960953905e61022411e8adf1ef
diff --git a/mupdf/files/mupdf.pc b/mupdf/files/mupdf.pc
index 88d78d25a8..f5661112ea 100644
--- a/mupdf/files/mupdf.pc
+++ b/mupdf/files/mupdf.pc
@@ -5,6 +5,6 @@ includedir=${prefix}/include
 
 Name: mupdf
 Description: library for PDF files
-Version: 1.12
+Version: 1.12.0
 Libs: -Wl,-R${libdir} -L${libdir} -lmupdf -lmupdfthird -lmuthreads
 Cflags: -I${includedir}


Home | Main Index | Thread Index | Old Index