Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 May 2003 01:16:14 +0200
From:      Kirill Ponomarew <ponomarew@oberon.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        nbm@FreeBSD.org
Subject:   ports/52598: Update devel/sip: 3.5 -> 3.6
Message-ID:  <E19IzIE-0003XO-00@voodoo.oberon.net>
Resent-Message-ID: <200305222320.h4MNKFhD022195@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         52598
>Category:       ports
>Synopsis:       Update devel/sip: 3.5 -> 3.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 22 16:20:14 PDT 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19IzIE-0003XO-00>