From nobody@FreeBSD.org  Sun Sep 15 12:16:24 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id CB97130B
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 15 Sep 2013 12:16:24 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 9D5832E75
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 15 Sep 2013 12:16:24 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8FCGNtE041862
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 15 Sep 2013 12:16:23 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8FCGNGM041857;
	Sun, 15 Sep 2013 12:16:23 GMT
	(envelope-from nobody)
Message-Id: <201309151216.r8FCGNGM041857@oldred.freebsd.org>
Date: Sun, 15 Sep 2013 12:16:23 GMT
From: Dmitry Kazarov <d.y.kazarov@mail.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer update] print/qpdf update problem and update to 5.0.0
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         182109
>Category:       ports
>Synopsis:       [maintainer update] print/qpdf update problem and update to 5.0.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tabthorpe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 15 12:20:00 UTC 2013
>Closed-Date:    Thu Sep 26 02:58:46 UTC 2013
>Last-Modified:  Thu Sep 26 03:00:00 UTC 2013
>Originator:     Dmitry Kazarov
>Release:        9.2-PRERELEASE
>Organization:
>Environment:
FreeBSD Trudiaga.localdomain 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #0 r255573: Sat Sep 14 21:36:12 MSK 2013     root@Trudiaga.localdomain:/tmp/obj/usr/src/sys/GENERIC  amd64
>Description:
1. Current version is incompatible with previous versions due to changes in libqpdf.so. 
Due to the changes in libqpdf.so, please deinstall qpdf first while updating from 4.0.0 to 4.0.1+

2. Patch with update to 5.0.0 version is attached.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2013-09-15 14:09:21.000000000 +0400
+++ Makefile	2013-09-15 14:09:41.000000000 +0400
@@ -2,7 +2,7 @@
 # $FreeBSD: print/qpdf/Makefile 325172 2013-08-21 23:23:51Z wg $
 
 PORTNAME=	qpdf
-PORTVERSION=	4.0.1
+PORTVERSION=	5.0.0
 CATEGORIES=	print
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNAME}/${PORTVERSION}
--- distinfo.orig	2013-08-22 03:23:51.000000000 +0400
+++ distinfo	2013-09-15 14:12:11.000000000 +0400
@@ -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
--- pkg-plist.orig	2013-09-15 14:53:37.000000000 +0400
+++ pkg-plist	2013-09-15 15:04:36.000000000 +0400
@@ -17,6 +17,7 @@
 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/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


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe 
Responsible-Changed-By: tabthorpe 
Responsible-Changed-When: Sat Sep 21 19:29:02 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182109 
State-Changed-From-To: open->closed 
State-Changed-By: tabthorpe 
State-Changed-When: Thu Sep 26 02:58:45 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182109 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/182109: commit references a PR
Date: Thu, 26 Sep 2013 02:58:18 +0000 (UTC)

 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 <d.y.kazarov@mail.ru> (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
 _______________________________________________
 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"
 
>Unformatted:
