diff options
author | osa <osa@FreeBSD.org> | 2003-11-05 00:00:01 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-11-05 00:00:01 +0800 |
commit | 304e1bb01bc8d8e57fab771f38ab2953dd20cf0d (patch) | |
tree | 29d239d0e6034af91ecccae737dfcde4fac31e3d /security | |
parent | f26612544e528fa591481e3a5027ed7ff75a035c (diff) | |
download | freebsd-ports-gnome-304e1bb01bc8d8e57fab771f38ab2953dd20cf0d.tar.gz freebsd-ports-gnome-304e1bb01bc8d8e57fab771f38ab2953dd20cf0d.tar.zst freebsd-ports-gnome-304e1bb01bc8d8e57fab771f38ab2953dd20cf0d.zip |
Fix broken (checksum mismatch) by change suffix of distro
from "-current" to "a37".
No changes for MD5.
Diffstat (limited to 'security')
-rw-r--r-- | security/bro/Makefile | 4 | ||||
-rw-r--r-- | security/bro/distinfo | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/security/bro/Makefile b/security/bro/Makefile index 5a2d023f8ec5..6480e66f1872 100644 --- a/security/bro/Makefile +++ b/security/bro/Makefile @@ -10,15 +10,13 @@ PORTNAME= bro PORTVERSION= 0.8 CATEGORIES= security MASTER_SITES= ftp://ftp.ee.lbl.gov/ -DISTNAME= ${PORTNAME}-pub-${PORTVERSION}-current +DISTNAME= ${PORTNAME}-pub-${PORTVERSION}a37 MAINTAINER= ports@FreeBSD.org COMMENT= System for detecting Network Intruders in real-time WRKSRC= ${WRKDIR}/${PORTNAME}-pub-${PORTVERSION}a37 -BROKEN= Checksum mismatch, will be removed after Feb 2 - USE_REINPLACE= yes GNU_CONFIGURE= yes MAKE_ENV+= CC="${CC}" CFLAGS="${CFLAGS}" diff --git a/security/bro/distinfo b/security/bro/distinfo index 27b6d27740dd..ac74dbdb22f9 100644 --- a/security/bro/distinfo +++ b/security/bro/distinfo @@ -1 +1 @@ -MD5 (bro-pub-0.8-current.tar.gz) = abf9ddc6e7086639130f2e792eca4ab3 +MD5 (bro-pub-0.8a37.tar.gz) = abf9ddc6e7086639130f2e792eca4ab3 |