Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Feb 2018 03:24:42 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460959 - in head/print/qpdf: . files
Message-ID:  <201802050324.w153OgNp042338@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Feb  5 03:24:42 2018
New Revision: 460959
URL: https://svnweb.freebsd.org/changeset/ports/460959

Log:
  print/qpdf: Update to 7.1.1 (a followup release)
  
  Fixed bugs that were left by the first commit for bug#225226
  that updated qpdf to 7.1.0:
  * build breaks when previous version is installed:
    https://github.com/qpdf/qpdf/issues/176
  * error: reinterpret_cast from 'nullptr_t' to 'char *':
    https://github.com/qpdf/qpdf/issues/177
  
  PR:		225226
  Reported by:	several users
  Approved by:	adamw (mentor)
  Differential Revision:	https://reviews.freebsd.org/D14201

Deleted:
  head/print/qpdf/files/patch-libqpdf_Pl__PNGFilter.cc
  head/print/qpdf/files/patch-libqpdf_QUtil.cc
Modified:
  head/print/qpdf/Makefile
  head/print/qpdf/distinfo
  head/print/qpdf/pkg-plist

Modified: head/print/qpdf/Makefile
==============================================================================
--- head/print/qpdf/Makefile	Mon Feb  5 01:56:53 2018	(r460958)
+++ head/print/qpdf/Makefile	Mon Feb  5 03:24:42 2018	(r460959)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	qpdf
-PORTVERSION=	7.1.0
+PORTVERSION=	7.1.1
 CATEGORIES=	print
 MASTER_SITES=	SF
 

Modified: head/print/qpdf/distinfo
==============================================================================
--- head/print/qpdf/distinfo	Mon Feb  5 01:56:53 2018	(r460958)
+++ head/print/qpdf/distinfo	Mon Feb  5 03:24:42 2018	(r460959)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1516116745
-SHA256 (qpdf-7.1.0.tar.gz) = 27054bfb83a4f4f70053c6d4c2de5e18ddf60c9a8edbce219ac1bdcf03f16a2e
-SIZE (qpdf-7.1.0.tar.gz) = 7097479
+TIMESTAMP = 1517797977
+SHA256 (qpdf-7.1.1.tar.gz) = 8a0dbfa000a5c257abbc03721c7be277920fe0fcff08202b61c9c2464eedf2fa
+SIZE (qpdf-7.1.1.tar.gz) = 7099282

Modified: head/print/qpdf/pkg-plist
==============================================================================
--- head/print/qpdf/pkg-plist	Mon Feb  5 01:56:53 2018	(r460958)
+++ head/print/qpdf/pkg-plist	Mon Feb  5 03:24:42 2018	(r460959)
@@ -32,7 +32,7 @@ include/qpdf/Types.h
 include/qpdf/qpdf-c.h
 lib/libqpdf.so
 lib/libqpdf.so.18
-lib/libqpdf.so.18.2.0
+lib/libqpdf.so.18.2.1
 libdata/pkgconfig/libqpdf.pc
 man/man1/fix-qdf.1.gz
 man/man1/qpdf.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802050324.w153OgNp042338>