ports/60594: [maintainer-update] devel/py-sip: update to 4.0rc1

Eugene Ossintsev eugos at gmx.net
Fri Dec 26 16:10:21 UTC 2003


>Number:         60594
>Category:       ports
>Synopsis:       [maintainer-update] devel/py-sip: update to 4.0rc1
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 26 08:10:16 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Eugene Ossintsev
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD badger.home 4.9-STABLE FreeBSD 4.9-STABLE #2: Thu Dec 25 18:47:13 CET 2003 root at badger.home:/usr/obj/usr/src/sys/BADGER i386
>Description:
Update this port to the latest version 4.0rc1 (recommended by the author of
SIP).

devel/sip is no longer needed. (How to ask to delete it at all?)
>How-To-Repeat:
	
>Fix:
diff -ruN py-sip.orig/Makefile py-sip/Makefile
--- py-sip.orig/Makefile	Sun Aug 24 15:22:25 2003
+++ py-sip/Makefile	Fri Dec 26 03:06:22 2003
@@ -5,20 +5,21 @@
 # $FreeBSD: ports/devel/py-sip/Makefile,v 1.4 2003/08/24 06:19:35 krion Exp $
 
 PORTNAME=	sip
-PORTVERSION=	3.8
+PORTVERSION=	4.0.r1
 CATEGORIES=	devel python
+MASTER_SITES=	http://www.river-bank.demon.co.uk/download/sip/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTFILES=
+DISTNAME=	${PORTNAME}-${PORTVERSION:S/.r/rc/}
 
 MAINTAINER=	eugos at gmx.net
-COMMENT=	Python convenience link to sip library
-
-LIB_DEPENDS=	sip.10:${PORTSDIR}/devel/sip
+COMMENT=	Python to C and C++ bindings generator
 
 USE_PYTHON=	yes
-NO_BUILD=	yes
+USE_QT_VER=	3
 
-do-install:
-	${LN} -s ${LOCALBASE}/lib/libsip.so ${PYTHONPREFIX_SITELIBDIR}/libsip.so
+do-configure:
+	@(cd ${WRKSRC} && ${SETENV} QTDIR=${X11BASE} \
+		${PYTHON_CMD} configure.py -b ${PREFIX}/bin \
+		-d ${PYTHONPREFIX_SITELIBDIR} -v ${PREFIX}/share/sip)
 
 .include <bsd.port.mk>
diff -ruN py-sip.orig/distinfo py-sip/distinfo
--- py-sip.orig/distinfo	Thu Jan  1 01:00:00 1970
+++ py-sip/distinfo	Fri Dec 26 02:43:09 2003
@@ -0,0 +1 @@
+MD5 (sip-4.0rc1.tar.gz) = 63a3c4fa9f1e6eecdc2ed50570658d70
diff -ruN py-sip.orig/pkg-descr py-sip/pkg-descr
--- py-sip.orig/pkg-descr	Tue Oct  8 10:13:59 2002
+++ py-sip/pkg-descr	Thu Dec 25 02:31:52 2003
@@ -1 +1,3 @@
-Python convenience link to sip library
+SIP is a tool for generating Python bindings for C and C++ libraries.
+
+WWW: http://www.riverbankcomputing.co.uk/sip/
diff -ruN py-sip.orig/pkg-plist py-sip/pkg-plist
--- py-sip.orig/pkg-plist	Wed Aug 13 19:33:29 2003
+++ py-sip/pkg-plist	Thu Dec 25 02:52:23 2003
@@ -1 +1,4 @@
-%%PYTHON_SITELIBDIR%%/libsip.so
+bin/sip
+%%PYTHON_INCLUDEDIR%%/sip.h
+%%PYTHON_SITELIBDIR%%/sip.so
+%%PYTHON_SITELIBDIR%%/sipconfig.py
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list