Date: Wed, 14 Feb 2018 06:31:39 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461761 - head/security/py-pycrypto Message-ID: <201802140631.w1E6VdlE085732@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Wed Feb 14 06:31:38 2018 New Revision: 461761 URL: https://svnweb.freebsd.org/changeset/ports/461761 Log: security/py-pycrypto: Register CONFLICTS, Add LICENSE PR: 225198 Submitted by: John W. O'Brien <john saltant com> Modified: head/security/py-pycrypto/Makefile Modified: head/security/py-pycrypto/Makefile ============================================================================== --- head/security/py-pycrypto/Makefile Wed Feb 14 00:31:17 2018 (r461760) +++ head/security/py-pycrypto/Makefile Wed Feb 14 06:31:38 2018 (r461761) @@ -3,13 +3,18 @@ PORTNAME= pycrypto PORTVERSION= 2.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Python Cryptography Toolkit + +LICENSE= PD +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + +CONFLICTS_INSTALL= ${PYTHONPKGNAMEPREFIX}pycryptodome-* USES= python USE_PYTHON= distutils autoplist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802140631.w1E6VdlE085732>