diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-01-18 18:39:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-01-18 18:39:51 +0800 |
commit | 46e7b9a0e7e218ec32c734e1f6d28e4d290123f1 (patch) | |
tree | e34adbd86afd804caa501594aaf9fc14e3a13d45 /math | |
parent | 2f0398dfe100750532f3fd19bc440b2a2e82d811 (diff) | |
download | freebsd-ports-gnome-46e7b9a0e7e218ec32c734e1f6d28e4d290123f1.tar.gz freebsd-ports-gnome-46e7b9a0e7e218ec32c734e1f6d28e4d290123f1.tar.zst freebsd-ports-gnome-46e7b9a0e7e218ec32c734e1f6d28e4d290123f1.zip |
- Update to 1.8.14
- Update MASTER_SITES
- Use INSTALL_TARGET=install-strip instead of MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP}
- Bump PORTREVISION for science/hdf5 shlib change
Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.14-RELEASE.txt
http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
Diffstat (limited to 'math')
-rw-r--r-- | math/armadillo/Makefile | 1 | ||||
-rw-r--r-- | math/matio/Makefile | 2 | ||||
-rw-r--r-- | math/octave/Makefile | 2 | ||||
-rw-r--r-- | math/scilab/Makefile | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/math/armadillo/Makefile b/math/armadillo/Makefile index 1dbff861a833..41144e5ed517 100644 --- a/math/armadillo/Makefile +++ b/math/armadillo/Makefile @@ -2,6 +2,7 @@ PORTNAME= armadillo PORTVERSION= 4.600.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/arma diff --git a/math/matio/Makefile b/math/matio/Makefile index a55585753725..d28c04fb2f78 100644 --- a/math/matio/Makefile +++ b/math/matio/Makefile @@ -3,7 +3,7 @@ PORTNAME= matio PORTVERSION= 1.5.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= SF diff --git a/math/octave/Makefile b/math/octave/Makefile index 2828452fba51..24912c0e6c0a 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave PORTVERSION= 3.8.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= octave diff --git a/math/scilab/Makefile b/math/scilab/Makefile index c9bb8e3caeb5..a3d6b5e4b443 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -3,7 +3,7 @@ PORTNAME= scilab PORTVERSION= 5.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math cad java MASTER_SITES= http://www.scilab.org/download/${PORTVERSION}/ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} |