diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-07-31 10:11:27 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-07-31 10:11:27 +0000 |
commit | 2c23deec995b231968b9cc22211b9362497b49e5 (patch) | |
tree | 62b4f9cd38cee8f010e37ed1da35e3a03d8f3780 /devel/libstatgrab | |
parent | 984b7312f9e8a826207e59c23fbc48c2d68ff9c4 (diff) | |
download | ports-2c23deec995b231968b9cc22211b9362497b49e5.tar.gz ports-2c23deec995b231968b9cc22211b9362497b49e5.zip |
Notes
Diffstat (limited to 'devel/libstatgrab')
-rw-r--r-- | devel/libstatgrab/Makefile | 5 | ||||
-rw-r--r-- | devel/libstatgrab/distinfo | 4 | ||||
-rw-r--r-- | devel/libstatgrab/pkg-plist | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/devel/libstatgrab/Makefile b/devel/libstatgrab/Makefile index c6216064c224..5d86e518ed0c 100644 --- a/devel/libstatgrab/Makefile +++ b/devel/libstatgrab/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libstatgrab -PORTVERSION= 0.11.1 +PORTVERSION= 0.12 CATEGORIES= devel MASTER_SITES= ftp://ftp.uk.i-scream.org/pub/i-scream/%SUBDIR%/ \ http://ftp.uk.i-scream.org/pub/i-scream/%SUBDIR%/ \ @@ -42,6 +42,8 @@ CONFIGURE_ARGS+= --disable-statgrab PLIST_SUB+= STATGRAB="@comment " .else PLIST_SUB+= STATGRAB="" +MAN1+= statgrab.1 statgrab-make-mrtg-config.1 \ + statgrab-make-mrtg-index.1 .endif .ifdef(WITHOUT_SAIDAR) @@ -49,6 +51,7 @@ CONFIGURE_ARGS+= --disable-saidar PLIST_SUB+= SAIDAR="@comment " .else PLIST_SUB+= SAIDAR="" +MAN1+= saidar.1 .endif # setgid kmem binaries needed on FreeBSD 4 only diff --git a/devel/libstatgrab/distinfo b/devel/libstatgrab/distinfo index 3cce4af5abc5..1021add9ff71 100644 --- a/devel/libstatgrab/distinfo +++ b/devel/libstatgrab/distinfo @@ -1,2 +1,2 @@ -MD5 (i-scream/libstatgrab-0.11.1.tar.gz) = 6d1e6980c39e505082e1c98c9fe81950 -SIZE (i-scream/libstatgrab-0.11.1.tar.gz) = 416279 +MD5 (i-scream/libstatgrab-0.12.tar.gz) = fe8bf50490e3382c29da3a553bb7ca0e +SIZE (i-scream/libstatgrab-0.12.tar.gz) = 429711 diff --git a/devel/libstatgrab/pkg-plist b/devel/libstatgrab/pkg-plist index f5caa16b8caf..246f7f3a475f 100644 --- a/devel/libstatgrab/pkg-plist +++ b/devel/libstatgrab/pkg-plist @@ -6,5 +6,5 @@ include/statgrab.h include/statgrab_deprecated.h lib/libstatgrab.a lib/libstatgrab.so -lib/libstatgrab.so.6 +lib/libstatgrab.so.7 libdata/pkgconfig/libstatgrab.pc |