aboutsummaryrefslogtreecommitdiff
path: root/graphics/oglext
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2006-08-16 17:05:01 +0000
committerShaun Amott <shaun@FreeBSD.org>2006-08-16 17:05:01 +0000
commit585c4d7542db6c2010dd1b6758b831a10bba37a9 (patch)
treed32bbd49784e4ded111b50939695a45d94839db8 /graphics/oglext
parent1e1e5137b23ed50b4327adc113d3079de878c953 (diff)
downloadports-585c4d7542db6c2010dd1b6758b831a10bba37a9.tar.gz
ports-585c4d7542db6c2010dd1b6758b831a10bba37a9.zip
Notes
Diffstat (limited to 'graphics/oglext')
-rw-r--r--graphics/oglext/Makefile8
-rw-r--r--graphics/oglext/distinfo6
-rw-r--r--graphics/oglext/pkg-descr5
3 files changed, 8 insertions, 11 deletions
diff --git a/graphics/oglext/Makefile b/graphics/oglext/Makefile
index 3bf75da8f10c..61bce8343c1d 100644
--- a/graphics/oglext/Makefile
+++ b/graphics/oglext/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= oglext
-PORTVERSION= 1.2.0
+PORTVERSION= 1.2.2
CATEGORIES= graphics devel
-MASTER_SITES= http://www.julius.caesar.de/oglext/${PORTVERSION}/
+MASTER_SITES= http://www.julius.caesar.de/files/oglext/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= ports@FreeBSD.org
@@ -16,7 +16,6 @@ COMMENT= A library for easier access to OpenGL extensions
BUILD_DEPENDS= ${LOCALBASE}/bin/tmake:${PORTSDIR}/devel/tmake
-USE_BZIP2= yes
USE_GMAKE= yes
USE_GL= yes
USE_X_PREFIX= yes
@@ -33,7 +32,8 @@ TMAKEPATH?= ${LOCALBASE}/share/tmake/freebsd-g++
# a quick hack to fix dir's permissions
post-extract:
@(for i in 1 2; do \
- ${CHMOD} u+x `${FIND} ${WRKSRC} -type d`; \
+ ${FIND} ${WRKSRC} -type d 2>/dev/null \
+ | ${XARGS} ${CHMOD} u+x; \
done)
pre-patch:
diff --git a/graphics/oglext/distinfo b/graphics/oglext/distinfo
index 08f900984771..3ddfac70ac59 100644
--- a/graphics/oglext/distinfo
+++ b/graphics/oglext/distinfo
@@ -1,3 +1,3 @@
-MD5 (oglext-1.2.0-src.tar.bz2) = dcb2af3992e09777338b747315c74f02
-SHA256 (oglext-1.2.0-src.tar.bz2) = 82f6033c81d3ddbfba9973f3f5c69a9fa878551ff18733ea64457c5839cbfa56
-SIZE (oglext-1.2.0-src.tar.bz2) = 117345
+MD5 (oglext-1.2.2-src.tar.gz) = 6579dcdd9fec6530c19a52d63d1dee84
+SHA256 (oglext-1.2.2-src.tar.gz) = f3b72b09518af0b9d94ed24daa1123f6ec421ec92b4de52df26c693a7e0bbbf7
+SIZE (oglext-1.2.2-src.tar.gz) = 188635
diff --git a/graphics/oglext/pkg-descr b/graphics/oglext/pkg-descr
index a74e09cf4b55..f82c47c322a2 100644
--- a/graphics/oglext/pkg-descr
+++ b/graphics/oglext/pkg-descr
@@ -3,7 +3,4 @@ functionality up to OpenGL version 1.4 as well as API functions of more than
200 OpenGL extensions. With OglExt you don't need to use glXGetProcAddress[ARB]
anymore. See README for more information.
-WWW: http://www.julius.caesar.de/oglext/
-
-- Igor Pokrovsky
-tiamat@comset.net
+WWW: http://www.julius.caesar.de/index.php/OglExt