Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Apr 2009 02:00:47 GMT
From:      Wen Heping <wenheping@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/133260: [Update]graphics/py-opengl:update to 3.0.0
Message-ID:  <200904010200.n3120lL7016357@www.freebsd.org>
Resent-Message-ID: <200904010210.n312A1UT055577@freefall.freebsd.org>

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

>Number:         133260
>Category:       ports
>Synopsis:       [Update]graphics/py-opengl:update to 3.0.0
>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:   Wed Apr 01 02:10:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Wen Heping
>Release:        FreeBSD 8.0-Current
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #2: Wed Mar  4 22:41:03 HKT 2009     root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
1 update to 3.0.0 from 3.0.0b8
2 included hippodriver@gmx.net's patch:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/130821
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2009-04-01 16:33:30.000000000 +0800
+++ Makefile	2009-04-01 17:22:24.000000000 +0800
@@ -6,13 +6,12 @@
 #
 
 PORTNAME=	opengl
-PORTVERSION=	3.0.0.b8
-PORTREVISION=	1
+PORTVERSION=	3.0.0
 CATEGORIES=	graphics python
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	py${PORTNAME}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	PyOpenGL-${PORTVERSION:S/.b/b/}
+DISTNAME=	PyOpenGL-${PORTVERSION}
 
 MAINTAINER=	ahze@FreeBSD.org
 COMMENT=	An OpenGL (and related library) interface for Python
@@ -43,6 +42,7 @@
 	@${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \
 		's|<malloc\.h>|<stdlib.h>|g'
 	@${FIND} ${WRKSRC} -name "*.bak" -delete
+	${REINPLACE_CMD} -e 's|posix |posix|g' ${WRKSRC}/OpenGL/__init__.py
 
 post-install:
 	@${FIND} ${PYTHON_SITELIBDIR}/OpenGL -type f | \
--- distinfo.orig	2008-12-29 17:03:22.000000000 +0800
+++ distinfo	2009-04-01 16:55:58.000000000 +0800
@@ -1,3 +1,6 @@
-MD5 (PyOpenGL-3.0.0b8.tar.gz) = 1d9afbf0a403d916997937ef0dde2520
-SHA256 (PyOpenGL-3.0.0b8.tar.gz) = 85be2fbbfad70b226caa4b3c15c472a892b76b1e7d6b4a13f8764bb1e4394205
-SIZE (PyOpenGL-3.0.0b8.tar.gz) = 438379
+MD5 (PyOpenGL-3.0.0.tar.gz) = ab0fd5f95b8aaaa6b3902c2350b5d5c0
+SHA256 (PyOpenGL-3.0.0.tar.gz) = f768965d3f37253940fa3a6ac439e31741740e12e9028fe7a2002c12002756aa
+SIZE (PyOpenGL-3.0.0.tar.gz) = 638551
+MD5 (PyOpenGL-Demo-3.0.0.tar.gz) = 3fbdda39f251545f7828e8b83d0c2f57
+SHA256 (PyOpenGL-Demo-3.0.0.tar.gz) = 0f59b92dffeb380570c11e37036b665f2ebfb8247bd92c166bcbc3149079b324
+SIZE (PyOpenGL-Demo-3.0.0.tar.gz) = 1307093


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904010200.n3120lL7016357>