svn commit: r420849 - head/net/py-nnpy

Kevin Lo kevlo at FreeBSD.org
Thu Aug 25 13:22:28 UTC 2016


Author: kevlo
Date: Thu Aug 25 13:22:27 2016
New Revision: 420849
URL: https://svnweb.freebsd.org/changeset/ports/420849

Log:
  - Expand BUILD_DEPENDS before assigning it with :
  - No PORTREVISION bump necessary
  
  Pointed out by:	crees

Modified:
  head/net/py-nnpy/Makefile

Modified: head/net/py-nnpy/Makefile
==============================================================================
--- head/net/py-nnpy/Makefile	Thu Aug 25 13:16:58 2016	(r420848)
+++ head/net/py-nnpy/Makefile	Thu Aug 25 13:22:27 2016	(r420849)
@@ -2,7 +2,6 @@
 
 PORTNAME=	nnpy
 PORTVERSION=	1.2
-PORTREVISION=	1
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +13,7 @@ LICENSE=	MIT
 
 LIB_DEPENDS=	libnanomsg.so:net/nanomsg
 BUILD_DEPENDS=	${PYTHONPREFIX_SITELIBDIR}/_cffi_backend.so:devel/py-cffi
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		python
 USE_PYTHON=	autoplist distutils


More information about the svn-ports-all mailing list