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

Collapse All | Expand All

(-)Makefile (-2 / +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
8
7
9
MAINTAINER=	chalpin@cs.wisc.edu
8
MAINTAINER=	chalpin@cs.wisc.edu
10
COMMENT=	Collaborative, networked system to detect and block spam
9
COMMENT=	Collaborative, networked system to detect and block spam
11
10
11
LICENSE=	GPLv2
12
12
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gdbm>=0:${PORTSDIR}/databases/py-gdbm
13
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gdbm>=0:${PORTSDIR}/databases/py-gdbm
13
14
15
GH_ACCOUNT=     SpamExperts
16
GH_TAGNAME=     release-1-0-0
14
USES=		python tar:bzip2
17
USES=		python tar:bzip2
18
USE_GITHUB=     yes
15
USE_PYTHON=	distutils autoplist
19
USE_PYTHON=	distutils autoplist
16
20
17
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (pyzor-0.7.0.tar.bz2) = 6d9ca62bd4aa9a0210adb9d4c8ff2b38bb2cd051f1517ce29e88d7fbe4b1026d
1
SHA256 (SpamExperts-pyzor-1.0.0-release-1-0-0_GH0.tar.bz2) = 548bc461c01e790cf8db1f26d9f66b281f3aa3cf5f5a6fd647071360ed663ef1
2
SIZE (pyzor-0.7.0.tar.bz2) = 78555
2
SIZE (SpamExperts-pyzor-1.0.0-release-1-0-0_GH0.tar.bz2) = 126276

Return to bug 205703