Bug 185878 - [maintainer update] print/qpdf update problem and update to 5.1.1
Summary: [maintainer update] print/qpdf update problem and update to 5.1.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-19 13:10 UTC by d.y.kazarov
Modified: 2014-01-19 14:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.16 KB, patch)
2014-01-19 13:10 UTC, d.y.kazarov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description d.y.kazarov 2014-01-19 13:10:00 UTC
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:
Comment 1 dfilter service freebsd_committer freebsd_triage 2014-01-19 14:11:03 UTC
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"
Comment 2 Raphael Kubo da Costa freebsd_committer freebsd_triage 2014-01-19 14:11:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!