aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bsdstats
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@FreeBSD.org>2006-10-04 04:51:41 +0000
committerMarc G. Fournier <scrappy@FreeBSD.org>2006-10-04 04:51:41 +0000
commit0f2b8f503b38508923c0523610a264a614015d59 (patch)
tree1c3a495c8bddc9bd85457dea9b0faf4dec38ce37 /sysutils/bsdstats
parent218548c5d6e86e5ead41af162b61cdf7b7fd4612 (diff)
Notes
Diffstat (limited to 'sysutils/bsdstats')
-rw-r--r--sysutils/bsdstats/Makefile2
-rw-r--r--sysutils/bsdstats/files/300.statistics4
-rw-r--r--sysutils/bsdstats/files/300.statistics.in4
3 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/bsdstats/Makefile b/sysutils/bsdstats/Makefile
index d7f84042c165..a75ca313a41e 100644
--- a/sysutils/bsdstats/Makefile
+++ b/sysutils/bsdstats/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bsdstats
-PORTVERSION= 4.7
+PORTVERSION= 4.8
CATEGORIES= sysutils
DISTFILES=
diff --git a/sysutils/bsdstats/files/300.statistics b/sysutils/bsdstats/files/300.statistics
index ef3fb78f3706..5b1fc6f17f6d 100644
--- a/sysutils/bsdstats/files/300.statistics
+++ b/sysutils/bsdstats/files/300.statistics
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/Attic/300.statistics,v 1.32 2006-10-04 04:46:01 scrappy Exp $
+# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/Attic/300.statistics,v 1.33 2006-10-04 04:51:41 scrappy Exp $
#
# If there is a global system configuration file, suck it in.
@@ -23,7 +23,7 @@ oldmask=$(umask)
umask 066
version="4.7"
-checkin_server=${monthly_statistics_checkin_server:-"bsdstats.org"}
+checkin_server=${monthly_statistics_checkin_server:-"rpt.bsdstats.org"}
bsdstats_log=${monthly_statistics_logfile:-"/var/log/bsdstats"}
id_token_file='/var/db/bsdstats'
diff --git a/sysutils/bsdstats/files/300.statistics.in b/sysutils/bsdstats/files/300.statistics.in
index 3086649c9ff9..8a2a4d9ac42b 100644
--- a/sysutils/bsdstats/files/300.statistics.in
+++ b/sysutils/bsdstats/files/300.statistics.in
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/300.statistics.in,v 1.32 2006-10-04 04:46:01 scrappy Exp $
+# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/300.statistics.in,v 1.33 2006-10-04 04:51:41 scrappy Exp $
#
# If there is a global system configuration file, suck it in.
@@ -23,7 +23,7 @@ oldmask=$(umask)
umask 066
version="4.7"
-checkin_server=${monthly_statistics_checkin_server:-"bsdstats.org"}
+checkin_server=${monthly_statistics_checkin_server:-"rpt.bsdstats.org"}
bsdstats_log=${monthly_statistics_logfile:-"/var/log/bsdstats"}
id_token_file='/var/db/bsdstats'