View | Details | Raw Unified | Return to bug 136131
Collapse All | Expand All

(-)Makefile (-4 / +4 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	libtrace
8
PORTNAME=	libtrace
9
PORTVERSION=	3.0.3
9
PORTVERSION=	3.0.6
10
CATEGORIES=	net
10
CATEGORIES=	net
11
MASTER_SITES=	http://research.wand.net.nz/software/libtrace/ \
11
MASTER_SITES=	http://research.wand.net.nz/software/libtrace/ \
12
		http://matt.peterson.org/FreeBSD/ports/
12
		http://matt.peterson.org/FreeBSD/ports/
Lines 21-29 Link Here
21
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
22
USE_GMAKE=	yes
22
USE_GMAKE=	yes
23
23
24
MAN1=		traceanon.1 tracemerge.1 tracesplit.1 tracefilter.1 traceconvert.1 \
24
MAN1=		traceanon.1 traceconvert.1 tracefilter.1 tracemerge.1  tracepktdump.1 \
25
		tracesplit_dir.1 tracepktdump.1 tracertstats.1 tracestats.1 \
25
		tracereport.1 tracertstats.1 tracesplit.1 tracesplit_dir.1 tracestats.1 \
26
		tracesummary.1 tracereport.1 traceflow.1
26
		tracesummary.1
27
27
28
CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib"
28
CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib"
29
29
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (libtrace-3.0.3.tar.bz2) = 6bac44707c3549085ec1b246f2431237
1
MD5 (libtrace-3.0.6.tar.bz2) = 285ef7bc2955aba18f8b6a48c9a0c8ee
2
SHA256 (libtrace-3.0.3.tar.bz2) = 1d57876e107e50103f2c9eb3457820f0c3764eb7a824cc5c1a72c231e86d31e0
2
SHA256 (libtrace-3.0.6.tar.bz2) = a87e2ca91f19838c9876b582ad1cf275d6f41cade0a847757b8e844f39cb6afa
3
SIZE (libtrace-3.0.3.tar.bz2) = 524374
3
SIZE (libtrace-3.0.6.tar.bz2) = 457661
(-)pkg-plist (-2 / +6 lines)
Lines 1-7 Link Here
1
bin/traceanon
1
bin/traceanon
2
bin/traceconvert
2
bin/traceconvert
3
bin/tracefilter
3
bin/tracefilter
4
bin/traceflow
5
bin/tracemerge
4
bin/tracemerge
6
bin/tracepktdump
5
bin/tracepktdump
7
bin/tracereport
6
bin/tracereport
Lines 12-17 Link Here
12
bin/tracesummary
11
bin/tracesummary
13
include/dagformat.h
12
include/dagformat.h
14
include/daglegacy.h
13
include/daglegacy.h
14
include/erftypes.h
15
include/libpacketdump.h
15
include/libpacketdump.h
16
include/libtrace.h
16
include/libtrace.h
17
include/libtraceio.h
17
include/libtraceio.h
Lines 29-35 Link Here
29
lib/libpacketdump/eth_2054.la
29
lib/libpacketdump/eth_2054.la
30
lib/libpacketdump/eth_2054.so
30
lib/libpacketdump/eth_2054.so
31
lib/libpacketdump/eth_2054.so.0
31
lib/libpacketdump/eth_2054.so.0
32
lib/libpacketdump/eth_33024.protocol
32
lib/libpacketdump/eth_33024.a
33
lib/libpacketdump/eth_33024.la
34
lib/libpacketdump/eth_33024.so
35
lib/libpacketdump/eth_33024.so.0
36
lib/libpacketdump/eth_34525.protocol
33
lib/libpacketdump/eth_34887.a
37
lib/libpacketdump/eth_34887.a
34
lib/libpacketdump/eth_34887.la
38
lib/libpacketdump/eth_34887.la
35
lib/libpacketdump/eth_34887.so
39
lib/libpacketdump/eth_34887.so

Return to bug 136131