Upgrade to 0.6.

PR:		ports/35665
Submitted by:	Kimura Fuyuki <fuyuki@mj.0038.net>
Some part by:	me
This commit is contained in:
Vanilla I. Shu 2002-03-08 15:51:04 +00:00
parent 8022072e4a
commit e13769d7b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55728
5 changed files with 13 additions and 31 deletions

View File

@ -7,16 +7,15 @@
#
PORTNAME= fwlogwatch
PORTVERSION= 0.5.1
PORTVERSION= 0.6
CATEGORIES= security
MASTER_SITES= http://www.kyb.uni-stuttgart.de/boris/sw/
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= autob5:${PORTSDIR}/chinese/autoconvert
LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext
INSTALL_TARGET= install install-i18n
INSTALL_TARGET= install install-config install-i18n
MANCOMPRESSES= no
MAN8= fwlogwatch.8

View File

@ -1 +1 @@
MD5 (fwlogwatch-0.5.1.tar.gz) = e718416ccd80bb1a2f472601d38b636f
MD5 (fwlogwatch-0.6.tar.gz) = cdc5ba4d72c2a528503e2682fb24f493

View File

@ -1,15 +1,15 @@
--- Makefile.orig Mon Nov 19 01:12:29 2001
+++ Makefile Tue Nov 20 15:00:49 2001
--- Makefile.orig Sun Feb 24 20:15:21 2002
+++ Makefile Fri Mar 8 23:42:07 2002
@@ -1,10 +1,10 @@
# $Id: Makefile,v 1.51 2001/11/18 17:12:29 bw Exp $
# $Id: Makefile,v 1.56 2002/02/24 12:15:21 bw Exp $
# Linux
-CC = gcc
-CFLAGS = -pipe -O2 -Wall #-pedantic #-g #-p
-CFLAGS = -pipe -O2 -Wall #-pedantic -Wpointer-arith #-g #-p
-LDFLAGS = #-g #-static -p
-LIBS = -lcrypt -lz #-lc_p
+#CC = gcc
+#CFLAGS = -pipe -O2 -Wall #-pedantic #-g #-p
+#CFLAGS = -pipe -O2 -Wall #-pedantic -Wpointer-arith #-g #-p
+#LDFLAGS = #-g #-static -p
+#LIBS = -lcrypt -lz #-lc_p
@ -26,14 +26,3 @@
# You might want to add -DSHORT_NAMES to CFLAGS if you only intend to
# analyze log formats with short list/chain/branch/interface names like
@@ -82,8 +82,8 @@
install-i18n:
cd po; make
$(INSTALL_DATA) po/de.mo /usr/share/locale/de/LC_MESSAGES/fwlogwatch.mo
- $(INSTALL_DATA) po/pt_BR.mo /usr/share/locale/pt/LC_MESSAGES/fwlogwatch.mo
- $(INSTALL_DATA) po/zh.mo /usr/share/locale/zh/LC_MESSAGES/fwlogwatch.mo
+ $(INSTALL_DATA) po/pt_BR.mo /usr/share/locale/pt_BR/LC_MESSAGES/fwlogwatch.mo
+ $(INSTALL_DATA) po/zh.mo /usr/share/locale/zh_TW.Big5/LC_MESSAGES/fwlogwatch.mo
uninstall:
@rm -f /usr/local/sbin/fwlogwatch \

View File

@ -1,10 +0,0 @@
--- po/Makefile.orig Tue Nov 20 14:51:50 2001
+++ po/Makefile Tue Nov 20 14:53:23 2001
@@ -3,6 +3,7 @@
all:
msgfmt -v -o de.mo de.po
msgfmt -v -o pt_BR.mo pt_BR.po
+ mv zh.po tmp ; cat tmp | autob5 > zh.po
msgfmt -v -o zh.mo zh.po
strings:

View File

@ -1,6 +1,10 @@
etc/fwlogwatch.config
etc/fwlogwatch.template
sbin/fwlogwatch
sbin/fwlw_notify
sbin/fwlw_respond
share/locale/de/LC_MESSAGES/fwlogwatch.mo
share/locale/pt_BR/LC_MESSAGES/fwlogwatch.mo
share/locale/zh_TW.Big5/LC_MESSAGES/fwlogwatch.mo
share/locale/sv/LC_MESSAGES/fwlogwatch.mo
share/locale/zh_CN/LC_MESSAGES/fwlogwatch.mo
share/locale/zh_TW/LC_MESSAGES/fwlogwatch.mo