summaryrefslogtreecommitdiff
path: root/databases/rrdtool
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2005-07-27 09:16:15 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2005-07-27 09:16:15 +0000
commitba126dafe65a04e24153cf3c9f1a04fb6a5d014a (patch)
treeef41d0fb36ef3d9a661543f4c46daa1e70933053 /databases/rrdtool
parentUpdate to 0.9.0 (diff)
Update to version 1.2.11.
Notes
Notes: svn path=/head/; revision=140221
Diffstat (limited to 'databases/rrdtool')
-rw-r--r--databases/rrdtool/Makefile2
-rw-r--r--databases/rrdtool/distinfo4
-rw-r--r--databases/rrdtool/files/patch-doc-Makefile.in14
-rw-r--r--databases/rrdtool/files/patch-examples-Makefile.in10
4 files changed, 15 insertions, 15 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile
index 7937bd9e7823..f223c213a236 100644
--- a/databases/rrdtool/Makefile
+++ b/databases/rrdtool/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= rrdtool
-PORTVERSION= 1.2.10
+PORTVERSION= 1.2.11
CATEGORIES= net
MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/
diff --git a/databases/rrdtool/distinfo b/databases/rrdtool/distinfo
index 6e406df82e39..fbeb163b0193 100644
--- a/databases/rrdtool/distinfo
+++ b/databases/rrdtool/distinfo
@@ -1,2 +1,2 @@
-MD5 (rrdtool-1.2.10.tar.gz) = ebf90d351126a225e87dbb88da7635f9
-SIZE (rrdtool-1.2.10.tar.gz) = 1001508
+MD5 (rrdtool-1.2.11.tar.gz) = d61c5755cb77207f9ad3584b26e8bf08
+SIZE (rrdtool-1.2.11.tar.gz) = 1003339
diff --git a/databases/rrdtool/files/patch-doc-Makefile.in b/databases/rrdtool/files/patch-doc-Makefile.in
index 3eb65c33194e..a1f0acc6f7c1 100644
--- a/databases/rrdtool/files/patch-doc-Makefile.in
+++ b/databases/rrdtool/files/patch-doc-Makefile.in
@@ -1,13 +1,13 @@
---- doc/Makefile.in.orig Fri Jun 17 13:07:14 2005
-+++ doc/Makefile.in Fri Jun 17 15:49:49 2005
-@@ -233,9 +233,9 @@
+--- doc/Makefile.in.orig Mon Jul 25 18:14:49 2005
++++ doc/Makefile.in Wed Jul 27 13:11:47 2005
+@@ -235,9 +235,9 @@
- # some install rules if the install pat
- DOCPREFIX := $(shell echo "@prefix@" | grep rrd >/dev/null || echo "rrdtool-@VERSION@/")
--idocdir = $(prefix)/share/doc/$(DOCPREFIX)txt
+ # what should go into the distribution
+ EXTRA_DIST = $(POD) $(HTML) $(MAN) $(TXT) rrdtool-dump.dtd rrdtool-xport.dtd
+-idocdir = $(RRDDOCDIR)/txt
+idocdir = $(datadir)/doc/rrdtool/txt
idoc_DATA = $(POD) $(TXT)
--ihtmldir = $(prefix)/share/doc/$(DOCPREFIX)html
+-ihtmldir = $(RRDDOCDIR)/html
+ihtmldir = $(datadir)/doc/rrdtool/html
ihtml_DATA = $(HTML)
imandir = $(mandir)/man1
diff --git a/databases/rrdtool/files/patch-examples-Makefile.in b/databases/rrdtool/files/patch-examples-Makefile.in
index a617269af30d..60e62aa64792 100644
--- a/databases/rrdtool/files/patch-examples-Makefile.in
+++ b/databases/rrdtool/files/patch-examples-Makefile.in
@@ -1,10 +1,10 @@
---- examples/Makefile.in.orig Fri Jun 17 15:50:33 2005
-+++ examples/Makefile.in Fri Jun 17 15:50:46 2005
-@@ -213,7 +213,7 @@
+--- examples/Makefile.in.orig Mon Jul 25 18:14:50 2005
++++ examples/Makefile.in Wed Jul 27 13:13:02 2005
+@@ -217,7 +217,7 @@
+ EXTRA_DIST = cgi-demo.cgi.in piped-demo.pl.in shared-demo.pl.in \
stripes.pl.in bigtops.pl.in minmax.pl.in 4charts.pl.in
- EXPREFIX := $(shell echo "@prefix@" | grep rrd >/dev/null || echo "rrdtool-@VERSION@/")
--examplesdir = $(prefix)/$(EXPREFIX)examples
+-examplesdir = $(pkgdatadir)/examples
+examplesdir = $(datadir)/examples/rrdtool
examples_SCRIPTS = cgi-demo.cgi piped-demo.pl shared-demo.pl \
stripes.pl bigtops.pl minmax.pl 4charts.pl