diff options
author | flz <flz@FreeBSD.org> | 2005-03-02 21:41:36 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-03-02 21:41:36 +0800 |
commit | c6ecd5fa5a3ad724ce38434ea8954b880726ef22 (patch) | |
tree | b78e4d23e217d55eac45874ec4bb8f342ea73613 /devel/libstatgrab | |
parent | b04ade7a8219bc19e51508dfdefba8204a1a41a8 (diff) | |
download | freebsd-ports-gnome-c6ecd5fa5a3ad724ce38434ea8954b880726ef22.tar.gz freebsd-ports-gnome-c6ecd5fa5a3ad724ce38434ea8954b880726ef22.tar.zst freebsd-ports-gnome-c6ecd5fa5a3ad724ce38434ea8954b880726ef22.zip |
- Update to 0.11.1.
PR: ports/78295
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
Approved by: pav (mentor)
Diffstat (limited to 'devel/libstatgrab')
-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 |