aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Bishop <tdb@FreeBSD.org>2006-03-20 10:18:18 +0000
committerTim Bishop <tdb@FreeBSD.org>2006-03-20 10:18:18 +0000
commit44360b4b351cbb64775f9562744abb0de7126737 (patch)
tree199cc83a866c4788340c4b7cb185a0341392d283
parent3af3136baa80785bbcdb64fb7635deb7d5659621 (diff)
downloadports-44360b4b351cbb64775f9562744abb0de7126737.tar.gz
ports-44360b4b351cbb64775f9562744abb0de7126737.zip
- Update libstatgrab to 0.13
- Fix broken MASTER_SITES - Bump PORTREVISION and dependency in dependent ports
Notes
Notes: svn path=/head/; revision=157720
-rw-r--r--devel/libstatgrab/Makefile7
-rw-r--r--devel/libstatgrab/distinfo6
-rw-r--r--devel/libstatgrab/pkg-plist2
-rw-r--r--devel/p5-Unix-Statgrab/Makefile3
-rw-r--r--devel/pecl-statgrab/Makefile4
-rw-r--r--devel/py-statgrab/Makefile7
-rw-r--r--net-mgmt/bwm-ng/Makefile3
-rw-r--r--sysutils/freecolor/Makefile3
8 files changed, 19 insertions, 16 deletions
diff --git a/devel/libstatgrab/Makefile b/devel/libstatgrab/Makefile
index f68687c1b902..db7171417a29 100644
--- a/devel/libstatgrab/Makefile
+++ b/devel/libstatgrab/Makefile
@@ -6,13 +6,12 @@
#
PORTNAME= libstatgrab
-PORTVERSION= 0.12
-PORTREVISION= 1
+PORTVERSION= 0.13
CATEGORIES= devel
MASTER_SITES= ftp://ftp.uk.i-scream.org/pub/i-scream/%SUBDIR%/ \
http://ftp.uk.i-scream.org/pub/i-scream/%SUBDIR%/ \
- ftp://ftp2.uk.i-scream.org/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
- http://ftp2.uk.i-scream.org/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
+ ftp://ftp2.uk.i-scream.org/mirror/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
+ http://ftp2.uk.i-scream.org/mirror/ftp.i-scream.org/pub/i-scream/%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 a3854b50ba42..7cdf6e68b9e3 100644
--- a/devel/libstatgrab/distinfo
+++ b/devel/libstatgrab/distinfo
@@ -1,3 +1,3 @@
-MD5 (i-scream/libstatgrab-0.12.tar.gz) = fe8bf50490e3382c29da3a553bb7ca0e
-SHA256 (i-scream/libstatgrab-0.12.tar.gz) = 1b0493ee1e2b9698fc9a504aadc391bb338eb9a998035842fe3d57e32c99c18c
-SIZE (i-scream/libstatgrab-0.12.tar.gz) = 429711
+MD5 (i-scream/libstatgrab-0.13.tar.gz) = 19818d772284c7491cdf484249890c95
+SHA256 (i-scream/libstatgrab-0.13.tar.gz) = 664e32685faece18ceab44ab8e18aff14fcd6de3838acd73bf50f88b047db156
+SIZE (i-scream/libstatgrab-0.13.tar.gz) = 445420
diff --git a/devel/libstatgrab/pkg-plist b/devel/libstatgrab/pkg-plist
index 670db59b7acd..1efbbcdd9e90 100644
--- a/devel/libstatgrab/pkg-plist
+++ b/devel/libstatgrab/pkg-plist
@@ -7,5 +7,5 @@ include/statgrab_deprecated.h
lib/libstatgrab.a
lib/libstatgrab.la
lib/libstatgrab.so
-lib/libstatgrab.so.7
+lib/libstatgrab.so.8
libdata/pkgconfig/libstatgrab.pc
diff --git a/devel/p5-Unix-Statgrab/Makefile b/devel/p5-Unix-Statgrab/Makefile
index a7da8c786a55..3a363367ad5e 100644
--- a/devel/p5-Unix-Statgrab/Makefile
+++ b/devel/p5-Unix-Statgrab/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Unix-Statgrab
PORTVERSION= 0.04
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Unix
@@ -15,7 +16,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tdb@FreeBSD.org
COMMENT= Perl extension for collecting information about the machine
-LIB_DEPENDS= statgrab.7:${PORTSDIR}/devel/libstatgrab
+LIB_DEPENDS= statgrab.8:${PORTSDIR}/devel/libstatgrab
USE_GNOME= pkgconfig
diff --git a/devel/pecl-statgrab/Makefile b/devel/pecl-statgrab/Makefile
index 82638e9a0ed5..244c69a2e57f 100644
--- a/devel/pecl-statgrab/Makefile
+++ b/devel/pecl-statgrab/Makefile
@@ -7,7 +7,7 @@
PORTNAME= statgrab
PORTVERSION= 0.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
@@ -18,7 +18,7 @@ DIST_SUBDIR= PECL
MAINTAINER= tdb@FreeBSD.org
COMMENT= A PECL extension to retrieve information from libstatgrab
-LIB_DEPENDS= statgrab.7:${PORTSDIR}/devel/libstatgrab
+LIB_DEPENDS= statgrab.8:${PORTSDIR}/devel/libstatgrab
USE_PHP= yes
USE_PHPEXT= yes
diff --git a/devel/py-statgrab/Makefile b/devel/py-statgrab/Makefile
index b64f74ea2cd6..7d3fc99a2eec 100644
--- a/devel/py-statgrab/Makefile
+++ b/devel/py-statgrab/Makefile
@@ -7,11 +7,12 @@
PORTNAME= statgrab
PORTVERSION= 0.4
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ftp://ftp.uk.i-scream.org/pub/i-scream/%SUBDIR%/ \
http://ftp.uk.i-scream.org/pub/i-scream/%SUBDIR%/ \
- ftp://ftp2.uk.i-scream.org/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
- http://ftp2.uk.i-scream.org/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
+ ftp://ftp2.uk.i-scream.org/mirror/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
+ http://ftp2.uk.i-scream.org/mirror/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
ftp://ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
http://ftp.i-scream.org/pub/i-scream/%SUBDIR%/
MASTER_SITE_SUBDIR= py${PORTNAME}
@@ -21,7 +22,7 @@ DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= tdb@FreeBSD.org
COMMENT= A set of Python bindings for libstatgrab
-LIB_DEPENDS= statgrab.7:${PORTSDIR}/devel/libstatgrab
+LIB_DEPENDS= statgrab.8:${PORTSDIR}/devel/libstatgrab
DIST_SUBDIR= i-scream
USE_PYTHON= yes
diff --git a/net-mgmt/bwm-ng/Makefile b/net-mgmt/bwm-ng/Makefile
index d1724f2602e3..7a91d8795c8b 100644
--- a/net-mgmt/bwm-ng/Makefile
+++ b/net-mgmt/bwm-ng/Makefile
@@ -7,6 +7,7 @@
PORTNAME= bwm-ng
PORTVERSION= 0.5
+PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= http://www.gropp.org/bwm-ng/
@@ -14,7 +15,7 @@ MAINTAINER= tdb@FreeBSD.org
COMMENT= A small and simple bandwidth monitor
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
-LIB_DEPENDS= statgrab.7:${PORTSDIR}/devel/libstatgrab
+LIB_DEPENDS= statgrab.8:${PORTSDIR}/devel/libstatgrab
GNU_CONFIGURE= yes
MAN1= bwm-ng.1
diff --git a/sysutils/freecolor/Makefile b/sysutils/freecolor/Makefile
index 242c9977f491..c102dde19680 100644
--- a/sysutils/freecolor/Makefile
+++ b/sysutils/freecolor/Makefile
@@ -7,13 +7,14 @@
PORTNAME= freecolor
PORTVERSION= 0.8.7
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.rkeene.org/files/oss/freecolor/
MAINTAINER= tdb@FreeBSD.org
COMMENT= Displays free memory as a bargraph
-LIB_DEPENDS= statgrab.7:${PORTSDIR}/devel/libstatgrab
+LIB_DEPENDS= statgrab.8:${PORTSDIR}/devel/libstatgrab
GNU_CONFIGURE= yes
PLIST_FILES= bin/freecolor