View | Details | Raw Unified | Return to bug 205703 | Differences between
and this patch

Collapse All | Expand All

(-)mail/py-pyzor/Makefile (-3 / +6 lines)
Lines 2-17 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	pyzor
4
PORTNAME=	pyzor
5
PORTVERSION=	0.7.0
5
PORTVERSION=	1.0.0
6
CATEGORIES=	mail python
6
CATEGORIES=	mail python
7
MASTER_SITES=	SF
7
MASTER_SITES=   CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
9
MAINTAINER=	chalpin@cs.wisc.edu
10
MAINTAINER=	chalpin@cs.wisc.edu
10
COMMENT=	Collaborative, networked system to detect and block spam
11
COMMENT=	Collaborative, networked system to detect and block spam
11
12
13
LICENSE=	GPLv2
14
12
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gdbm>=0:${PORTSDIR}/databases/py-gdbm
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gdbm>=0:${PORTSDIR}/databases/py-gdbm
13
16
14
USES=		python tar:bzip2
17
USES=		python
15
USE_PYTHON=	distutils autoplist
18
USE_PYTHON=	distutils autoplist
16
19
17
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)mail/py-pyzor/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (pyzor-0.7.0.tar.bz2) = 6d9ca62bd4aa9a0210adb9d4c8ff2b38bb2cd051f1517ce29e88d7fbe4b1026d
1
SHA256 (pyzor-1.0.0.tar.gz) = 10ea114bdee2eee5edd6afe8eeddaaf605620445977ae019a3e9b1cbb6bc3b27
2
SIZE (pyzor-0.7.0.tar.bz2) = 78555
2
SIZE (pyzor-1.0.0.tar.gz) = 39945

Return to bug 205703