Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2002 12:14:40 +0900 (JST)
From:      Kimura Fuyuki <fuyuki@mj.0038.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/36452: Update port: security/fwlogwatch to 0.7
Message-ID:  <20020329031441077.YGGL.32433.t-mta7.odn.ne.jp@mta7.odn.ne.jp>

next in thread | raw e-mail | index | archive | help

>Number:         36452
>Category:       ports
>Synopsis:       Update port: security/fwlogwatch to 0.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 28 19:20:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 4.5-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD ns.test 4.5-RELEASE-p2 FreeBSD 4.5-RELEASE-p2 #7: Fri Mar 8 10:57:51 JST 2002 root@ns.test:/sack/obj/usr/src/sys/NS i386



>Description:
Update to 0.7

>How-To-Repeat:

>Fix:
cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/fwlogwatch/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	2002/03/15 19:44:17	1.5
+++ Makefile	2002/03/29 03:11:26
@@ -7,7 +7,7 @@
 #

 PORTNAME=	fwlogwatch
-PORTVERSION=	0.6
+PORTVERSION=	0.7
 CATEGORIES=	security
 MASTER_SITES=	http://www.kyb.uni-stuttgart.de/boris/sw/

@@ -23,7 +23,8 @@
 post-patch:
 	@${PERL} -pi -e 's,/etc,${PREFIX}/etc,g; \
 		s,/usr/local,${PREFIX},g; \
-		s,/usr/share,${PREFIX}/share,g; \
+		/LOCALE_DIR/ && s,/usr,${PREFIX},; \
+		s,/share/man,/man,g; \
 		s,%%LOCALBASE%%,${LOCALBASE},g' \
 		${WRKSRC}/Makefile ${WRKSRC}/main.h
 	@${PERL} -pi -e "s,/etc,${PREFIX}/etc,g" ${WRKSRC}/${MAN8}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/fwlogwatch/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	2002/03/08 15:51:03	1.2
+++ distinfo	2002/03/29 03:11:26
@@ -1 +1 @@
-MD5 (fwlogwatch-0.6.tar.gz) = cdc5ba4d72c2a528503e2682fb24f493
+MD5 (fwlogwatch-0.7.tar.gz) = fbb17043ce7d55e1ae55f9b5c09540b6
cvs server: Diffing files
Index: files/patch-Makefile
===================================================================
RCS file: /home/ncvs/ports/security/fwlogwatch/files/patch-Makefile,v
retrieving revision 1.4
diff -u -r1.4 patch-Makefile
--- files/patch-Makefile	2002/03/13 10:22:57	1.4
+++ files/patch-Makefile	2002/03/29 03:11:27
@@ -26,33 +26,33 @@

  # 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
-@@ -35,10 +35,9 @@
- LEX = flex
+@@ -36,9 +36,9 @@
  LFLAGS = -B #-f #-p -p -d

--INSTALL = install
+ INSTALL = install
 -INSTALL_PROGRAM = $(INSTALL) -s -m 0755
 -INSTALL_SCRIPT = $(INSTALL) -m 0755
 -INSTALL_DATA = $(INSTALL) -m 0644
 +INSTALL_PROGRAM= ${BSD_INSTALL_PROGRAM}
 +INSTALL_DATA= ${BSD_INSTALL_DATA}
 +INSTALL_SCRIPT= ${BSD_INSTALL_SCRIPT}
+ INSTALL_DIR = /usr/local
+ CONF_DIR = /etc
+ LOCALE_DIR = /usr
+@@ -85,10 +85,15 @@

- OBJS = cisco_ios.o cisco_pix.o compare.o ipchains.o ipfilter.o \
-        main.o modes.o net.o netfilter.o output.o parser.o \
-@@ -82,10 +81,15 @@
-
  install-i18n:
  	cd po; make
 +	${MKDIR} ${PREFIX}/share/locale/de/LC_MESSAGES
- 	$(INSTALL_DATA) po/de.mo /usr/share/locale/de/LC_MESSAGES/fwlogwatch.mo
+ 	$(INSTALL_DATA) po/de.mo $(LOCALE_DIR)/share/locale/de/LC_MESSAGES/fwlogwatch.mo
 +	${MKDIR} ${PREFIX}/share/locale/pt_BR/LC_MESSAGES
- 	$(INSTALL_DATA) po/pt_BR.mo /usr/share/locale/pt_BR/LC_MESSAGES/fwlogwatch.mo
+ 	$(INSTALL_DATA) po/pt_BR.mo $(LOCALE_DIR)/share/locale/pt_BR/LC_MESSAGES/fwlogwatch.mo
 +	${MKDIR} ${PREFIX}/share/locale/sv/LC_MESSAGES
- 	$(INSTALL_DATA) po/sv.mo /usr/share/locale/sv/LC_MESSAGES/fwlogwatch.mo
+ 	$(INSTALL_DATA) po/sv.mo $(LOCALE_DIR)/share/locale/sv/LC_MESSAGES/fwlogwatch.mo
 +	${MKDIR} ${PREFIX}/share/locale/zh_CN/LC_MESSAGES
- 	$(INSTALL_DATA) po/zh_CN.mo /usr/share/locale/zh_CN/LC_MESSAGES/fwlogwatch.mo
+ 	$(INSTALL_DATA) po/zh_CN.mo $(LOCALE_DIR)/share/locale/zh_CN/LC_MESSAGES/fwlogwatch.mo
 +	${MKDIR} ${PREFIX}/share/locale/zh_TW/LC_MESSAGES
- 	$(INSTALL_DATA) po/zh_TW.mo /usr/share/locale/zh_TW/LC_MESSAGES/fwlogwatch.mo
+ 	$(INSTALL_DATA) po/zh_TW.mo $(LOCALE_DIR)/share/locale/zh_TW/LC_MESSAGES/fwlogwatch.mo

- uninstall:
+ install-rhinit:
+

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020329031441077.YGGL.32433.t-mta7.odn.ne.jp>