View | Details | Raw Unified | Return to bug 205472 | Differences between
and this patch

Collapse All | Expand All

(-)graphics/py-PyOpenGL/Makefile (-2 lines)
Lines 1-4 Link Here
1
# Created by: Randall Hopper <aa8vb@ipass.net>
2
# $FreeBSD$
1
# $FreeBSD$
3
2
4
PORTNAME=	PyOpenGL
3
PORTNAME=	PyOpenGL
Lines 6-12 Link Here
6
CATEGORIES=	graphics python
5
CATEGORIES=	graphics python
7
MASTER_SITES=	CHEESESHOP
6
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
#DISTNAME=	PyOpenGL-${PORTVERSION}
10
8
11
MAINTAINER=	python@FreeBSD.org
9
MAINTAINER=	python@FreeBSD.org
12
COMMENT=	OpenGL (and related library) interface for Python
10
COMMENT=	OpenGL (and related library) interface for Python
(-)graphics/py-PyOpenGL-accelerate/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
MASTER_SITES=	CHEESESHOP
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMESUFFIX=	-accelerate
8
PKGNAMESUFFIX=	-accelerate
9
#DISTNAME=	PyOpenGL${PKGNAMESUFFIX}-${PORTVERSION}
9
DISTNAME=	${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
10
10
11
MAINTAINER=	python@FreeBSD.org
11
MAINTAINER=	python@FreeBSD.org
12
COMMENT=	OpenGL acceleration code for PyOpenGL
12
COMMENT=	OpenGL acceleration code for PyOpenGL
(-)graphics/py-PyOpenGL-accelerate/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (PyOpenGL-3.1.0.tar.gz) = 9b47c5c3a094fa518ca88aeed35ae75834d53e4285512c61879f67a48c94ddaf
1
SHA256 (PyOpenGL-accelerate-3.1.0.tar.gz) = 927f4670b893d46e2f6273ae938bf0a1db27ffae3336eba94813ccef6260c410
2
SIZE (PyOpenGL-3.1.0.tar.gz) = 1172688
2
SIZE (PyOpenGL-accelerate-3.1.0.tar.gz) = 323541

Return to bug 205472