Attached patch updates qpdf port to version 5.1.1 Version of libqpdf is updated to 14. Please deinstall qpdf before upgrading to version 5.1.1 from previous versions. Fix: Patch attached with submission follows:
Author: rakuco Date: Sun Jan 19 14:10:49 2014 New Revision: 340300 URL: http://svnweb.freebsd.org/changeset/ports/340300 QAT: https://qat.redports.org/buildarchive/r340300/ Log: Update to 5.1.1. PR: ports/185878 Submitted by: Dmitry Kazarov <d.y.kazarov@mail.ru> (maintainer) Modified: head/print/qpdf/Makefile head/print/qpdf/distinfo head/print/qpdf/pkg-plist Modified: head/print/qpdf/Makefile ============================================================================== --- head/print/qpdf/Makefile Sun Jan 19 13:55:57 2014 (r340299) +++ head/print/qpdf/Makefile Sun Jan 19 14:10:49 2014 (r340300) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qpdf -PORTVERSION= 5.0.1 +PORTVERSION= 5.1.1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION} Modified: head/print/qpdf/distinfo ============================================================================== --- head/print/qpdf/distinfo Sun Jan 19 13:55:57 2014 (r340299) +++ head/print/qpdf/distinfo Sun Jan 19 14:10:49 2014 (r340300) @@ -1,2 +1,2 @@ -SHA256 (qpdf-5.0.1.tar.gz) = d0658a0b276ac5b811cc41edb8a4fc70d343a392aba53578df3c188f57b1efbd -SIZE (qpdf-5.0.1.tar.gz) = 7569985 +SHA256 (qpdf-5.1.1.tar.gz) = 95d355d8fa5e1c677e04d884161de94f5438bf3bdc1638498796b042bad4a726 +SIZE (qpdf-5.1.1.tar.gz) = 7662701 Modified: head/print/qpdf/pkg-plist ============================================================================== --- head/print/qpdf/pkg-plist Sun Jan 19 13:55:57 2014 (r340299) +++ head/print/qpdf/pkg-plist Sun Jan 19 14:10:49 2014 (r340300) @@ -25,12 +25,13 @@ include/qpdf/QPDFWriter.hh include/qpdf/QPDFXRefEntry.hh include/qpdf/QTC.hh include/qpdf/QUtil.hh +include/qpdf/RandomDataProvider.hh include/qpdf/Types.h include/qpdf/qpdf-c.h lib/libqpdf.a lib/libqpdf.la lib/libqpdf.so -lib/libqpdf.so.13 +lib/libqpdf.so.14 libdata/pkgconfig/libqpdf.pc man/man1/fix-qdf.1.gz man/man1/qpdf.1.gz _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!