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

(-)Makefile (-1 / +4 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	libstatgrab
8
PORTNAME=	libstatgrab
9
PORTVERSION=	0.11.1
9
PORTVERSION=	0.12
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=	ftp://ftp.uk.i-scream.org/pub/i-scream/%SUBDIR%/ \
11
MASTER_SITES=	ftp://ftp.uk.i-scream.org/pub/i-scream/%SUBDIR%/ \
12
		http://ftp.uk.i-scream.org/pub/i-scream/%SUBDIR%/ \
12
		http://ftp.uk.i-scream.org/pub/i-scream/%SUBDIR%/ \
Lines 42-47 Link Here
42
PLIST_SUB+=		STATGRAB="@comment "
42
PLIST_SUB+=		STATGRAB="@comment "
43
.else
43
.else
44
PLIST_SUB+=		STATGRAB=""
44
PLIST_SUB+=		STATGRAB=""
45
MAN1+=			statgrab.1 statgrab-make-mrtg-config.1 \
46
			statgrab-make-mrtg-index.1
45
.endif
47
.endif
46
48
47
.ifdef(WITHOUT_SAIDAR)
49
.ifdef(WITHOUT_SAIDAR)
Lines 49-54 Link Here
49
PLIST_SUB+=		SAIDAR="@comment "
51
PLIST_SUB+=		SAIDAR="@comment "
50
.else
52
.else
51
PLIST_SUB+=		SAIDAR=""
53
PLIST_SUB+=		SAIDAR=""
54
MAN1+=			saidar.1
52
.endif
55
.endif
53
56
54
# setgid kmem binaries needed on FreeBSD 4 only
57
# setgid kmem binaries needed on FreeBSD 4 only
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (i-scream/libstatgrab-0.11.1.tar.gz) = 6d1e6980c39e505082e1c98c9fe81950
1
MD5 (i-scream/libstatgrab-0.12.tar.gz) = fe8bf50490e3382c29da3a553bb7ca0e
2
SIZE (i-scream/libstatgrab-0.11.1.tar.gz) = 416279
2
SIZE (i-scream/libstatgrab-0.12.tar.gz) = 429711
(-)pkg-plist (-1 / +1 lines)
Lines 6-10 Link Here
6
include/statgrab_deprecated.h
6
include/statgrab_deprecated.h
7
lib/libstatgrab.a
7
lib/libstatgrab.a
8
lib/libstatgrab.so
8
lib/libstatgrab.so
9
lib/libstatgrab.so.6
9
lib/libstatgrab.so.7
10
libdata/pkgconfig/libstatgrab.pc
10
libdata/pkgconfig/libstatgrab.pc

Return to bug 84354