Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jan 2000 10:36:51 GMT
From:      Udo Schweigert <ust@cert.siemens.de>
To:        FreeBSD-gnats-submit@freebsd.org, dr@domix.de
Subject:   ports/16398: Update to port net/iplog
Message-ID:  <200001271036.KAA32489@alaska.cert.siemens.de>

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

>Number:         16398
>Category:       ports
>Synopsis:       Update to port net/iplog
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 27 02:40:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Udo Schweigert
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
Siemens AG. ZT IK 3
>Environment:

	FreeBSD 3.4-STABLE i386

>Description:

Update the iplog port to version 2.1.2.

If the original Maintainer agrees, I can take over this port into my
responsebility since I use iplog every day and mirror the sources onto
one of our servers.


>How-To-Repeat:


>Fix:
	
Patch here included updates to newest version, fixes the new MASTER_SITES
and does not overwrite already existing config-file.

diff -ru /usr/ports/net/iplog/Makefile iplog/Makefile
--- /usr/ports/net/iplog/Makefile	Tue Oct 26 05:28:28 1999
+++ iplog/Makefile	Thu Jan 27 11:35:06 2000
@@ -1,14 +1,21 @@
 # New ports collection makefile for:        iplog
-# Version required:	2.0-1017
+# Version required:	2.1.2
 # Date created:		4 Oct 1999
 # Whom:			Dominik Rothert <dr@domix.de>
 #
 # $FreeBSD: ports/net/iplog/Makefile,v 1.2 1999/10/26 03:28:28 mharo Exp $
 #
 
-DISTNAME=	iplog-2.0-1017
+DISTNAME=	iplog-2.1.0
+PKGNAME= 	iplog-2.1.2
 CATEGORIES=	security
-MASTER_SITES=	http://www.numb.org/~odin/stuff/
+MASTER_SITES=	http://download.sourceforge.net/ojnk/ \
+		ftp://ftp.karlsbakk.net/pub/ojnk/iplog/
+
+PATCH_SITES=	http://ojnk.sourceforge.net/stuff/ \
+		ftp://ftp.karlsbakk.net/pub/ojnk/iplog/
+PATCHFILES=	iplog-2.1.0-2.diff
+PATCH_DIST_STRIP=-p1
 
 MAINTAINER=	dr@domix.de
 
@@ -16,11 +23,16 @@
 MAKE_FLAGS=	CONF_ARGS="--prefix=${PREFIX}"
 USE_GMAKE=	yes
 
+MAN5=	iplog.rules.5
 MAN8=	iplog.8
 
+.include <bsd.port.pre.mk>
+
 post-install:
 	strip ${PREFIX}/sbin/iplog
-	${CP} ${WRKSRC}/example-iplog.rules ${PREFIX}/etc/iplog.rules.sample
+.if !exists(${PREFIX}/etc/iplog.rules)
 	${CP} ${WRKSRC}/example-iplog.rules ${PREFIX}/etc/iplog.rules
+.endif
+	${CP} ${WRKSRC}/example-iplog.rules ${PREFIX}/etc/iplog.rules.sample
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -ru /usr/ports/net/iplog/files/md5 iplog/files/md5
--- /usr/ports/net/iplog/files/md5	Tue Oct 26 05:28:29 1999
+++ iplog/files/md5	Thu Jan 27 11:10:30 2000
@@ -1 +1,2 @@
-MD5 (iplog-2.0-1017.tar.gz) = 6a2cda10b32e7bf7a46bcdfe1d551c9f
+MD5 (iplog-2.1.0.tar.gz) = 9bcecd2b829016ec2dba11f031f59317
+MD5 (iplog-2.1.0-2.diff) = eda4d558ed8116e4a2a22130d314c358

>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?200001271036.KAA32489>