mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
upgrade to 1.0.6
change master site & WWW
This commit is contained in:
parent
03933f0de0
commit
20a9ea21d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43880
@ -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)
|
||||
|
@ -1 +1 @@
|
||||
MD5 (logtool-1.0.5.tar.gz) = 5fb5376725bfccb0bec31fbb054d92ef
|
||||
MD5 (logtool-1.0.6.tar.gz) = b8baf0022e93ad4f2e134dc93cf063a4
|
||||
|
@ -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`
|
||||
|
@ -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/
|
||||
|
@ -1,5 +1,4 @@
|
||||
bin/logtool
|
||||
bin/lt
|
||||
bin/logtail
|
||||
etc/logtool/exclude
|
||||
etc/logtool/green
|
||||
|
@ -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)
|
||||
|
@ -1 +1 @@
|
||||
MD5 (logtool-1.0.5.tar.gz) = 5fb5376725bfccb0bec31fbb054d92ef
|
||||
MD5 (logtool-1.0.6.tar.gz) = b8baf0022e93ad4f2e134dc93cf063a4
|
||||
|
@ -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`
|
||||
|
@ -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/
|
||||
|
@ -1,5 +1,4 @@
|
||||
bin/logtool
|
||||
bin/lt
|
||||
bin/logtail
|
||||
etc/logtool/exclude
|
||||
etc/logtool/green
|
||||
|
Loading…
Reference in New Issue
Block a user