aboutsummaryrefslogtreecommitdiffstats
path: root/net/rrdtool
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2005-07-27 17:16:15 +0800
committerdemon <demon@FreeBSD.org>2005-07-27 17:16:15 +0800
commit5f466bf3e99d439dc3c46942b489fa98d55252e2 (patch)
tree0251e291188868c79e39ba81879d44d53cd52900 /net/rrdtool
parent8047e1152256618762fe9ed9b19d4d27a9fababc (diff)
downloadfreebsd-ports-gnome-5f466bf3e99d439dc3c46942b489fa98d55252e2.tar.gz
freebsd-ports-gnome-5f466bf3e99d439dc3c46942b489fa98d55252e2.tar.zst
freebsd-ports-gnome-5f466bf3e99d439dc3c46942b489fa98d55252e2.zip
Update to version 1.2.11.
Diffstat (limited to 'net/rrdtool')
-rw-r--r--net/rrdtool/Makefile2
-rw-r--r--net/rrdtool/distinfo4
-rw-r--r--net/rrdtool/files/patch-doc-Makefile.in14
-rw-r--r--net/rrdtool/files/patch-examples-Makefile.in10
4 files changed, 15 insertions, 15 deletions
diff --git a/net/rrdtool/Makefile b/net/rrdtool/Makefile
index 7937bd9e7823..f223c213a236 100644
--- a/net/rrdtool/Makefile
+++ b/net/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/net/rrdtool/distinfo b/net/rrdtool/distinfo
index 6e406df82e39..fbeb163b0193 100644
--- a/net/rrdtool/distinfo
+++ b/net/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/net/rrdtool/files/patch-doc-Makefile.in b/net/rrdtool/files/patch-doc-Makefile.in
index 3eb65c33194e..a1f0acc6f7c1 100644
--- a/net/rrdtool/files/patch-doc-Makefile.in
+++ b/net/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/net/rrdtool/files/patch-examples-Makefile.in b/net/rrdtool/files/patch-examples-Makefile.in
index a617269af30d..60e62aa64792 100644
--- a/net/rrdtool/files/patch-examples-Makefile.in
+++ b/net/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