From 5e0fae2e1d5339a98d2821020b8b4eae9b7744f7 Mon Sep 17 00:00:00 2001 From: wen Date: Thu, 20 Oct 2011 03:12:54 +0000 Subject: - Update MASTER_SITES - Fix build after grass update --- graphics/gdal-grass/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/graphics/gdal-grass/Makefile b/graphics/gdal-grass/Makefile index c71a42bb54f0..c058101ae12d 100644 --- a/graphics/gdal-grass/Makefile +++ b/graphics/gdal-grass/Makefile @@ -7,11 +7,9 @@ PORTNAME= gdal-grass PORTVERSION= 1.4.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics -MASTER_SITES= http://www.gdal.org/dl/ \ - ftp://ftp.remotesensing.org/gdal/ \ - http://gdal.maptools.org/dl/ +MASTER_SITES= http://download.osgeo.org/gdal/ MAINTAINER= wenheping@gmail.com COMMENT= GDAL drivers for GRASS raster and vector files @@ -20,7 +18,7 @@ LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal BUILD_DEPENDS= grass>6:${PORTSDIR}/databases/grass RUN_DEPENDS= grass>6:${PORTSDIR}/databases/grass -GRASS_INST_DIR= grass-6.4.0 +GRASS_INST_DIR= grass-6.4.1 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= yes GNU_CONFIGURE= yes -- cgit