From owner-svn-ports-all@FreeBSD.ORG Thu Sep 26 02:58:11 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A92A63AA; Thu, 26 Sep 2013 02:58:11 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7DEAD276A; Thu, 26 Sep 2013 02:58:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8Q2wBWQ024086; Thu, 26 Sep 2013 02:58:11 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8Q2wAMY024079; Thu, 26 Sep 2013 02:58:10 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309260258.r8Q2wAMY024079@svn.freebsd.org> From: Thomas Abthorpe Date: Thu, 26 Sep 2013 02:58:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328330 - in head: . print/qpdf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Sep 2013 02:58:11 -0000 Author: tabthorpe Date: Thu Sep 26 02:58:10 2013 New Revision: 328330 URL: http://svnweb.freebsd.org/changeset/ports/328330 Log: - Update to 5.0.0 PR: ports/182109 Submitted by: Dmitry Kazarov (maintainer) Modified: head/UPDATING head/print/qpdf/Makefile head/print/qpdf/distinfo (contents, props changed) head/print/qpdf/pkg-plist (contents, props changed) Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Sep 26 02:30:22 2013 (r328329) +++ head/UPDATING Thu Sep 26 02:58:10 2013 (r328330) @@ -5,6 +5,13 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20130925 + AFFECTS: Users of print/qpdf + AUTHOR: d.y.kazarov@mail.ru + + Due to the changes in libqpdf.so, please deinstall qpdf first if you + are updating from 4.0.0 to 4.0.1+ + 20130920: AFFECTS: Users of ports AUTHOR: bapt@FreeBSD.org Modified: head/print/qpdf/Makefile ============================================================================== --- head/print/qpdf/Makefile Thu Sep 26 02:30:22 2013 (r328329) +++ head/print/qpdf/Makefile Thu Sep 26 02:58:10 2013 (r328330) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qpdf -PORTVERSION= 4.0.1 +PORTVERSION= 5.0.0 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION} Modified: head/print/qpdf/distinfo ============================================================================== --- head/print/qpdf/distinfo Thu Sep 26 02:30:22 2013 (r328329) +++ head/print/qpdf/distinfo Thu Sep 26 02:58:10 2013 (r328330) @@ -1,2 +1,2 @@ -SHA256 (qpdf-4.0.1.tar.gz) = a4080ad53c778d60aa56df724751fb55bd096130d244fb1483c9257b9739c04d -SIZE (qpdf-4.0.1.tar.gz) = 5031080 +SHA256 (qpdf-5.0.0.tar.gz) = ddeac2272cbabffbaf7320d7e783085ed3690710616e0b855947b25e59a97b37 +SIZE (qpdf-5.0.0.tar.gz) = 7556793 Modified: head/print/qpdf/pkg-plist ============================================================================== --- head/print/qpdf/pkg-plist Thu Sep 26 02:30:22 2013 (r328329) +++ head/print/qpdf/pkg-plist Thu Sep 26 02:58:10 2013 (r328330) @@ -17,6 +17,7 @@ include/qpdf/Pl_StdioFile.hh include/qpdf/PointerHolder.hh include/qpdf/QPDF.hh include/qpdf/QPDFExc.hh +include/qpdf/QPDFObjGen.hh include/qpdf/QPDFObject.hh include/qpdf/QPDFObjectHandle.hh include/qpdf/QPDFTokenizer.hh @@ -27,8 +28,9 @@ include/qpdf/QUtil.hh include/qpdf/Types.h include/qpdf/qpdf-c.h lib/libqpdf.a +lib/libqpdf.la lib/libqpdf.so -lib/libqpdf.so.10 +lib/libqpdf.so.13 libdata/pkgconfig/libqpdf.pc share/doc/qpdf/qpdf-manual.html share/doc/qpdf/qpdf-manual.pdf