diff options
author | pat <pat@FreeBSD.org> | 2002-03-31 12:40:13 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-03-31 12:40:13 +0800 |
commit | 86318a387de802a236ed783879aef1f706ebeaaa (patch) | |
tree | 234632ae337d44a788ee952868e63a56a4e0141a | |
parent | 0cdaa685c3875ebfd289a9e19f01323023eeab9f (diff) | |
download | freebsd-ports-gnome-86318a387de802a236ed783879aef1f706ebeaaa.tar.gz freebsd-ports-gnome-86318a387de802a236ed783879aef1f706ebeaaa.tar.zst freebsd-ports-gnome-86318a387de802a236ed783879aef1f706ebeaaa.zip |
Update to 1.6.2
PR: 36540
Submitted by: Sean Chittenden <sean@chittenden.org>
Approved by: mail to maintainer bounces
-rw-r--r-- | sysutils/cronolog/Makefile | 4 | ||||
-rw-r--r-- | sysutils/cronolog/distinfo | 2 | ||||
-rw-r--r-- | sysutils/cronolog/files/patch-aa | 12 |
3 files changed, 3 insertions, 15 deletions
diff --git a/sysutils/cronolog/Makefile b/sysutils/cronolog/Makefile index c0ce68147a40..93a0115699ec 100644 --- a/sysutils/cronolog/Makefile +++ b/sysutils/cronolog/Makefile @@ -6,9 +6,9 @@ # PORTNAME= cronolog -PORTVERSION= 1.6.1 +PORTVERSION= 1.6.2 CATEGORIES= sysutils -MASTER_SITES= http://www.ford-mason.co.uk/resources/cronolog/ +MASTER_SITES= http://www.cronolog.org/download/ MAINTAINER= tmb_ports@maddog.u-net.com diff --git a/sysutils/cronolog/distinfo b/sysutils/cronolog/distinfo index 77f42e015624..31633e622196 100644 --- a/sysutils/cronolog/distinfo +++ b/sysutils/cronolog/distinfo @@ -1 +1 @@ -MD5 (cronolog-1.6.1.tar.gz) = 8c9a3ecf3ea8d39daa5eebea91112846 +MD5 (cronolog-1.6.2.tar.gz) = a44564fd5a5b061a5691b9a837d04979 diff --git a/sysutils/cronolog/files/patch-aa b/sysutils/cronolog/files/patch-aa index bc93cd4d4038..e69de29bb2d1 100644 --- a/sysutils/cronolog/files/patch-aa +++ b/sysutils/cronolog/files/patch-aa @@ -1,12 +0,0 @@ -*** - Thu Jan 20 16:03:33 2000 ---- src/cronoutils.c Thu Jan 20 16:01:37 2000 -*************** -*** 71,77 **** - - #include "cronoutils.h" - extern char *tzname[2]; -- extern long int timezone; - - - /* debug_file is the file to output debug messages to. No debug ---- 71,76 ---- |