From owner-svn-ports-head@freebsd.org Tue Sep 3 07:50:21 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 86471D04E1; Tue, 3 Sep 2019 07:50:21 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46MzdT2zr5z40ND; Tue, 3 Sep 2019 07:50:21 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 46751275DD; Tue, 3 Sep 2019 07:50:21 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x837oL1H028881; Tue, 3 Sep 2019 07:50:21 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x837oKIj028877; Tue, 3 Sep 2019 07:50:20 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201909030750.x837oKIj028877@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 3 Sep 2019 07:50:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510928 - in head/print/qpdf: . files X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/print/qpdf: . files X-SVN-Commit-Revision: 510928 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Sep 2019 07:50:21 -0000 Author: wen Date: Tue Sep 3 07:50:20 2019 New Revision: 510928 URL: https://svnweb.freebsd.org/changeset/ports/510928 Log: - Update to 9.0.0 Modified: head/print/qpdf/Makefile head/print/qpdf/distinfo head/print/qpdf/files/patch-make_libtool.mk head/print/qpdf/pkg-plist Modified: head/print/qpdf/Makefile ============================================================================== --- head/print/qpdf/Makefile Tue Sep 3 07:45:40 2019 (r510927) +++ head/print/qpdf/Makefile Tue Sep 3 07:50:20 2019 (r510928) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= qpdf -DISTVERSION= 8.4.2 -PORTREVISION= 1 +DISTVERSION= 9.0.0 CATEGORIES= print MASTER_SITES= SF Modified: head/print/qpdf/distinfo ============================================================================== --- head/print/qpdf/distinfo Tue Sep 3 07:45:40 2019 (r510927) +++ head/print/qpdf/distinfo Tue Sep 3 07:50:20 2019 (r510928) @@ -1,3 +1,3 @@ -TIMESTAMP = 1559101290 -SHA256 (qpdf-8.4.2.tar.gz) = 69a30a65ef9398e6dbf151f1f6a31321cbc0f49b6cc0689ce10ea958bfd13ec3 -SIZE (qpdf-8.4.2.tar.gz) = 16988263 +TIMESTAMP = 1567492746 +SHA256 (qpdf-9.0.0.tar.gz) = 9d2a70c181ff7e5d92a0fc10c4973a2a8164d4fb71ce3584bc5f1740bd65379c +SIZE (qpdf-9.0.0.tar.gz) = 18172400 Modified: head/print/qpdf/files/patch-make_libtool.mk ============================================================================== --- head/print/qpdf/files/patch-make_libtool.mk Tue Sep 3 07:45:40 2019 (r510927) +++ head/print/qpdf/files/patch-make_libtool.mk Tue Sep 3 07:50:20 2019 (r510928) @@ -1,4 +1,4 @@ ---- make/libtool.mk.orig 2018-01-15 01:09:20 UTC +--- make/libtool.mk.orig 2019-09-03 07:26:46 UTC +++ make/libtool.mk @@ -1,7 +1,7 @@ # --- Required interface definitions --- @@ -6,14 +6,14 @@ -# LIBTOOL needs bash -SHELL=/bin/bash +# LIBTOOL needs sh -+SHELL?=/bin/sh ++SHELL=/bin/sh OBJ=o LOBJ=lo @@ -112,14 +112,14 @@ install: all - ./mkinstalldirs $(DESTDIR)$(includedir)/qpdf - ./mkinstalldirs $(DESTDIR)$(docdir) - ./mkinstalldirs $(DESTDIR)$(mandir)/man1 + ./mkinstalldirs -m 0755 $(DESTDIR)$(includedir)/qpdf + ./mkinstalldirs -m 0755 $(DESTDIR)$(docdir) + ./mkinstalldirs -m 0755 $(DESTDIR)$(mandir)/man1 - $(LIBTOOL) --mode=install ./install-sh \ + $(LIBTOOL) --mode=install ./install-sh -s \ libqpdf/$(OUTPUT_DIR)/libqpdf.la \ @@ -27,4 +27,4 @@ + $(LIBTOOL) --mode=install ./install-sh -s \ zlib-flate/$(OUTPUT_DIR)/zlib-flate \ $(DESTDIR)$(bindir)/zlib-flate - cp qpdf/fix-qdf $(DESTDIR)$(bindir) + ./install-sh -m 0755 qpdf/fix-qdf $(DESTDIR)$(bindir) Modified: head/print/qpdf/pkg-plist ============================================================================== --- head/print/qpdf/pkg-plist Tue Sep 3 07:45:40 2019 (r510927) +++ head/print/qpdf/pkg-plist Tue Sep 3 07:50:20 2019 (r510928) @@ -20,6 +20,7 @@ include/qpdf/Pl_QPDFTokenizer.hh include/qpdf/Pl_RunLength.hh include/qpdf/Pl_StdioFile.hh include/qpdf/PointerHolder.hh +include/qpdf/QIntC.hh include/qpdf/QPDF.hh include/qpdf/QPDFAcroFormDocumentHelper.hh include/qpdf/QPDFAnnotationObjectHelper.hh @@ -47,8 +48,8 @@ include/qpdf/RandomDataProvider.hh include/qpdf/Types.h include/qpdf/qpdf-c.h lib/libqpdf.so -lib/libqpdf.so.21 -lib/libqpdf.so.21.4.2 +lib/libqpdf.so.26 +lib/libqpdf.so.26.0.0 libdata/pkgconfig/libqpdf.pc man/man1/fix-qdf.1.gz man/man1/qpdf.1.gz