diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-03-02 13:41:36 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-03-02 13:41:36 +0000 |
commit | 74b20b441f15d5de9b2bdcc0f91606cb7f11d1c8 (patch) | |
tree | 8e977feaa95c76e07b4b8b63d0c7345fe27ec6f3 /devel | |
parent | 8a81c464288a209cce8fd74dc154b9ddb66a5bc0 (diff) | |
download | ports-74b20b441f15d5de9b2bdcc0f91606cb7f11d1c8.tar.gz ports-74b20b441f15d5de9b2bdcc0f91606cb7f11d1c8.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libstatgrab/Makefile | 8 | ||||
-rw-r--r-- | devel/libstatgrab/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/libstatgrab/Makefile b/devel/libstatgrab/Makefile index 073e40063f2d..c6216064c224 100644 --- a/devel/libstatgrab/Makefile +++ b/devel/libstatgrab/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libstatgrab -PORTVERSION= 0.11 +PORTVERSION= 0.11.1 CATEGORIES= devel MASTER_SITES= ftp://ftp.uk.i-scream.org/pub/i-scream/%SUBDIR%/ \ http://ftp.uk.i-scream.org/pub/i-scream/%SUBDIR%/ \ @@ -37,14 +37,14 @@ MAN3= sg_get_cpu_percents.3 sg_get_cpu_stats.3 \ CONFIGURE_ARGS+= --disable-examples -.if defined(WITHOUT_STATGRAB) +.ifdef(WITHOUT_STATGRAB) CONFIGURE_ARGS+= --disable-statgrab PLIST_SUB+= STATGRAB="@comment " .else PLIST_SUB+= STATGRAB="" .endif -.if defined(WITHOUT_SAIDAR) +.ifdef(WITHOUT_SAIDAR) CONFIGURE_ARGS+= --disable-saidar PLIST_SUB+= SAIDAR="@comment " .else @@ -52,7 +52,7 @@ PLIST_SUB+= SAIDAR="" .endif # setgid kmem binaries needed on FreeBSD 4 only -.if defined(WITHOUT_SETGID_BINARIES) +.ifdef(WITHOUT_SETGID_BINARIES) CONFIGURE_ARGS+= --disable-setgid-binaries .endif diff --git a/devel/libstatgrab/distinfo b/devel/libstatgrab/distinfo index b9682572fe96..3cce4af5abc5 100644 --- a/devel/libstatgrab/distinfo +++ b/devel/libstatgrab/distinfo @@ -1,2 +1,2 @@ -MD5 (i-scream/libstatgrab-0.11.tar.gz) = f6fde507207a8083ddd71c555e212a25 -SIZE (i-scream/libstatgrab-0.11.tar.gz) = 415774 +MD5 (i-scream/libstatgrab-0.11.1.tar.gz) = 6d1e6980c39e505082e1c98c9fe81950 +SIZE (i-scream/libstatgrab-0.11.1.tar.gz) = 416279 |