- Update to 3.0.6
PR: ports/136131 Submitted by: dikshie <dikshie@sfc.wide.ad.jp> Approved by: Matt Peterson <matt@peterson.org> (maintainer)
This commit is contained in:
parent
7039a3d205
commit
e3f0f5b5a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236948
3 changed files with 13 additions and 9 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libtrace
|
||||
PORTVERSION= 3.0.3
|
||||
PORTVERSION= 3.0.6
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://research.wand.net.nz/software/libtrace/ \
|
||||
http://matt.peterson.org/FreeBSD/ports/
|
||||
|
@ -21,9 +21,9 @@ GNU_CONFIGURE= yes
|
|||
USE_LDCONFIG= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAN1= traceanon.1 tracemerge.1 tracesplit.1 tracefilter.1 traceconvert.1 \
|
||||
tracesplit_dir.1 tracepktdump.1 tracertstats.1 tracestats.1 \
|
||||
tracesummary.1 tracereport.1 traceflow.1
|
||||
MAN1= traceanon.1 traceconvert.1 tracefilter.1 tracemerge.1 tracepktdump.1 \
|
||||
tracereport.1 tracertstats.1 tracesplit.1 tracesplit_dir.1 tracestats.1 \
|
||||
tracesummary.1
|
||||
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (libtrace-3.0.3.tar.bz2) = 6bac44707c3549085ec1b246f2431237
|
||||
SHA256 (libtrace-3.0.3.tar.bz2) = 1d57876e107e50103f2c9eb3457820f0c3764eb7a824cc5c1a72c231e86d31e0
|
||||
SIZE (libtrace-3.0.3.tar.bz2) = 524374
|
||||
MD5 (libtrace-3.0.6.tar.bz2) = 285ef7bc2955aba18f8b6a48c9a0c8ee
|
||||
SHA256 (libtrace-3.0.6.tar.bz2) = a87e2ca91f19838c9876b582ad1cf275d6f41cade0a847757b8e844f39cb6afa
|
||||
SIZE (libtrace-3.0.6.tar.bz2) = 457661
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
bin/traceanon
|
||||
bin/traceconvert
|
||||
bin/tracefilter
|
||||
bin/traceflow
|
||||
bin/tracemerge
|
||||
bin/tracepktdump
|
||||
bin/tracereport
|
||||
|
@ -12,6 +11,7 @@ bin/tracestats
|
|||
bin/tracesummary
|
||||
include/dagformat.h
|
||||
include/daglegacy.h
|
||||
include/erftypes.h
|
||||
include/libpacketdump.h
|
||||
include/libtrace.h
|
||||
include/libtraceio.h
|
||||
|
@ -29,7 +29,11 @@ lib/libpacketdump/eth_2054.a
|
|||
lib/libpacketdump/eth_2054.la
|
||||
lib/libpacketdump/eth_2054.so
|
||||
lib/libpacketdump/eth_2054.so.0
|
||||
lib/libpacketdump/eth_33024.protocol
|
||||
lib/libpacketdump/eth_33024.a
|
||||
lib/libpacketdump/eth_33024.la
|
||||
lib/libpacketdump/eth_33024.so
|
||||
lib/libpacketdump/eth_33024.so.0
|
||||
lib/libpacketdump/eth_34525.protocol
|
||||
lib/libpacketdump/eth_34887.a
|
||||
lib/libpacketdump/eth_34887.la
|
||||
lib/libpacketdump/eth_34887.so
|
||||
|
|
Loading…
Reference in a new issue