diff options
author | osa <osa@FreeBSD.org> | 2010-08-03 21:35:21 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2010-08-03 21:35:21 +0800 |
commit | 761cb724abdb348991bc8df7f47ca91773c77ee2 (patch) | |
tree | 5791aa0f66c22da2457ace9c5c16da2fade136fb /graphics/mapserver | |
parent | 66c733fabb6000de05631ba868a421702c830263 (diff) | |
download | freebsd-ports-gnome-761cb724abdb348991bc8df7f47ca91773c77ee2.tar.gz freebsd-ports-gnome-761cb724abdb348991bc8df7f47ca91773c77ee2.tar.zst freebsd-ports-gnome-761cb724abdb348991bc8df7f47ca91773c77ee2.zip |
Update from 1.6.0 to 1.7.2.
Since port isn't updated regularly and previous update was made a
year ago with a maintainer timeout, pass the maintainership to the
submitter of the last two updates.
Bump PORTREVISIONs in dependent ports.
Submitted by: glebius
PR: ports/149072
Diffstat (limited to 'graphics/mapserver')
-rw-r--r-- | graphics/mapserver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile index 33cde84e1ac4..1c8abb3634ff 100644 --- a/graphics/mapserver/Makefile +++ b/graphics/mapserver/Makefile @@ -7,7 +7,7 @@ PORTNAME= mapserver PORTVERSION= 5.6.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics www geography MASTER_SITES= http://download.osgeo.org/mapserver/ @@ -77,7 +77,7 @@ CONFIGURE_ARGS+= --with-wfs --with-wfsclient .endif .if defined(WITH_GDAL) -LIB_DEPENDS+= gdal.14:${PORTSDIR}/graphics/gdal +LIB_DEPENDS+= gdal.15:${PORTSDIR}/graphics/gdal CONFIGURE_ARGS+= --with-gdal=${LOCALBASE}/bin/gdal-config \ --with-ogr=${LOCALBASE}/bin/gdal-config .endif |