diff options
author | martymac <martymac@FreeBSD.org> | 2017-03-07 20:44:41 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2017-03-07 20:44:41 +0800 |
commit | f6d10e7d20a222c2b98829c35b24cb31a17ec254 (patch) | |
tree | 6407da0d51004c8f3d977d8425b33795bc017b49 /math | |
parent | bff7de58e7bb44705ef4c531de9d1c23b36df5c9 (diff) | |
download | freebsd-ports-gnome-f6d10e7d20a222c2b98829c35b24cb31a17ec254.tar.gz freebsd-ports-gnome-f6d10e7d20a222c2b98829c35b24cb31a17ec254.tar.zst freebsd-ports-gnome-f6d10e7d20a222c2b98829c35b24cb31a17ec254.zip |
Update devel/tbb to 2017.5
Also bring the following changes:
- Fetch distfiles from Github
- Bump dependent ports' PORTREVISIONs
Diffstat (limited to 'math')
-rw-r--r-- | math/saga/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/saga/Makefile b/math/saga/Makefile index bda083a9705c..9faf9ae5dbb9 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -3,6 +3,7 @@ PORTNAME= saga PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} |