From 9458445db5b7170147cce307d04f61e495f51e4e Mon Sep 17 00:00:00 2001 From: alepulver Date: Tue, 24 Jul 2007 13:55:49 +0000 Subject: - Update to version 0.4.2. --- graphics/allegrogl/Makefile | 2 +- graphics/allegrogl/distinfo | 6 +++--- graphics/allegrogl/files/patch-include-alleggl.h | 14 -------------- graphics/allegrogl/pkg-plist | 2 +- 4 files changed, 5 insertions(+), 19 deletions(-) delete mode 100644 graphics/allegrogl/files/patch-include-alleggl.h (limited to 'graphics/allegrogl') diff --git a/graphics/allegrogl/Makefile b/graphics/allegrogl/Makefile index 7055e1094eae..71b2e0ac77d6 100644 --- a/graphics/allegrogl/Makefile +++ b/graphics/allegrogl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= allegrogl -PORTVERSION= 0.4.1 +PORTVERSION= 0.4.2 CATEGORIES= graphics MASTER_SITES= SF DISTNAME= alleggl-${PORTVERSION} diff --git a/graphics/allegrogl/distinfo b/graphics/allegrogl/distinfo index bda69a282401..502c4235ca9f 100644 --- a/graphics/allegrogl/distinfo +++ b/graphics/allegrogl/distinfo @@ -1,3 +1,3 @@ -MD5 (alleggl-0.4.1.tar.bz2) = b08cd58b37e1d3185c13d997a179ddc0 -SHA256 (alleggl-0.4.1.tar.bz2) = 7adc28500dfd4cebf15aeb26f09754814280180779807fafaee7874968f9790f -SIZE (alleggl-0.4.1.tar.bz2) = 632343 +MD5 (alleggl-0.4.2.tar.bz2) = e9432c7e29d88252ad65568f3aa3b814 +SHA256 (alleggl-0.4.2.tar.bz2) = d5c1fc86c47622bf9a85b65950546f3a846104bb26121a221c665c54bd6e8107 +SIZE (alleggl-0.4.2.tar.bz2) = 391776 diff --git a/graphics/allegrogl/files/patch-include-alleggl.h b/graphics/allegrogl/files/patch-include-alleggl.h deleted file mode 100644 index 92bcca8a5bbc..000000000000 --- a/graphics/allegrogl/files/patch-include-alleggl.h +++ /dev/null @@ -1,14 +0,0 @@ ---- include/alleggl.h.orig Thu Jan 22 14:12:08 2004 -+++ include/alleggl.h Thu Jan 22 14:12:21 2004 -@@ -48,9 +48,11 @@ - #include "allegrogl/gl_ext.h" - - #ifdef ALLEGRO_WITH_XWINDOWS -+/* - #ifndef HAVE_LIBPTHREAD - # error AllegroGL requires Allegro to have pthread support enabled! - #endif -+*/ - #include - #endif - diff --git a/graphics/allegrogl/pkg-plist b/graphics/allegrogl/pkg-plist index 763851c7cf45..fb932f16c2a8 100644 --- a/graphics/allegrogl/pkg-plist +++ b/graphics/allegrogl/pkg-plist @@ -15,7 +15,7 @@ include/allegrogl/GLext/glx_ext_list.h lib/libagl.so lib/libagl.so.0 lib/libagl.so.0.4 -lib/libagl.so.0.4.1 +lib/libagl.so.0.4.2 %%EXAMPLESDIR%%/a1.bmp %%EXAMPLESDIR%%/a24.tga %%EXAMPLESDIR%%/a32.tga -- cgit