diff options
author | martymac <martymac@FreeBSD.org> | 2016-11-25 19:22:51 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2016-11-25 19:22:51 +0800 |
commit | e0665402eb374b40548d4348dd59461e80a5c538 (patch) | |
tree | 0bdfc2b2ef409e97b463f38c13092d86b4c3aa56 /math/saga | |
parent | 208c30b8f91fa9e577b8e204a436e9a48ec0c167 (diff) | |
download | freebsd-ports-gnome-e0665402eb374b40548d4348dd59461e80a5c538.tar.gz freebsd-ports-gnome-e0665402eb374b40548d4348dd59461e80a5c538.tar.zst freebsd-ports-gnome-e0665402eb374b40548d4348dd59461e80a5c538.zip |
- Fix library version which should be .2 (as on Linux), not .4
- Bump dependent ports' PORTREVISION
PR: 214777
Submitted by: yuri@rawbw.com
Diffstat (limited to 'math/saga')
-rw-r--r-- | math/saga/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/saga/Makefile b/math/saga/Makefile index 6af01b70fd7f..12b71f59ca1e 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -3,7 +3,7 @@ PORTNAME= saga PORTVERSION= 2.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} |