diff options
author | tijl <tijl@FreeBSD.org> | 2016-12-09 00:07:33 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-12-09 00:07:33 +0800 |
commit | 2c0cbb24953f219be9aab3e107327a4140659c9d (patch) | |
tree | e44fdabeeb38e43656c9288e2ac1cb3280083601 /math | |
parent | b8ec2a5b3300ef81de72209a560d8b69d1ffc559 (diff) | |
download | freebsd-ports-gnome-2c0cbb24953f219be9aab3e107327a4140659c9d.tar.gz freebsd-ports-gnome-2c0cbb24953f219be9aab3e107327a4140659c9d.tar.zst freebsd-ports-gnome-2c0cbb24953f219be9aab3e107327a4140659c9d.zip |
Remove libtiff.so.4 compatibility links that were added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Diffstat (limited to 'math')
-rw-r--r-- | math/blitz++/Makefile | 2 | ||||
-rw-r--r-- | math/glgraph/Makefile | 2 | ||||
-rw-r--r-- | math/surf/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/math/blitz++/Makefile b/math/blitz++/Makefile index 84873409a923..196fc5dbb920 100644 --- a/math/blitz++/Makefile +++ b/math/blitz++/Makefile @@ -3,7 +3,7 @@ PORTNAME= blitz++ PORTVERSION= 0.9 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math MASTER_SITES= SF/blitz/blitz/Blitz%2B%2B%20${PORTVERSION} DISTNAME= blitz-${PORTVERSION} diff --git a/math/glgraph/Makefile b/math/glgraph/Makefile index 4681fd982c8c..c105878c90b7 100644 --- a/math/glgraph/Makefile +++ b/math/glgraph/Makefile @@ -3,7 +3,7 @@ PORTNAME= glgraph PORTVERSION= 0.2.6 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= math MASTER_SITES= http://glgraph.kaosu.ch/downl/ DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/math/surf/Makefile b/math/surf/Makefile index 4482842ead21..345ab463cf83 100644 --- a/math/surf/Makefile +++ b/math/surf/Makefile @@ -3,7 +3,7 @@ PORTNAME= surf PORTVERSION= 1.0.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= SF |