View | Details | Raw Unified | Return to bug 204579
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 2-10 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	fs
4
PORTNAME=	fs
5
PORTVERSION=	0.4.0
5
PORTVERSION=	0.5.4
6
CATEGORIES=	devel python
6
CATEGORIES=	devel python
7
MASTER_SITES=	GOOGLE_CODE
7
MASTER_SITES=	CHEESESHOP
8
PROJECTHOST=	pyfilesystem
8
PROJECTHOST=	pyfilesystem
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
10
10
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (fs-0.4.0.tar.gz) = 7f8fdb1908e25c662d99cbdcd5ffe7ba5705aedc61266e15910f07d0388d67ba
1
SHA256 (fs-0.5.4.tar.gz) = ba2cca8773435a7c86059d57cb4b8ea30fda40f8610941f7822d1ce3ffd36197
2
SIZE (fs-0.4.0.tar.gz) = 191749
2
SIZE (fs-0.5.4.tar.gz) = 231333
(-)pkg-descr (-1 / +1 lines)
Lines 7-10 Link Here
7
abstracted away, and you can write code that sand-boxes any changes to a given
7
abstracted away, and you can write code that sand-boxes any changes to a given
8
directory.
8
directory.
9
9
10
WWW: http://code.google.com/p/pyfilesystem/
10
WWW: http://pyfilesystem.org/

Return to bug 204579