Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 07:38:29 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342642 - head/security/py-paramiko
Message-ID:  <201402050738.s157cTGe007320@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Wed Feb  5 07:38:28 2014
New Revision: 342642
URL: http://svnweb.freebsd.org/changeset/ports/342642
QAT: https://qat.redports.org/buildarchive/r342642/

Log:
  - Stage support
  - Convert to PYDISTUTILS_AUTOPLIST

Deleted:
  head/security/py-paramiko/pkg-plist
Modified:
  head/security/py-paramiko/Makefile

Modified: head/security/py-paramiko/Makefile
==============================================================================
--- head/security/py-paramiko/Makefile	Wed Feb  5 07:37:34 2014	(r342641)
+++ head/security/py-paramiko/Makefile	Wed Feb  5 07:38:28 2014	(r342642)
@@ -16,17 +16,15 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycr
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 EXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-install:
-.if ${PORT_OPTIONS:MEXAMPLES}
-	@${MKDIR} ${EXAMPLESDIR}
-	@(cd ${WRKSRC}/demos && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
-.endif
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	@(cd ${WRKSRC}/demos && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR})
 
 regression-test: extract
 	@(cd ${WRKSRC} && ${PYTHON_CMD} test.py)



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