Date: Thu, 26 May 2016 18:06:26 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415904 - head/mail/pyzor Message-ID: <201605261806.u4QI6QnW055445@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu May 26 18:06:26 2016 New Revision: 415904 URL: https://svnweb.freebsd.org/changeset/ports/415904 Log: - 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) Modified: head/mail/pyzor/Makefile head/mail/pyzor/distinfo Modified: head/mail/pyzor/Makefile ============================================================================== --- head/mail/pyzor/Makefile Thu May 26 16:29:44 2016 (r415903) +++ head/mail/pyzor/Makefile Thu May 26 18:06:26 2016 (r415904) @@ -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> Modified: head/mail/pyzor/distinfo ============================================================================== --- head/mail/pyzor/distinfo Thu May 26 16:29:44 2016 (r415903) +++ head/mail/pyzor/distinfo Thu May 26 18:06:26 2016 (r415904) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605261806.u4QI6QnW055445>