diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-27 02:06:26 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-27 02:06:26 +0800 |
commit | ef5f6d7d87546b1eee980be1df794790c7e5a5ff (patch) | |
tree | 948789bfbc97585067d4f954350883a6ca4bf219 /mail/pyzor | |
parent | 3733b7bad20fa22073451eb4eb031b647aef8e53 (diff) | |
download | freebsd-ports-gnome-ef5f6d7d87546b1eee980be1df794790c7e5a5ff.tar.gz freebsd-ports-gnome-ef5f6d7d87546b1eee980be1df794790c7e5a5ff.tar.zst freebsd-ports-gnome-ef5f6d7d87546b1eee980be1df794790c7e5a5ff.zip |
- Update to 1.0.0
- Add LICENSE
- While here, also add LICENSE_FILE and NO_ARCH
PR: 205703
Submitted by: z7dr6ut7gs@snkmail.com
Approved by: chalpin@cs.wisc.edu (maintainer)
Diffstat (limited to 'mail/pyzor')
-rw-r--r-- | mail/pyzor/Makefile | 11 | ||||
-rw-r--r-- | mail/pyzor/distinfo | 4 |
2 files changed, 10 insertions, 5 deletions
diff --git a/mail/pyzor/Makefile b/mail/pyzor/Makefile index 8aa2e4d035d7..817912202183 100644 --- a/mail/pyzor/Makefile +++ b/mail/pyzor/Makefile @@ -2,16 +2,21 @@ # $FreeBSD$ PORTNAME= pyzor -PORTVERSION= 0.7.0 +PORTVERSION= 1.0.0 CATEGORIES= mail python -MASTER_SITES= SF +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= chalpin@cs.wisc.edu COMMENT= Collaborative, networked system to detect and block spam +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdbm>=0:databases/py-gdbm -USES= python tar:bzip2 +USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes .include <bsd.port.mk> diff --git a/mail/pyzor/distinfo b/mail/pyzor/distinfo index f5a4bc076bc4..a9f9f81928f7 100644 --- a/mail/pyzor/distinfo +++ b/mail/pyzor/distinfo @@ -1,2 +1,2 @@ -SHA256 (pyzor-0.7.0.tar.bz2) = 6d9ca62bd4aa9a0210adb9d4c8ff2b38bb2cd051f1517ce29e88d7fbe4b1026d -SIZE (pyzor-0.7.0.tar.bz2) = 78555 +SHA256 (pyzor-1.0.0.tar.gz) = 10ea114bdee2eee5edd6afe8eeddaaf605620445977ae019a3e9b1cbb6bc3b27 +SIZE (pyzor-1.0.0.tar.gz) = 39945 |