Index: head/security/acid/Makefile =================================================================== --- head/security/acid/Makefile (revision 43599) +++ head/security/acid/Makefile (revision 43600) @@ -1,38 +1,38 @@ # New ports collection makefile for: acid # Date created: Mon Sep 25 16:05:01 CST 2000 # Whom: Foxfair Hu # # $FreeBSD$ # PORTNAME= acid -PORTVERSION= 0.9.4 +PORTVERSION= 0.9.6b1 CATEGORIES= security -MASTER_SITES= http://www.cert.org/kb/acid/ -DISTFILES= acid.0.9.4.tar.gz +MASTER_SITES= http://www.andrew.cmu.edu/~rdanyliw/snort/ +DISTFILES= acid-0.9.6b1.tar.gz WRKSRC= ${WRKDIR}/${PORTNAME} MAINTAINER= foxfair@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache13 \ - ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php3 \ + ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 \ ${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql323-server \ ${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort post-configure: ${MKDIR} ${LOCALBASE}/share/doc/apache/acid ${CP} ${FILESDIR}/Makefile.acid ${WRKSRC}/Makefile post-install: @${ECHO} "*****************************************************************************" @${ECHO} "Please modify the file '${LOCALBASE}/share/doc/apache/acid/acid_conf.php', " @${ECHO} "and customize the following variables to fit your system: " @${ECHO} " " @${ECHO} "'alert_dbname' : MySQL database name where the alerts are stored " @${ECHO} "'alert_host' : host where the database is stored " @${ECHO} "'alert_port' : port where the database is stored " @${ECHO} "'alert_user' : username into the database " @${ECHO} "'alert_password' : password for the username " @${ECHO} "*****************************************************************************" .include Property changes on: head/security/acid/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/security/acid/distinfo =================================================================== --- head/security/acid/distinfo (revision 43599) +++ head/security/acid/distinfo (revision 43600) @@ -1 +1 @@ -MD5 (acid.0.9.4.tar.gz) = e3f4aaefc7a1fc9a4042b5fab396ff07 +MD5 (acid-0.9.6b1.tar.gz) = 24a7027c0b85186c0db83aed8e2dec11 Property changes on: head/security/acid/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/security/acid/pkg-plist =================================================================== --- head/security/acid/pkg-plist (revision 43599) +++ head/security/acid/pkg-plist (revision 43600) @@ -1,16 +1,27 @@ share/doc/apache/acid/README +share/doc/apache/acid/acid_ag_common.php +share/doc/apache/acid/acid_ag_main.php +share/doc/apache/acid/acid_app_faq.php share/doc/apache/acid/acid_common.php share/doc/apache/acid/acid_conf.php +share/doc/apache/acid/acid_db_common.php +share/doc/apache/acid/acid_db_setup.php +share/doc/apache/acid/acid_email.php +share/doc/apache/acid/acid_email_sqlcalls.php share/doc/apache/acid/acid_footer.html share/doc/apache/acid/acid_hdr1.html share/doc/apache/acid/acid_hdr2.html share/doc/apache/acid/acid_main.php +share/doc/apache/acid/acid_pkt_common.php share/doc/apache/acid/acid_pkt_form.php share/doc/apache/acid/acid_pkt_main.php share/doc/apache/acid/acid_pkt_sqlcalls.php share/doc/apache/acid/acid_stat_alerts.php share/doc/apache/acid/acid_stat_common.php +share/doc/apache/acid/acid_stat_ipaddr.php +share/doc/apache/acid/acid_stat_sensor.php share/doc/apache/acid/acid_stat_time.php +share/doc/apache/acid/acid_stat_uaddr.php share/doc/apache/acid/acid_style.css share/doc/apache/acid/index.html @dirrm share/doc/apache/acid Property changes on: head/security/acid/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property