diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2008-03-18 00:15:26 +0000 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2008-03-18 00:15:26 +0000 |
commit | 7ce822b743e48d2943ff3573742815c0789b06fb (patch) | |
tree | d8c7775f660117ea74b1808359604c3a06c9c33d /devel/libstatgrab | |
parent | 5a855213e760daca09de54bdcadc2edb85615ad8 (diff) | |
download | ports-7ce822b743e48d2943ff3573742815c0789b06fb.tar.gz ports-7ce822b743e48d2943ff3573742815c0789b06fb.zip |
Notes
Diffstat (limited to 'devel/libstatgrab')
-rw-r--r-- | devel/libstatgrab/Makefile | 3 | ||||
-rw-r--r-- | devel/libstatgrab/distinfo | 6 | ||||
-rw-r--r-- | devel/libstatgrab/files/patch-configure | 11 |
3 files changed, 5 insertions, 15 deletions
diff --git a/devel/libstatgrab/Makefile b/devel/libstatgrab/Makefile index 597f0d793249..15c7b201a884 100644 --- a/devel/libstatgrab/Makefile +++ b/devel/libstatgrab/Makefile @@ -6,10 +6,11 @@ # PORTNAME= libstatgrab -PORTVERSION= 0.15 +PORTVERSION= 0.16 CATEGORIES= devel MASTER_SITES= ftp://ftp.uk.i-scream.org/pub/i-scream/%SUBDIR%/ \ http://ftp.uk.i-scream.org/pub/i-scream/%SUBDIR%/ \ + http://dl.ambiweb.de/mirrors/ftp.i-scream.org/%SUBDIR%/ \ ftp://ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \ http://ftp.i-scream.org/pub/i-scream/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/devel/libstatgrab/distinfo b/devel/libstatgrab/distinfo index c0a0f598124b..766277270b10 100644 --- a/devel/libstatgrab/distinfo +++ b/devel/libstatgrab/distinfo @@ -1,3 +1,3 @@ -MD5 (i-scream/libstatgrab-0.15.tar.gz) = d2738ecd1dfe90c488fd6b1515e84841 -SHA256 (i-scream/libstatgrab-0.15.tar.gz) = f83be8faf6909a7969af087b36f0941fff32e35275854438bda338cc5228de0f -SIZE (i-scream/libstatgrab-0.15.tar.gz) = 457297 +MD5 (i-scream/libstatgrab-0.16.tar.gz) = 77582438274679a9641d043ddcccdd4e +SHA256 (i-scream/libstatgrab-0.16.tar.gz) = 8a7adb6f3e322c6974d7ca70abd16dd5d5755d108689f6c77f3b42a1ad3aa184 +SIZE (i-scream/libstatgrab-0.16.tar.gz) = 462691 diff --git a/devel/libstatgrab/files/patch-configure b/devel/libstatgrab/files/patch-configure deleted file mode 100644 index 5346f0f976fb..000000000000 --- a/devel/libstatgrab/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- ./configure.orig 2007-10-29 07:51:12.000000000 +0000 -+++ ./configure 2007-10-29 07:51:19.000000000 +0000 -@@ -21153,7 +21153,7 @@ - BIN_PERM="2755" - LINKFLAGS="-lkvm -ldevstat" - ;; --freebsd[5-7].*) -+freebsd[5-8].*) - - cat >>confdefs.h <<\_ACEOF - #define ALLBSD |