From krion@voodoo.oberon.net  Thu May 22 16:17:17 2003
Return-Path: <krion@voodoo.oberon.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id DF3CE37B401; Thu, 22 May 2003 16:17:17 -0700 (PDT)
Received: from office.LF.net (office.LF.net [212.9.190.165])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 08DEA43F3F; Thu, 22 May 2003 16:17:17 -0700 (PDT)
	(envelope-from krion@voodoo.oberon.net)
Received: from voodoo.oberon.net ([212.118.165.100])
	by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168)
	(Exim 4.10)
	id 19IzJ6-000L4e-00; Fri, 23 May 2003 01:17:08 +0200
Received: from krion by voodoo.oberon.net with local (Exim 4.10)
	id 19IzIE-0003XO-00; Fri, 23 May 2003 01:16:14 +0200
Message-Id: <E19IzIE-0003XO-00@voodoo.oberon.net>
Date: Fri, 23 May 2003 01:16:14 +0200
From: Kirill Ponomarew <ponomarew@oberon.net>
Sender: Kirill Ponomarew <krion@voodoo.oberon.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: nbm@FreeBSD.org
Subject: Update devel/sip: 3.5 -> 3.6
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         52598
>Category:       ports
>Synopsis:       Update devel/sip: 3.5 -> 3.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    nbm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 22 16:20:14 PDT 2003
>Closed-Date:    Wed Aug 13 02:45:29 PDT 2003
>Last-Modified:  Wed Aug 13 02:45:29 PDT 2003
>Originator:     Kirill Ponomarew
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Oberon.net 
>Environment:
 
        
>Description:
Update devel/sip: 3.5 -> 3.6

>How-To-Repeat:
>Fix:
diff -ruN sip.orig/Makefile sip/Makefile
--- sip.orig/Makefile	Tue Apr 22 17:19:20 2003
+++ sip/Makefile	Fri May 23 00:51:46 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	sip
-PORTVERSION=	3.5
+PORTVERSION=	3.6
 CATEGORIES=	devel python
 MASTER_SITES=	http://www.river-bank.demon.co.uk/download/sip/
 DISTNAME=	sip-x11-gpl-${PORTVERSION}
diff -ruN sip.orig/distinfo sip/distinfo
--- sip.orig/distinfo	Sat Apr 19 17:19:46 2003
+++ sip/distinfo	Fri May 23 00:52:00 2003
@@ -1 +1 @@
-MD5 (sip-x11-gpl-3.5.tar.gz) = 5a3a598a25316aa947b79703678b18b5
+MD5 (sip-x11-gpl-3.6.tar.gz) = f8593ad47f9b5edf789887b619b43a6a
diff -ruN sip.orig/files/patch-build.py sip/files/patch-build.py
--- sip.orig/files/patch-build.py	Tue Apr 22 00:31:16 2003
+++ sip/files/patch-build.py	Fri May 23 00:54:51 2003
@@ -1,6 +1,6 @@
---- build.py.orig	Tue Apr 22 00:29:35 2003
-+++ build.py	Tue Apr 22 00:30:18 2003
-@@ -444,14 +444,6 @@
+--- build.py.orig	Fri May 23 00:53:01 2003
++++ build.py	Fri May 23 00:54:19 2003
+@@ -473,15 +473,6 @@
  
      inform("Qt %s %sis being used." % (qtversstr,qteditionstr))
  
@@ -12,10 +12,11 @@
 -           (qtedition != "free" and licType == "GPL"):
 -            error("This version of SIP and the %s edition of Qt have incompatible licenses." % (qtedition))
 -
- 
+-
  def checkQtLibrary():
      """Check which Qt library is to be used.
-@@ -529,41 +521,6 @@
+     """
+@@ -563,41 +554,6 @@
  
      if not os.access(progName,os.F_OK):
          error("This program must be run from the top level directory of the package, ie. the directory containing this program.")
@@ -44,7 +45,7 @@
 -        except:
 -            resp = ""
 -
--        resp = resp.strip().lower()
+-        resp = string.lower(string.strip(resp))
 -
 -        if resp == "yes":
 -            break
@@ -55,5 +56,5 @@
 -        if resp == "l":
 -            os.system("more LICENSE")
  
-     inform("Building the %s version of SIP 3.5 for Python %s on %s." % (licType,pyFullVers,sys.platform))
+     inform("Building the %s version of SIP 3.6 for Python %s on %s." % (licType,pyFullVers,sys.platform))
  
diff -ruN sip.orig/pkg-plist sip/pkg-plist
--- sip.orig/pkg-plist	Sat Apr 19 17:19:46 2003
+++ sip/pkg-plist	Fri May 23 00:57:13 2003
@@ -2,7 +2,7 @@
 include/sip/sip.h
 include/sip/sipQt.h
 lib/libsip.so
-lib/libsip.so.9
-lib/libsip.so.9.3
-lib/libsip.so.9.3.0
+lib/libsip.so.10
+lib/libsip.so.10.0
+lib/libsip.so.10.0.0
 @dirrm include/sip
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->nbm 
Responsible-Changed-By: arved 
Responsible-Changed-When: Sun May 25 06:20:36 PDT 2003 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=52598 
State-Changed-From-To: open->closed 
State-Changed-By: nbm 
State-Changed-When: Wed Aug 13 02:45:00 PDT 2003 
State-Changed-Why:  
sip port updated to 3.7.  Thanks for your PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=52598 
>Unformatted:
