diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-03-03 21:37:05 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-03-03 21:37:05 +0000 |
commit | efc245cfb1b10c8915217c5f0d719267a35b9c8a (patch) | |
tree | 7dbac185634ec2741f579956291a9ec394181197 /net/bb | |
parent | 38a4e94afaf76f517ab218acb2ba8707ca77b2f7 (diff) | |
download | ports-efc245cfb1b10c8915217c5f0d719267a35b9c8a.tar.gz ports-efc245cfb1b10c8915217c5f0d719267a35b9c8a.zip |
Upgraded bb to 1.04.
New features ... traces sendmail, pop3, ...
Reviewed by:
Submitted by:
Obtained from:
Notes
Notes:
svn path=/head/; revision=5821
Diffstat (limited to 'net/bb')
-rw-r--r-- | net/bb/Makefile | 6 | ||||
-rw-r--r-- | net/bb/distinfo | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net/bb/Makefile b/net/bb/Makefile index 90319af05aec..3deeddd0ad63 100644 --- a/net/bb/Makefile +++ b/net/bb/Makefile @@ -3,11 +3,11 @@ # Date created: So 17 Nov 1996 16:59:23 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.12 1997/01/24 12:16:53 asami Exp $ +# $Id: Makefile,v 1.13 1997/01/26 18:44:35 andreas Exp $ # DISTNAME= bb -PKGNAME= bb-1.0 +PKGNAME= bb-1.04 CATEGORIES= net MASTER_SITES= http://www.iti.qc.ca/iti/users/sean/bb-dnld/ EXTRACT_SUFX= -src.tgz @@ -21,6 +21,8 @@ BUILD_DEPENDS= ${PREFIX}/sbin/httpd:${PORTSDIR}/www/apache # contact Sean MacGuire <sean@iti.qc.ca>. #NO_CDROM= "It can't be sold" +DIST_SUBDIR= bb-1.04 + post-configure: ( cd ${WRKSRC}/doc; /bin/sh bbconfig freebsd ) @${CP} ${FILESDIR}/Makefile ${WRKSRC} diff --git a/net/bb/distinfo b/net/bb/distinfo index 6a2dc74a6a03..dfef4726232d 100644 --- a/net/bb/distinfo +++ b/net/bb/distinfo @@ -1 +1 @@ -MD5 (bb-src.tgz) = 440467eba25d56f374f219b7c421cf65 +MD5 (bb-1.04/bb-src.tgz) = 5df22ee7e9b54d2e6e7858207c24927c |