diff options
author | zeising <zeising@FreeBSD.org> | 2016-05-03 00:08:56 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2016-05-03 00:08:56 +0800 |
commit | 070e6635dfd8dba686122dbdca67310c45ccadf0 (patch) | |
tree | f05902a5d2b33ba8caeb27d6eb75986b223df15e /www/p5-Catalyst-View-RRDGraph | |
parent | ecfbc1533fbd4ee2e8c33af4864acec3c04c75e4 (diff) | |
download | freebsd-ports-gnome-070e6635dfd8dba686122dbdca67310c45ccadf0.tar.gz freebsd-ports-gnome-070e6635dfd8dba686122dbdca67310c45ccadf0.tar.zst freebsd-ports-gnome-070e6635dfd8dba686122dbdca67310c45ccadf0.zip |
Update databases/rrdtool to 1.6.0
Most notably, this version of rrdtools.so is thread safe, so the
rrdtools_th.so library is removed.
Bump portrevision for depending ports due to shlib version bump.
For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES
Reviewed by: kwm
Differential Revision: D6168
Diffstat (limited to 'www/p5-Catalyst-View-RRDGraph')
-rw-r--r-- | www/p5-Catalyst-View-RRDGraph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Catalyst-View-RRDGraph/Makefile b/www/p5-Catalyst-View-RRDGraph/Makefile index 6c79b923a93e..f631f6ad0bc8 100644 --- a/www/p5-Catalyst-View-RRDGraph/Makefile +++ b/www/p5-Catalyst-View-RRDGraph/Makefile @@ -2,7 +2,7 @@ PORTNAME= Catalyst-View-RRDGraph PORTVERSION= 0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- |