summaryrefslogtreecommitdiffstats
path: root/sysutils/logtool
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-06-12 06:55:10 +0000
committerijliao <ijliao@FreeBSD.org>2001-06-12 06:55:10 +0000
commit07835bcbb9f209fc9c6e329992617b28f3db6ee9 (patch)
tree1503a2a703205fbe3c3f91ab15a27c3299934b15 /sysutils/logtool
parent99e0b24def914be505c7f0c9c17eb9b503beda4a (diff)
downloadFreeBSD-ports-07835bcbb9f209fc9c6e329992617b28f3db6ee9.zip
FreeBSD-ports-07835bcbb9f209fc9c6e329992617b28f3db6ee9.tar.gz
upgrade to 1.0.6
change master site & WWW
Diffstat (limited to 'sysutils/logtool')
-rw-r--r--sysutils/logtool/Makefile9
-rw-r--r--sysutils/logtool/distinfo2
-rw-r--r--sysutils/logtool/files/patch-configure19
-rw-r--r--sysutils/logtool/pkg-descr5
-rw-r--r--sysutils/logtool/pkg-plist1
5 files changed, 19 insertions, 17 deletions
diff --git a/sysutils/logtool/Makefile b/sysutils/logtool/Makefile
index b7b33e5..9203c20 100644
--- a/sysutils/logtool/Makefile
+++ b/sysutils/logtool/Makefile
@@ -7,21 +7,24 @@
#
PORTNAME= logtool
-PORTVERSION= 1.0.5
+PORTVERSION= 1.0.6
CATEGORIES= sysutils
-MASTER_SITES= http://users.digitex.net/~max/logtool/
+MASTER_SITES= http://www.xjack.org/logtool/logtool/
MAINTAINER= ijliao@FreeBSD.org
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=/usr/local --sysconfdir=/usr/local/etc/logtool
+CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX}/etc/logtool
ALL_TARGET= build
MAN1= logtool.1
+post-patch:
+ @${PERL} -pi -e "s,%%CFLAGS%%,${CFLAGS},g" ${WRKSRC}/configure
+
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/logtool.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
diff --git a/sysutils/logtool/distinfo b/sysutils/logtool/distinfo
index 597285a..668518e 100644
--- a/sysutils/logtool/distinfo
+++ b/sysutils/logtool/distinfo
@@ -1 +1 @@
-MD5 (logtool-1.0.5.tar.gz) = 5fb5376725bfccb0bec31fbb054d92ef
+MD5 (logtool-1.0.6.tar.gz) = b8baf0022e93ad4f2e134dc93cf063a4
diff --git a/sysutils/logtool/files/patch-configure b/sysutils/logtool/files/patch-configure
index 90bf21b..4b0f818 100644
--- a/sysutils/logtool/files/patch-configure
+++ b/sysutils/logtool/files/patch-configure
@@ -1,11 +1,14 @@
---- configure.orig Mon Feb 12 00:10:54 2001
-+++ configure Mon Feb 12 00:11:16 2001
-@@ -745,7 +745,7 @@
- fi
-
- if test -n "$GCC"; then
-- CFLAGS="-O3 -Wall -Werror -ansi -pedantic"
-+ CFLAGS="-ansi -pedantic"
+--- configure.orig Tue Jun 12 14:46:04 2001
++++ configure Tue Jun 12 14:46:09 2001
+@@ -744,11 +744,6 @@
+ fi
fi
+-if test -n "$GCC"; then
+- CFLAGS="-O3 -Wall"
+-fi
+-
+-
+ if test "`echo "$sysconfdir" | grep "prefix"`" ; then
+ sysconfdir=`echo $sysconfdir/logtool | sed s/'${prefix}'/""/g`
diff --git a/sysutils/logtool/pkg-descr b/sysutils/logtool/pkg-descr
index 6d066e7..3fdbd39 100644
--- a/sysutils/logtool/pkg-descr
+++ b/sysutils/logtool/pkg-descr
@@ -14,7 +14,4 @@ It can be configured to parse the data any one of several ways,
including stripping the host, and/or program fields, and modifying the
time display format of the log entry's.
-WWW: http://users.digitex.net/~max/
-
--- Ying-Chieh Liao
- ijliao@csie.nctu.edu.tw
+WWW: http://www.xjack.org/logtool/
diff --git a/sysutils/logtool/pkg-plist b/sysutils/logtool/pkg-plist
index 749a1c9..3d13413 100644
--- a/sysutils/logtool/pkg-plist
+++ b/sysutils/logtool/pkg-plist
@@ -1,5 +1,4 @@
bin/logtool
-bin/lt
bin/logtail
etc/logtool/exclude
etc/logtool/green
OpenPOWER on IntegriCloud