diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2006-03-20 10:18:18 +0000 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2006-03-20 10:18:18 +0000 |
commit | 44360b4b351cbb64775f9562744abb0de7126737 (patch) | |
tree | 199cc83a866c4788340c4b7cb185a0341392d283 /devel/py-statgrab | |
parent | 3af3136baa80785bbcdb64fb7635deb7d5659621 (diff) | |
download | ports-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
Diffstat (limited to 'devel/py-statgrab')
-rw-r--r-- | devel/py-statgrab/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
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 |