diff options
author | gahr <gahr@FreeBSD.org> | 2013-08-28 16:26:22 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-08-28 16:26:22 +0800 |
commit | 23c63bebee583c6e5f108186439703c5ffee4723 (patch) | |
tree | 64211b1d26bf2aeb05fc8c889795ae673b4e491d /graphics/libosmesa/Makefile | |
parent | cbfe9ac563e7e8923550037bfae98572099c688e (diff) | |
download | freebsd-ports-gnome-23c63bebee583c6e5f108186439703c5ffee4723.tar.gz freebsd-ports-gnome-23c63bebee583c6e5f108186439703c5ffee4723.tar.zst freebsd-ports-gnome-23c63bebee583c6e5f108186439703c5ffee4723.zip |
- Update to 9.2.0
Release notes: http://mesa3d.org/relnotes/9.2.html
Diffstat (limited to 'graphics/libosmesa/Makefile')
-rw-r--r-- | graphics/libosmesa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libosmesa/Makefile b/graphics/libosmesa/Makefile index a5842bc09136..098da7db618a 100644 --- a/graphics/libosmesa/Makefile +++ b/graphics/libosmesa/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= libosmesa -PORTVERSION= 9.1.6 +PORTVERSION= 9.2.0 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/${PORTVERSION}/ +MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/${PORTVERSION:R}/ DISTNAME= MesaLib-${PORTVERSION} MAINTAINER= gahr@FreeBSD.org |