diff options
author | scrappy <scrappy@FreeBSD.org> | 2006-10-02 20:03:49 +0800 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 2006-10-02 20:03:49 +0800 |
commit | c64a8fed645d8a95612129377ba3b25ade95e3aa (patch) | |
tree | 95a1da8f99efe64905eab84119de2f4c4895fcea /sysutils/bsdstats/Makefile | |
parent | 3a7437f2cb1be435fb2f00a342a11fc5c73c714e (diff) | |
download | freebsd-ports-gnome-c64a8fed645d8a95612129377ba3b25ade95e3aa.tar.gz freebsd-ports-gnome-c64a8fed645d8a95612129377ba3b25ade95e3aa.tar.zst freebsd-ports-gnome-c64a8fed645d8a95612129377ba3b25ade95e3aa.zip |
Eliminate initial sleep(s) for getting the id token
Diffstat (limited to 'sysutils/bsdstats/Makefile')
-rw-r--r-- | sysutils/bsdstats/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/bsdstats/Makefile b/sysutils/bsdstats/Makefile index d60ffd257cb2..4ebdd07dc838 100644 --- a/sysutils/bsdstats/Makefile +++ b/sysutils/bsdstats/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bsdstats -PORTVERSION= 4.3 +PORTVERSION= 4.4 CATEGORIES= sysutils DISTFILES= |