- Update to 1.4.7
This commit is contained in:
parent
369a4df55d
commit
c9e75ff891
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296161
3 changed files with 7 additions and 8 deletions
|
@ -6,21 +6,21 @@
|
|||
#
|
||||
|
||||
PORTNAME= rrdtool
|
||||
PORTVERSION= 1.4.5
|
||||
PORTVERSION= 1.4.7
|
||||
CATEGORIES= databases graphics
|
||||
MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/
|
||||
|
||||
MAINTAINER= sylvio@FreeBSD.org
|
||||
COMMENT= Round Robin Database Tools
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
|
||||
cairo.2:${PORTSDIR}/graphics/cairo \
|
||||
png.6:${PORTSDIR}/graphics/png \
|
||||
xml2:${PORTSDIR}/textproc/libxml2 \
|
||||
pangocairo-1\.0.0:${PORTSDIR}/x11-toolkits/pango
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
CONFLICTS= rrdtool-1.0* rrdtool-1.2*
|
||||
|
||||
USE_RC_SUBR= rrdcached
|
||||
|
@ -46,7 +46,6 @@ OPTIONS= DEJAVU "Use DejaVu fonts (requires X11)" off \
|
|||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
||||
.if defined(WITH_PYTHON_MODULE)
|
||||
USE_PYTHON= yes
|
||||
INSTALLS_EGGINFO=yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rrdtool-1.4.5.tar.gz) = 1267af420533d846432e55352db89b0f2507c711f80c65e016f7484f3cb0cf1d
|
||||
SIZE (rrdtool-1.4.5.tar.gz) = 1348713
|
||||
SHA256 (rrdtool-1.4.7.tar.gz) = 956aaf431c955ba88dd7d98920ade3a8c4bad04adb1f9431377950a813a7af11
|
||||
SIZE (rrdtool-1.4.7.tar.gz) = 1349040
|
||||
|
|
|
@ -8,11 +8,11 @@ include/rrd_format.h
|
|||
lib/librrd.a
|
||||
lib/librrd.la
|
||||
lib/librrd.so
|
||||
lib/librrd.so.5
|
||||
lib/librrd.so.6
|
||||
lib/librrd_th.a
|
||||
lib/librrd_th.la
|
||||
lib/librrd_th.so
|
||||
lib/librrd_th.so.5
|
||||
lib/librrd_th.so.6
|
||||
libdata/pkgconfig/librrd.pc
|
||||
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDp/.packlist
|
||||
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDs/RRDs.so
|
||||
|
|
Loading…
Reference in a new issue