ports/74492: NEW PORT: security/base - BASE 1.0

Linh Pham question+fbsdports at closedsrc.org
Mon Nov 29 00:29:07 UTC 2004


On 2004-11-28 21:50 +0000, FreeBSD-gnats-submit at FreeBSD.org wrote:

# >Category:       ports
# >Responsible:    freebsd-ports-bugs
# >Synopsis:       NEW PORT: security/base - BASE 1.0
# >Arrival-Date:   Sun Nov 28 21:50:29 GMT 2004

I forgot to add MASTER_SITE_SUBDIR in the patched Makefile for the port.
I have attached an updated patch against security/acid which includes
the MASTER_SITE_SUBDIR entry.

-- 
Linh Pham                               question+fbsdports at closedsrc.org
Webmaster and FreeBSD Geek                          http://closedsrc.org
Apprentice Manager Editor and Writer           http://www.daemonnews.org
Q->Worf: Eat any good books lately? | Humans = Ugly Bags of Mostly Water
-------------- next part --------------
--- /usr/ports/security/acid/Makefile	Thu Jun  3 11:04:18 2004
+++ Makefile	Sun Nov 28 16:25:55 2004
@@ -5,13 +5,14 @@
 # $FreeBSD: ports/security/acid/Makefile,v 1.17 2004/05/25 00:01:44 pav Exp $
 #
 
-PORTNAME=	acid
-PORTVERSION=	0.9.6b23
+PORTNAME=	base
+PORTVERSION=	1.0
 CATEGORIES=	security
-MASTER_SITES=	http://www.andrew.cmu.edu/user/rdanyliw/snort/
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=     secureideas
 
-MAINTAINER=	possamai at xs4all.nl
-COMMENT=	Analysis Console for Intrusion Databases (ACID) with Snort and MySQL
+MAINTAINER=	question+fbsdports at closedsrc.org
+COMMENT=	Basic Analysis and Security Engine, based on ACID, for analyzing SNORT alerts
 
 RUN_DEPENDS=	${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort \
 		${LOCALBASE}/share/adodb/adodb.inc.php:${PORTSDIR}/databases/adodb
@@ -21,17 +22,10 @@
 NO_BUILD=	yes
 
 do-install:
-	@${MKDIR} ${PREFIX}/www/acid
-.for ext in html php sql css inc
-	@${INSTALL_DATA} ${WRKSRC}/*.${ext} ${PREFIX}/www/acid
-.endfor
-.ifndef(NOPORTDOCS)
-	@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/www/acid
-	@${INSTALL_DATA} ${WRKSRC}/README.mssql ${PREFIX}/www/acid
-	@${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/www/acid
-	@${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/www/acid
-	@${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${PREFIX}/www/acid
-.endif
+	@${MKDIR} ${PREFIX}/www/base
+	@${CP} -R ${WRKSRC}/* ${PREFIX}/www/base/
+	@${RM} ${PREFIX}/www/base/base_conf.php.dist.orig
+	@${MV} ${PREFIX}/www/base/base_conf.php.dist ${PREFIX}/www/base/base_conf.php
 
 post-install:
 	@${SED} 's|%%PREFIX%%|${PREFIX}|' ${PKGMESSAGE}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ports-bugs/attachments/20041128/3c736973/attachment.sig>


More information about the freebsd-ports-bugs mailing list