aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/bsdstats/Makefile
diff options
context:
space:
mode:
authorscrappy <scrappy@FreeBSD.org>2006-08-14 15:35:09 +0800
committerscrappy <scrappy@FreeBSD.org>2006-08-14 15:35:09 +0800
commit7b6728d5979f4a57b7601fdd88c6a8968a054211 (patch)
treed0ca2d5aa5dea5095c29c32d5efbdf87d1ae90a2 /sysutils/bsdstats/Makefile
parent527a74ba54307f90db0a8bb18a933ce34bbc3374 (diff)
downloadfreebsd-ports-gnome-7b6728d5979f4a57b7601fdd88c6a8968a054211.tar.gz
freebsd-ports-gnome-7b6728d5979f4a57b7601fdd88c6a8968a054211.tar.zst
freebsd-ports-gnome-7b6728d5979f4a57b7601fdd88c6a8968a054211.zip
This is mostly a rewrite of the bsdstats script:
- eliminate use of ip/hostname as unique keys - reduce # of fetch's down to 4 - move to using bsdstats.org - put in a time delay on initial challenge/response to make it a bit more difficult for fakers
Diffstat (limited to 'sysutils/bsdstats/Makefile')
-rw-r--r--sysutils/bsdstats/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/bsdstats/Makefile b/sysutils/bsdstats/Makefile
index ce32983741cc..a4580149c1e3 100644
--- a/sysutils/bsdstats/Makefile
+++ b/sysutils/bsdstats/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= bsdstats
-PORTVERSION= 2.2
-PORTREVISION= 1
+PORTVERSION= 3.0
CATEGORIES= sysutils
DISTFILES=
@@ -16,6 +15,8 @@ COMMENT= Monthly script for reporting anonymous statistics about your machine
NO_BUILD= yes
PLIST_FILES= etc/periodic/monthly/300.statistics
+PLIST_DIRS= etc/periodic/montly \
+ etc/periodic
.include <bsd.port.pre.mk>