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 /math/saga/Makefile | |
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 'math/saga/Makefile')
-rw-r--r-- | math/saga/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/saga/Makefile b/math/saga/Makefile index ac9d0ab87c4c..ab4a7de55abf 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -7,7 +7,7 @@ PORTNAME= saga PORTVERSION= 2.0.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION}_src_linux @@ -16,7 +16,7 @@ MAINTAINER= rhurlin@gwdg.de COMMENT= System for Automated Geoscientific Analyses LIB_DEPENDS= proj.6:${PORTSDIR}/graphics/proj \ - gdal.14:${PORTSDIR}/graphics/gdal \ + gdal.15:${PORTSDIR}/graphics/gdal \ jasper.4:${PORTSDIR}/graphics/jasper \ tiff.4:${PORTSDIR}/graphics/tiff |