ports/72153: [patch] Update devel/py-sip to 4.1.1 and fix unfetchable

danny at ricin.com danny at ricin.com
Tue Sep 28 22:20:23 UTC 2004


>Number:         72153
>Category:       ports
>Synopsis:       [patch] Update devel/py-sip to 4.1.1 and fix unfetchable
>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:   Tue Sep 28 22:20:23 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Danny Pansters
>Release:        FreeBSD 5.3-BETA4 i386
>Organization:
>Environment:
System: FreeBSD workstation.homenet 5.3-BETA4 FreeBSD 5.3-BETA4 #2: Fri Sep 17 04:04:10 CEST 2004 root at workstation.homenet:/usr/obj/usr/src/sys/WORKSTATION i386


	
>Description:
	Update to new 4.1.1 version. The former 4.0.1 is not fetchable from
master site anymore. Maintainer cc'd.
>How-To-Repeat:
	
>Fix:
	Patch to be applied from within /usr/ports or a local ports tree
	

--- py-sip.diff begins here ---
diff -urN devel/py-sip/Makefile devel/py-sip.new/Makefile
--- devel/py-sip/Makefile	Tue Sep 28 20:08:38 2004
+++ devel/py-sip.new/Makefile	Tue Sep 28 20:07:52 2004
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/devel/py-sip/Makefile,v 1.11 2004/07/08 20:04:32 krion Exp $
 
 PORTNAME=	sip
-PORTVERSION=	4.0.1
+PORTVERSION=	4.1.1
 CATEGORIES=	devel python
 MASTER_SITES=	http://www.river-bank.demon.co.uk/download/sip/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,10 +18,15 @@
 USE_PYTHON=	yes
 USE_QT_VER=	3
 
+.include <bsd.port.pre.mk>
+
 do-configure:
 	@(cd ${WRKSRC} && ${SETENV} QTDIR=${X11BASE} \
 		QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \
 		${PYTHON_CMD} configure.py -b ${PREFIX}/bin \
 		-d ${PYTHONPREFIX_SITELIBDIR} -v ${PREFIX}/share/sip)
 
-.include <bsd.port.mk>
+post-install:
+	@${PYTHON_CMD} -O -c "import sipconfig"
+
+.include <bsd.port.post.mk>
diff -urN devel/py-sip/distinfo devel/py-sip.new/distinfo
--- devel/py-sip/distinfo	Tue Sep 28 20:08:38 2004
+++ devel/py-sip.new/distinfo	Tue Sep 28 11:56:32 2004
@@ -1,2 +1,2 @@
-MD5 (sip-4.0.1.tar.gz) = a2aa4ef53cb4f18e7ce25bc2e123548e
-SIZE (sip-4.0.1.tar.gz) = 289533
+MD5 (sip-4.1.1.tar.gz) = f9dc81a7726305af114fede6c4107ce6
+SIZE (sip-4.1.1.tar.gz) = 296512
diff -urN devel/py-sip/pkg-plist devel/py-sip.new/pkg-plist
--- devel/py-sip/pkg-plist	Tue Sep 28 20:08:38 2004
+++ devel/py-sip.new/pkg-plist	Tue Sep 28 19:24:18 2004
@@ -3,3 +3,4 @@
 %%PYTHON_SITELIBDIR%%/sip.so
 %%PYTHON_SITELIBDIR%%/sipconfig.py
 %%PYTHON_SITELIBDIR%%/sipconfig.pyc
+%%PYTHON_SITELIBDIR%%/sipconfig.pyo
--- py-sip.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list