diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-18 08:17:53 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-18 08:17:53 +0000 |
commit | e0a24c4a2eec3dfb6f9108443b1bcf55282d84fa (patch) | |
tree | 002aa519deae9e5c8ed773bd9585faea33b81e9d /graphics/mesagl | |
parent | 03a1db2e02db3bad4c4627ea79af216f43c7c7ee (diff) |
Notes
Diffstat (limited to 'graphics/mesagl')
-rw-r--r-- | graphics/mesagl/Makefile | 2 | ||||
-rw-r--r-- | graphics/mesagl/distinfo | 4 | ||||
-rw-r--r-- | graphics/mesagl/files/patch-aa | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile index 657ef8b8657e..b3c70bc02f44 100644 --- a/graphics/mesagl/Makefile +++ b/graphics/mesagl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Mesa -PORTVERSION= 3.4.1 +PORTVERSION= 3.4.2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://iris.ssec.wisc.edu/pub/Mesa/ \ diff --git a/graphics/mesagl/distinfo b/graphics/mesagl/distinfo index 0eed76d07ee9..697914a2dafe 100644 --- a/graphics/mesagl/distinfo +++ b/graphics/mesagl/distinfo @@ -1,2 +1,2 @@ -MD5 (MesaLib-3.4.1.tar.bz2) = 76a304f2d25847f4a20e0ab12cbe139c -MD5 (MesaDemos-3.4.1.tar.bz2) = e7cd2ce193e44c7db30403ca26259288 +MD5 (MesaLib-3.4.2.tar.bz2) = 9169942475db0786229079f57909f7bc +MD5 (MesaDemos-3.4.2.tar.bz2) = b3a7b01dae8b1f09f951f9257c242b08 diff --git a/graphics/mesagl/files/patch-aa b/graphics/mesagl/files/patch-aa index 578fe734f31e..80847a17c8d3 100644 --- a/graphics/mesagl/files/patch-aa +++ b/graphics/mesagl/files/patch-aa @@ -1,12 +1,12 @@ $FreeBSD$ ---- configure.orig Tue Mar 20 15:53:14 2001 -+++ configure Tue Mar 20 15:55:11 2001 +--- configure.orig Fri May 18 10:51:10 2001 ++++ configure Fri May 18 10:52:30 2001 @@ -823,9 +823,9 @@ MESA_MAJOR=3 MESA_MINOR=4 - MESA_TINY=1 + MESA_TINY=2 -LIBGL_VERSION=1:2:0${MESA_MAJOR}0${MESA_MINOR}0${MESA_TINY} -LIBGLU_VERSION=1:1:0${MESA_MAJOR}0${MESA_MINOR}0${MESA_TINY} -LIBGLUT_VERSION=3:7:0 |