Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Mar 2003 14:41:48 +0100 (CET)
From:      possamai@xs4all.nl
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tnt@tnt.yi.org
Subject:   ports/48919: port-update to recent version of ACID
Message-ID:  <200303041341.h24DfmfT009659@tnt.yi.org>

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

>Number:         48919
>Category:       ports
>Synopsis:       port-update to recent version of ACID
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 04 05:50:18 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     M. Possamai <possamai@xs4all.nl>
>Release:        FreeBSD 4.8-RC i386
>Organization:
>Environment:
System: FreeBSD 4.8-RC FreeBSD 4.8-RC #3: Tue Mar 4 00:02:42 CET 2003 i386
acid-0.9.6b23 -> acid-0.9.6b23

>Description:
	The version of acid that exists in the ports at the moment is so terribly out of date that it doesn't even cover the year 2003.
	I updated the port so it's up2date again. I noticed there was no maintainer yet, I would love to become that maintainer and
	KEEP acid up2date
>How-To-Repeat:
	
>Fix:

	

--- acid.diff begins here ---
diff -ruN acid/Makefile acid-new/Makefile
--- acid/Makefile	Thu Feb 27 16:57:23 2003
+++ acid-new/Makefile	Tue Mar  4 13:36:05 2003
@@ -1,27 +1,23 @@
 # New ports collection makefile for:	acid
-# Date created:		Mon Sep 25 16:05:01 CST 2000
+# Date created:		Tue March 04 2003
 # Whom:			Foxfair Hu <foxfair@FreeBSD.org>
 #
-# $FreeBSD: ports/security/acid/Makefile,v 1.10 2003/02/26 08:28:54 foxfair Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	acid
 PORTVERSION=	0.9.6b23
+PORTREVISION=	0
 CATEGORIES=	security
 MASTER_SITES=	http://www.andrew.cmu.edu/~rdanyliw/snort/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	possamai@xs4all.nl
 COMMENT=	Analysis Console for Intrusion Databases (ACID) with Snort and MySQL
 
-RUN_DEPENDS=	${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql323-server \
+RUN_DEPENDS=	${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 \
+		${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql323-server \
 		${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort \
 		${LOCALBASE}/www/data.default/php/adodb:${PORTSDIR}/databases/adodb
-
-.if defined(WITH_APACHE2)
-RUN_DEPENDS+=	${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4
-.else
-RUN_DEPENDS+=	${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
-.endif
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 NO_BUILD=	yes
diff -ruN acid/pkg-comment acid-new/pkg-comment
--- acid/pkg-comment	Thu Jan  1 01:00:00 1970
+++ acid-new/pkg-comment	Fri Feb 21 15:20:13 2003
@@ -0,0 +1 @@
+Analysis Console for Intrusion Databases (ACID) with Snort and MySQL
diff -ruN acid/pkg-plist acid-new/pkg-plist
--- acid/pkg-plist	Thu Feb 27 16:57:23 2003
+++ acid-new/pkg-plist	Tue Mar  4 13:29:09 2003
@@ -10,6 +10,7 @@
 www/acid/acid_cache.inc
 www/acid/acid_common.php
 www/acid/acid_conf.php
+www/acid/acid_conf.php.orig
 www/acid/acid_constants.inc
 www/acid/acid_db.inc
 www/acid/acid_db_common.php
--- acid.diff ends here ---


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

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303041341.h24DfmfT009659>