diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-07 18:47:03 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-07 18:47:03 +0000 |
commit | 321e07bb47ae8b954a856c2bf297104901c3a6e2 (patch) | |
tree | 31f5848859e9bdbea79ebf853d821e7775afda81 /net-mgmt | |
parent | 4005168fd3b4d1a88e0a5b9401d2880be2af5753 (diff) |
- Update to version 1.0.4
Notes
Notes:
svn path=/head/; revision=100275
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/fprobe/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/fprobe/distinfo | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/net-mgmt/fprobe/Makefile b/net-mgmt/fprobe/Makefile index 89d3a49d3392..7a143ed5d577 100644 --- a/net-mgmt/fprobe/Makefile +++ b/net-mgmt/fprobe/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fprobe -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,14 +16,12 @@ COMMENT= Tool that collects network traffic data MAN1= fprobe.1 -USE_SIZE= yes GNU_CONFIGURE= yes USE_BZIP2= yes USE_REINPLACE= yes post-patch: - @${REINPLACE_CMD} -e \ - 's|-lpthread|${PTHREAD_LIBS}|g' \ + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/configure post-install: diff --git a/net-mgmt/fprobe/distinfo b/net-mgmt/fprobe/distinfo index 3bca6c8bdd8c..8044f0fc6627 100644 --- a/net-mgmt/fprobe/distinfo +++ b/net-mgmt/fprobe/distinfo @@ -1,2 +1,2 @@ -MD5 (fprobe-1.0.3.tar.bz2) = 50f6b7071060d160a267448ef1ab3526 -SIZE (fprobe-1.0.3.tar.bz2) = 74701 +MD5 (fprobe-1.0.4.tar.bz2) = 4f549ca54b887f3b78c9c7217ea5647e +SIZE (fprobe-1.0.4.tar.bz2) = 75059 |