aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorshaun <shaun@FreeBSD.org>2006-08-17 01:05:01 +0800
committershaun <shaun@FreeBSD.org>2006-08-17 01:05:01 +0800
commit2a9a2b19e7696874094ba00a7b9bd3088db87d83 (patch)
treee0f1a7c235a784e669919afa00d1997cf4f153d7 /graphics
parent566f6a170bf4767b6395a090b31a536f8d7ea6ca (diff)
downloadfreebsd-ports-gnome-2a9a2b19e7696874094ba00a7b9bd3088db87d83.tar.gz
freebsd-ports-gnome-2a9a2b19e7696874094ba00a7b9bd3088db87d83.tar.zst
freebsd-ports-gnome-2a9a2b19e7696874094ba00a7b9bd3088db87d83.zip
- Upgrade to 1.2.2, fixing fetch.
- Update WWW URL.
Diffstat (limited to 'graphics')
-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