diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-29 18:40:04 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-29 18:40:04 +0000 |
commit | 7ffe693777f8674ad5d2c82b600d0fe8edb6f794 (patch) | |
tree | a7057feb39c7ced797d4205b48778f50e8f41e38 /sysutils | |
parent | 88f7bbcb4091f0ca736a9885bdcb04a976081e8d (diff) | |
download | ports-7ffe693777f8674ad5d2c82b600d0fe8edb6f794.tar.gz ports-7ffe693777f8674ad5d2c82b600d0fe8edb6f794.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fetchlog/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fetchlog/distinfo | 3 | ||||
-rw-r--r-- | sysutils/fetchlog/files/patch-aa | 13 | ||||
-rw-r--r-- | sysutils/fetchlog/pkg-descr | 8 | ||||
-rw-r--r-- | sysutils/fetchlog/pkg-message | 4 |
5 files changed, 15 insertions, 15 deletions
diff --git a/sysutils/fetchlog/Makefile b/sysutils/fetchlog/Makefile index 2a9b3ff0092c..0e2c59f6b0dc 100644 --- a/sysutils/fetchlog/Makefile +++ b/sysutils/fetchlog/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fetchlog -PORTVERSION= 0.95 +PORTVERSION= 1.0 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fetchlog diff --git a/sysutils/fetchlog/distinfo b/sysutils/fetchlog/distinfo index 978f1a0e60bc..c1ebf7ec048a 100644 --- a/sysutils/fetchlog/distinfo +++ b/sysutils/fetchlog/distinfo @@ -1 +1,2 @@ -MD5 (fetchlog-0.95.tar.gz) = bb575ffaf7fad8178d7ce54f5d905244 +MD5 (fetchlog-1.0.tar.gz) = e2ef0a076d1901c489c953fe48e1b2a9 +SIZE (fetchlog-1.0.tar.gz) = 24016 diff --git a/sysutils/fetchlog/files/patch-aa b/sysutils/fetchlog/files/patch-aa index 3cad22635275..f894e32d6e43 100644 --- a/sysutils/fetchlog/files/patch-aa +++ b/sysutils/fetchlog/files/patch-aa @@ -1,18 +1,17 @@ ---- Makefile.orig Mon Aug 11 18:58:18 2003 -+++ Makefile Mon Aug 11 19:02:35 2003 -@@ -23,8 +23,9 @@ +--- Makefile.orig Mon Mar 29 19:47:03 2004 ++++ Makefile Mon Mar 29 19:48:31 2004 +@@ -23,8 +23,8 @@ ### compiler ### gcc -CC=gcc -CFLAGS= -O -Wall -Wcast-qual -Wstrict-prototypes \ -+#CC=gcc -+CC ?= =cc -+CFLAGS += -O -Wall -Wcast-qual -Wstrict-prototypes \ ++CC?=cc ++CFLAGS+= -O -Wall -Wcast-qual -Wstrict-prototypes \ -Wmissing-prototypes -Wmissing-declarations -Winline -Wcast-align ### cc #CC=cc -@@ -62,7 +63,7 @@ +@@ -57,7 +57,7 @@ ### installdir ### will use $INSTDIR/bin and $INSTDIR/man/man1, ### both dirs have to exist for installation diff --git a/sysutils/fetchlog/pkg-descr b/sysutils/fetchlog/pkg-descr index eec0ee93531d..7b81d714cd37 100644 --- a/sysutils/fetchlog/pkg-descr +++ b/sysutils/fetchlog/pkg-descr @@ -1,8 +1,8 @@ The fetchlog utility displays the last new messages of a logfile. -It is similar like tail (1) but offers some extra functionality for -output formatting. To show only the new messages appeared since the -last call fetchlog uses a bookmark to remember which messages have -been fetched. +It is similar like tail (1) but offers some extra functionality like +pattern matching with regular expressions or output formatting. To show +only the new messages appeared since the last call fetchlog uses a +bookmark to remember which messages have been fetched. fetchlog works on syslog generated logfiles as well as other logfiles. diff --git a/sysutils/fetchlog/pkg-message b/sysutils/fetchlog/pkg-message index 1a3472ef6864..80fdc8d09040 100644 --- a/sysutils/fetchlog/pkg-message +++ b/sysutils/fetchlog/pkg-message @@ -1,8 +1,8 @@ ------------------------------------------------------------------------------- Note: If you are upgrading, you must remove the old bookmarkfiles. - When calling fetchlog 0.95 with old bookmarkfiles you will see - this error message: + When calling fetchlog 1.0 with old bookmarkfiles generated from + version 0.94 or older you will see this error message: ERROR: fetchlog: no file/wrong size: /path/to/bookmark/file |