1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

Update to 1.2.23

This commit is contained in:
Dmitry Sivachenko 2007-05-03 08:33:29 +00:00
parent 3a69e558d2
commit bfe87f3d0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191464
10 changed files with 28 additions and 30 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= rrdtool
PORTVERSION= 1.2.19
PORTREVISION= 1
PORTVERSION= 1.2.23
CATEGORIES= net
MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/

View File

@ -1,3 +1,3 @@
MD5 (rrdtool-1.2.19.tar.gz) = df625d12e0585042a398ff946e32e3e7
SHA256 (rrdtool-1.2.19.tar.gz) = 7899cd034ac15cf15c1b78c22d4d6241a73d3079d5e756eb2a741ff93a952af1
SIZE (rrdtool-1.2.19.tar.gz) = 1060598
MD5 (rrdtool-1.2.23.tar.gz) = dafa161bc9c61e57636a6085c87c1fe8
SHA256 (rrdtool-1.2.23.tar.gz) = 4b1df00b23a74a1c81734dd274e72e00d8bb29b11e1f3d2938ff87691ece1f0f
SIZE (rrdtool-1.2.23.tar.gz) = 1061530

View File

@ -1,7 +1,7 @@
--- bindings/Makefile.in.orig Wed Jan 31 17:01:34 2007
+++ bindings/Makefile.in Wed Jan 31 17:01:52 2007
--- bindings/Makefile.in.orig Thu May 3 12:28:34 2007
+++ bindings/Makefile.in Thu May 3 12:29:17 2007
@@ -539,8 +539,8 @@
all-local: @COMP_PERL@ @COMP_RUBY@
all-local: @COMP_PERL@ @COMP_RUBY@ @COMP_PYTHON@
install-data-local:
- test -f perl-piped/Makefile && cd perl-piped && $(MAKE) install || true
@ -9,5 +9,5 @@
+ test -f perl-piped/Makefile && cd perl-piped && $(MAKE) pure_install || true
+ test -f perl-shared/Makefile && cd perl-shared && $(MAKE) pure_install || true
test -f ruby/Makefile && cd ruby && $(MAKE) EPREFIX=$(exec_prefix) $(RUBY_MAKE_OPTIONS) install || true
test -d python/build && cd python && env LIBDIR=$(libdir) $(PYTHON) setup.py install --skip-build --prefix=$(DESTDIR)$(prefix) --exec-prefix=$(DESTDIR)$(exec_prefix) || true
# rules for buildung the ruby module

View File

@ -1,6 +1,6 @@
--- 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 @@
--- doc/Makefile.in.orig Thu May 3 12:26:06 2007
+++ doc/Makefile.in Thu May 3 12:26:35 2007
@@ -239,9 +239,9 @@
# what should go into the distribution
EXTRA_DIST = $(POD) $(HTML) $(MAN) $(TXT) rrdtool-dump.dtd rrdtool-xport.dtd

View File

@ -1,6 +1,6 @@
--- examples/Makefile.in.orig Wed Jan 31 17:03:21 2007
+++ examples/Makefile.in Wed Jan 31 17:03:08 2007
@@ -220,7 +220,7 @@
--- examples/Makefile.in.orig Thu May 3 12:27:17 2007
+++ examples/Makefile.in Thu May 3 12:27:41 2007
@@ -219,7 +219,7 @@
target_os = @target_os@
target_vendor = @target_vendor@
EXTRA_DIST = cgi-demo.cgi.in

View File

@ -6,8 +6,7 @@
#
PORTNAME= rrdtool
PORTVERSION= 1.2.19
PORTREVISION= 1
PORTVERSION= 1.2.23
CATEGORIES= net
MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/

View File

@ -1,3 +1,3 @@
MD5 (rrdtool-1.2.19.tar.gz) = df625d12e0585042a398ff946e32e3e7
SHA256 (rrdtool-1.2.19.tar.gz) = 7899cd034ac15cf15c1b78c22d4d6241a73d3079d5e756eb2a741ff93a952af1
SIZE (rrdtool-1.2.19.tar.gz) = 1060598
MD5 (rrdtool-1.2.23.tar.gz) = dafa161bc9c61e57636a6085c87c1fe8
SHA256 (rrdtool-1.2.23.tar.gz) = 4b1df00b23a74a1c81734dd274e72e00d8bb29b11e1f3d2938ff87691ece1f0f
SIZE (rrdtool-1.2.23.tar.gz) = 1061530

View File

@ -1,7 +1,7 @@
--- bindings/Makefile.in.orig Wed Jan 31 17:01:34 2007
+++ bindings/Makefile.in Wed Jan 31 17:01:52 2007
--- bindings/Makefile.in.orig Thu May 3 12:28:34 2007
+++ bindings/Makefile.in Thu May 3 12:29:17 2007
@@ -539,8 +539,8 @@
all-local: @COMP_PERL@ @COMP_RUBY@
all-local: @COMP_PERL@ @COMP_RUBY@ @COMP_PYTHON@
install-data-local:
- test -f perl-piped/Makefile && cd perl-piped && $(MAKE) install || true
@ -9,5 +9,5 @@
+ test -f perl-piped/Makefile && cd perl-piped && $(MAKE) pure_install || true
+ test -f perl-shared/Makefile && cd perl-shared && $(MAKE) pure_install || true
test -f ruby/Makefile && cd ruby && $(MAKE) EPREFIX=$(exec_prefix) $(RUBY_MAKE_OPTIONS) install || true
test -d python/build && cd python && env LIBDIR=$(libdir) $(PYTHON) setup.py install --skip-build --prefix=$(DESTDIR)$(prefix) --exec-prefix=$(DESTDIR)$(exec_prefix) || true
# rules for buildung the ruby module

View File

@ -1,6 +1,6 @@
--- 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 @@
--- doc/Makefile.in.orig Thu May 3 12:26:06 2007
+++ doc/Makefile.in Thu May 3 12:26:35 2007
@@ -239,9 +239,9 @@
# what should go into the distribution
EXTRA_DIST = $(POD) $(HTML) $(MAN) $(TXT) rrdtool-dump.dtd rrdtool-xport.dtd

View File

@ -1,6 +1,6 @@
--- examples/Makefile.in.orig Wed Jan 31 17:03:21 2007
+++ examples/Makefile.in Wed Jan 31 17:03:08 2007
@@ -220,7 +220,7 @@
--- examples/Makefile.in.orig Thu May 3 12:27:17 2007
+++ examples/Makefile.in Thu May 3 12:27:41 2007
@@ -219,7 +219,7 @@
target_os = @target_os@
target_vendor = @target_vendor@
EXTRA_DIST = cgi-demo.cgi.in