svn commit: r460458 - in head/print/qpdf: . files

Tijl Coosemans tijl at FreeBSD.org
Wed Feb 7 19:21:46 UTC 2018


On Wed, 31 Jan 2018 04:39:23 +0000 (UTC) Yuri Victorovich <yuri at FreeBSD.org> wrote:
> Author: yuri
> Date: Wed Jan 31 04:39:23 2018
> New Revision: 460458
> URL: https://svnweb.freebsd.org/changeset/ports/460458
> 
> Log:
>   print/qpdf: Update to 7.1.0
>   
>   Additional changes:
>   * Added a patch to work around the missing include:
>     https://github.com/qpdf/qpdf/pull/172
>   * Added a patch to fix the clang and gcc build problem:
>     https://github.com/qpdf/qpdf/issues/177
>   
>   PR:		225226
>   Reported by:	Dmitri Goutnik <dg at syrec.org>
>   Approved by:	tcberner (mentor)
>   Differential Revision:	https://reviews.freebsd.org/D14119
> 
> Modified: head/print/qpdf/pkg-plist
> ==============================================================================
> --- head/print/qpdf/pkg-plist	Wed Jan 31 04:23:07 2018	(r460457)
> +++ head/print/qpdf/pkg-plist	Wed Jan 31 04:39:23 2018	(r460458)
> @@ -11,8 +11,10 @@ include/qpdf/Pipeline.hh
>  include/qpdf/Pl_Buffer.hh
>  include/qpdf/Pl_Concatenate.hh
>  include/qpdf/Pl_Count.hh
> +include/qpdf/Pl_DCT.hh
>  include/qpdf/Pl_Discard.hh
>  include/qpdf/Pl_Flate.hh
> +include/qpdf/Pl_RunLength.hh
>  include/qpdf/Pl_StdioFile.hh
>  include/qpdf/PointerHolder.hh
>  include/qpdf/QPDF.hh
> @@ -28,10 +30,9 @@ include/qpdf/QUtil.hh
>  include/qpdf/RandomDataProvider.hh
>  include/qpdf/Types.h
>  include/qpdf/qpdf-c.h
> -lib/libqpdf.a
>  lib/libqpdf.so
> -lib/libqpdf.so.17
> -lib/libqpdf.so.17.0.0
> +lib/libqpdf.so.18
> +lib/libqpdf.so.18.2.0

You should bump PORTREVISION of dependent ports because of this library
version change.


More information about the svn-ports-head mailing list