Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jun 2014 11:10:06 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r357002 - branches/2014Q2/devel/py-sip
Message-ID:  <201406081110.s58BA6Uj008007@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sun Jun  8 11:10:05 2014
New Revision: 357002
URL: http://svnweb.freebsd.org/changeset/ports/357002
QAT: https://qat.redports.org/buildarchive/r357002/

Log:
  MFH: r357000
  
  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
  
  Approved by:	portmgr (miwi)

Modified:
  branches/2014Q2/devel/py-sip/Makefile
Directory Properties:
  branches/2014Q2/   (props changed)

Modified: branches/2014Q2/devel/py-sip/Makefile
==============================================================================
--- branches/2014Q2/devel/py-sip/Makefile	Sun Jun  8 10:48:10 2014	(r357001)
+++ branches/2014Q2/devel/py-sip/Makefile	Sun Jun  8 11:10:05 2014	(r357002)
@@ -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@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}



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