diff options
author | obrien <obrien@FreeBSD.org> | 1998-09-14 08:20:20 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-09-14 08:20:20 +0800 |
commit | 2d3852f3f033735a527f45cbea3e09ec136b1f94 (patch) | |
tree | d8dd64eb401f2efea952604bec960a515f4b465f /security | |
parent | 618f5013455e2d8dd695dc9fe74d2aacfa26efa3 (diff) | |
download | freebsd-ports-graphics-2d3852f3f033735a527f45cbea3e09ec136b1f94.tar.gz freebsd-ports-graphics-2d3852f3f033735a527f45cbea3e09ec136b1f94.tar.zst freebsd-ports-graphics-2d3852f3f033735a527f45cbea3e09ec136b1f94.zip |
upgrade to 0.4 Alpha
Diffstat (limited to 'security')
-rw-r--r-- | security/bro/Makefile | 14 | ||||
-rw-r--r-- | security/bro/distinfo | 2 | ||||
-rw-r--r-- | security/bro/pkg-plist | 3 |
3 files changed, 11 insertions, 8 deletions
diff --git a/security/bro/Makefile b/security/bro/Makefile index ebd73722220..1fc84a7aadf 100644 --- a/security/bro/Makefile +++ b/security/bro/Makefile @@ -4,11 +4,11 @@ # Date created: Sat Feb 28, 1998 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.3 1998/03/03 09:56:10 asami Exp $ +# $Id: Makefile,v 1.4 1998/03/16 10:27:31 obrien Exp $ # -DISTNAME= vp-bro-0.3-alpha -PKGNAME= bro-0.3a +DISTNAME= vp-bro-0.4-alpha +PKGNAME= bro-0.4a CATEGORIES= security net MASTER_SITES= ftp://ee.lbl.gov/ @@ -16,16 +16,16 @@ MAINTAINER= obrien@FreeBSD.org RESTRICTED= "Author wishes Alpha releases not to be distrubted." -WRKSRC= ${WRKDIR}/bro-0.3 +WRKSRC= ${WRKDIR}/bro-0.4 CONFIGURE_ARGS= --libdir=${PREFIX}/share GNU_CONFIGURE= yes do-fetch: - @if [ ! -f ${DISTDIR}/vp-bro-0.3-alpha${EXTRACT_SUFX} ]; then \ + @if [ ! -f ${DISTDIR}/vp-bro-0.4-alpha${EXTRACT_SUFX} ]; then \ echo ""; \ echo "Please contact Vern Paxson <vern@ee.lbl.gov>"; \ echo "to obtain the obtain the Bro source. Put it in"; \ - echo "${DISTDIR} as vp-bro-0.3-alpha${EXTRACT_SUFX}"; \ + echo "${DISTDIR} as vp-bro-0.4-alpha${EXTRACT_SUFX}"; \ echo "and run make again"; \ echo ""; \ exit 1;\ @@ -40,7 +40,7 @@ pre-install: post-install: @strip ${PREFIX}/sbin/bro - @${INSTALL_DATA} ${WRKSRC}/policy/* ${PREFIX}/share/bro + @${INSTALL_DATA} ${WRKSRC}/policy/*.* ${PREFIX}/share/bro .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/bro ${INSTALL_MAN} ${WRKSRC}/doc/bro-usenix98-revised.ps \ diff --git a/security/bro/distinfo b/security/bro/distinfo index 6f4333eb589..c6141d74777 100644 --- a/security/bro/distinfo +++ b/security/bro/distinfo @@ -1 +1 @@ -MD5 (vp-bro-0.3-alpha.tar.gz) = ec573b765794d9396c53cff9d559e7d8 +MD5 (vp-bro-0.4-alpha.tar.gz) = 8113653f9c94333dba210b2f1afe6f11 diff --git a/security/bro/pkg-plist b/security/bro/pkg-plist index 275740b7f19..a0f2638b53d 100644 --- a/security/bro/pkg-plist +++ b/security/bro/pkg-plist @@ -1,12 +1,15 @@ sbin/bro share/bro/bro.init +share/bro/analy.bro share/bro/dns.bro share/bro/finger.bro share/bro/ftp.bro share/bro/hot.bro +share/bro/http.bro share/bro/mt.bro share/bro/port-name.bro share/bro/portmapper.bro +share/bro/scan.bro share/bro/tcp.bro share/bro/telnet.bro share/bro/udp.bro |