Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2016 05:47:33 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425686 - head/security/py-paramiko
Message-ID:  <201611080547.uA85lXsF032599@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Tue Nov  8 05:47:33 2016
New Revision: 425686
URL: https://svnweb.freebsd.org/changeset/ports/425686

Log:
  Register conflict with security/py-paramiko1

Modified:
  head/security/py-paramiko/Makefile

Modified: head/security/py-paramiko/Makefile
==============================================================================
--- head/security/py-paramiko/Makefile	Tue Nov  8 05:46:16 2016	(r425685)
+++ head/security/py-paramiko/Makefile	Tue Nov  8 05:47:33 2016	(r425686)
@@ -3,6 +3,7 @@
 
 PORTNAME=	paramiko
 PORTVERSION=	2.0.0
+PORTREVISION=	1
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,6 +19,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryp
 USES=		python
 USE_PYTHON=	distutils autoplist
 
+CONFLICTS_INSTALL=	py??-paramiko1-*
+
 OPTIONS_DEFINE=	EXAMPLES
 
 regression-test: extract



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611080547.uA85lXsF032599>