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 /databases/py-python-rrdtool | |
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 'databases/py-python-rrdtool')
-rw-r--r-- | databases/py-python-rrdtool/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/py-python-rrdtool/Makefile b/databases/py-python-rrdtool/Makefile index 3d22a48bf7c6..a924f5115f52 100644 --- a/databases/py-python-rrdtool/Makefile +++ b/databases/py-python-rrdtool/Makefile @@ -2,6 +2,7 @@ PORTNAME= python-rrdtool PORTVERSION= 1.4.7 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |