svn commit: r357000 - head/devel/py-sip

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Jun 8 10:19:26 UTC 2014


Author: rakuco
Date: Sun Jun  8 10:19:25 2014
New Revision: 357000
URL: http://svnweb.freebsd.org/changeset/ports/357000
QAT: https://qat.redports.org/buildarchive/r357000/

Log:
  Set PYTHON_PY3K_PLIST_HACK to adjust the plist for Python >= 3.2.0.
  
  Since this port does not use distutils/setuptools and we manually generate
  the .pyc/.pyo files, we need to set PYTHON_PY3K_PLIST_HACK so that the cache
  files end up in the right directory if Python >= 3.2.0 is used due to
  PEP-3147.
  
  PR:		188150
  MFH:		2014Q2

Modified:
  head/devel/py-sip/Makefile

Modified: head/devel/py-sip/Makefile
==============================================================================
--- head/devel/py-sip/Makefile	Sun Jun  8 10:12:58 2014	(r356999)
+++ head/devel/py-sip/Makefile	Sun Jun  8 10:19:25 2014	(r357000)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sip
 PORTVERSION=	${SIP_VERSION}
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITES_SIP} ${MASTER_SITE_LOCAL}
@@ -12,7 +13,8 @@ DISTNAME=	${SIP_DISTNAME}
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Python to C and C++ bindings generator
 
-USE_PYTHON=	yes
+USE_PYTHON=		yes
+PYTHON_PY3K_PLIST_HACK=	yes
 
 DATADIR=	${PREFIX}/share/py-${PORTNAME}
 DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}


More information about the svn-ports-head mailing list