diff options
author | tobez <tobez@FreeBSD.org> | 2010-09-24 21:10:49 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2010-09-24 21:10:49 +0800 |
commit | b27c7a7bad4a2078111db46c548bb6da89157c13 (patch) | |
tree | 46304063438b0ff0374139422b1093742f609447 /www/mergelog | |
parent | c45664128c1f0b62ea4324ae3c43cb715d9a91c8 (diff) | |
download | freebsd-ports-gnome-b27c7a7bad4a2078111db46c548bb6da89157c13.tar.gz freebsd-ports-gnome-b27c7a7bad4a2078111db46c548bb6da89157c13.tar.zst freebsd-ports-gnome-b27c7a7bad4a2078111db46c548bb6da89157c13.zip |
Make it work with logs containing short IP addresses.
Reportedly obtained from Debian.
Submitted by: dwmalone
Diffstat (limited to 'www/mergelog')
-rw-r--r-- | www/mergelog/Makefile | 2 | ||||
-rw-r--r-- | www/mergelog/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mergelog/Makefile b/www/mergelog/Makefile index 4c38048be985..dc2530e85bf0 100644 --- a/www/mergelog/Makefile +++ b/www/mergelog/Makefile @@ -7,7 +7,7 @@ PORTNAME= mergelog PORTVERSION= 4.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www textproc MASTER_SITES= SF diff --git a/www/mergelog/pkg-descr b/www/mergelog/pkg-descr index 38351524c835..7649eae8e1d7 100644 --- a/www/mergelog/pkg-descr +++ b/www/mergelog/pkg-descr @@ -1,6 +1,6 @@ mergelog is a tool which merges and sorts by date http log files in 'Common Log Format'. The result is sent to the standard output. It is -useful to create a single log file for multiple hosts using ro und-robin +useful to create a single log file for multiple hosts using round-robin DNS. WWW: http://mergelog.sourceforge.net/ |