Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Feb 2018 16:53:33 +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: r461934 - head/devel/py-pydevd
Message-ID:  <201802151653.w1FGrXaj037933@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Feb 15 16:53:33 2018
New Revision: 461934
URL: https://svnweb.freebsd.org/changeset/ports/461934

Log:
  - Remove NO_ARCH: this port installs a shared library
  
  Approved by:	portmgr blanket

Modified:
  head/devel/py-pydevd/Makefile

Modified: head/devel/py-pydevd/Makefile
==============================================================================
--- head/devel/py-pydevd/Makefile	Thu Feb 15 16:52:21 2018	(r461933)
+++ head/devel/py-pydevd/Makefile	Thu Feb 15 16:53:33 2018	(r461934)
@@ -2,6 +2,7 @@
 
 PORTNAME=	pydevd
 PORTVERSION=	1.1.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +12,5 @@ COMMENT=	Debugger used in PyDev and PyCharm
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
-NO_ARCH=	yes
 
 .include <bsd.port.mk>



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