Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Nov 2004 16:29:00 -0800
From:      Linh Pham <question+fbsdports@closedsrc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:        Linh Pham <question+fbsdports@closedsrc.org>
Subject:   Re: ports/74492: NEW PORT: security/base - BASE 1.0
Message-ID:  <20041129002900.GG24728@q.internal.closedsrc.org>
In-Reply-To: <200411282150.iASLoToB062902@freefall.freebsd.org>
References:  <20041128214518.75A8245039@q.closedsrc.org> <200411282150.iASLoToB062902@freefall.freebsd.org>

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

--RYJh/3oyKhIjGcML
Content-Type: multipart/mixed; boundary="S1BNGpv0yoYahz37"
Content-Disposition: inline


--S1BNGpv0yoYahz37
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On 2004-11-28 21:50 +0000, FreeBSD-gnats-submit@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.

--=20
Linh Pham                               question+fbsdports@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 =3D Ugly Bags of Mostly Water

--S1BNGpv0yoYahz37
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="base-1.0_Makefile.diff"
Content-Transfer-Encoding: quoted-printable

--- /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 Ex=
p $
 #
=20
-PORTNAME=3D	acid
-PORTVERSION=3D	0.9.6b23
+PORTNAME=3D	base
+PORTVERSION=3D	1.0
 CATEGORIES=3D	security
-MASTER_SITES=3D	http://www.andrew.cmu.edu/user/rdanyliw/snort/
+MASTER_SITES=3D	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=3D     secureideas
=20
-MAINTAINER=3D	possamai@xs4all.nl
-COMMENT=3D	Analysis Console for Intrusion Databases (ACID) with Snort and =
MySQL
+MAINTAINER=3D	question+fbsdports@closedsrc.org
+COMMENT=3D	Basic Analysis and Security Engine, based on ACID, for analyzin=
g SNORT alerts
=20
 RUN_DEPENDS=3D	${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort \
 		${LOCALBASE}/share/adodb/adodb.inc.php:${PORTSDIR}/databases/adodb
@@ -21,17 +22,10 @@
 NO_BUILD=3D	yes
=20
 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=
=2Ephp
=20
 post-install:
 	@${SED} 's|%%PREFIX%%|${PREFIX}|' ${PKGMESSAGE}

--S1BNGpv0yoYahz37--

--RYJh/3oyKhIjGcML
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (FreeBSD)

iD8DBQFBqm1MwhofDeWkDMIRAiKJAKCICVsFzz8QL9RwF6KTfk2Mn9glnACeORsV
dgucc/CXL8psuSdk8h/80+I=
=RGDO
-----END PGP SIGNATURE-----

--RYJh/3oyKhIjGcML--



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