diff options
author | wen <wen@FreeBSD.org> | 2015-06-15 21:03:11 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2015-06-15 21:03:11 +0800 |
commit | f1b39331cce851d3f5668ff9c2a8d72b257972df (patch) | |
tree | acf3259f4e968522191813e32d3404024083996d /math | |
parent | 35db66bd3d26728ab9f432fad39fb349ec5f8dd1 (diff) | |
download | freebsd-ports-graphics-f1b39331cce851d3f5668ff9c2a8d72b257972df.tar.gz freebsd-ports-graphics-f1b39331cce851d3f5668ff9c2a8d72b257972df.tar.zst freebsd-ports-graphics-f1b39331cce851d3f5668ff9c2a8d72b257972df.zip |
- Update graphics/proj to 4.9.1
- Bump PORTREVISION to chase the update of proj
PR: 200434
Submitted by: wen@(myself)
Approved by: maintainer(timeout, >20 days)
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-octproj/Makefile | 2 | ||||
-rw-r--r-- | math/saga/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/math/octave-forge-octproj/Makefile b/math/octave-forge-octproj/Makefile index 246397913e7..bf432d3b66c 100644 --- a/math/octave-forge-octproj/Makefile +++ b/math/octave-forge-octproj/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-octproj PORTVERSION= 1.1.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/saga/Makefile b/math/saga/Makefile index 3812c0618f4..26ae9e863f4 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -3,6 +3,7 @@ PORTNAME= saga PORTVERSION= 2.1.4 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} |