diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2016-07-20 09:33:31 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2016-07-20 09:33:31 +0000 |
commit | 3561a46f285c63588e94e78058ab4a9582b98b22 (patch) | |
tree | ee034c13633ca813e09b3fc925d53acc6b5eda76 /math | |
parent | - Update to 1.7.2 (diff) |
- update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR: 210913
Submitted by: Piotr Kubaj
MFH: 2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
Diffstat (limited to 'math')
-rw-r--r-- | math/PDL/Makefile | 1 | ||||
-rw-r--r-- | math/gnuplot/Makefile | 1 | ||||
-rw-r--r-- | math/ploticus/Makefile | 2 | ||||
-rw-r--r-- | math/plplot/Makefile | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index bbd83f75b6e2..1be0c1d4cbd0 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -3,6 +3,7 @@ PORTNAME= PDL PORTVERSION= 2.015 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CHM diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 9d432deadb39..c56198409e54 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -2,6 +2,7 @@ PORTNAME= gnuplot PORTVERSION= 5.0.3 +PORTREVISION= 1 CATEGORIES= math graphics MASTER_SITES= SF diff --git a/math/ploticus/Makefile b/math/ploticus/Makefile index 2d9b8b193414..c8ba20bd227b 100644 --- a/math/ploticus/Makefile +++ b/math/ploticus/Makefile @@ -3,7 +3,7 @@ PORTNAME= ploticus PORTVERSION= 2.40 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= math MASTER_SITES= SF DISTNAME= pl${PORTVERSION:S/.//}src diff --git a/math/plplot/Makefile b/math/plplot/Makefile index 6b5340e6a673..733659a21596 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -3,7 +3,7 @@ PORTNAME= plplot PORTVERSION= 5.11.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math science MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source |