svn commit: r396403 - branches/2015Q3/devel/py-ocempgui

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Sep 8 16:16:49 UTC 2015


Author: amdmi3
Date: Tue Sep  8 16:16:48 2015
New Revision: 396403
URL: https://svnweb.freebsd.org/changeset/ports/396403

Log:
  MFH: r396401
  
  - Fix installed file referring to stagedir
  - Add NO_ARCH
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam blanket

Modified:
  branches/2015Q3/devel/py-ocempgui/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/devel/py-ocempgui/Makefile
==============================================================================
--- branches/2015Q3/devel/py-ocempgui/Makefile	Tue Sep  8 16:14:30 2015	(r396402)
+++ branches/2015Q3/devel/py-ocempgui/Makefile	Tue Sep  8 16:16:48 2015	(r396403)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ocempgui
 PORTVERSION=	0.2.9
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	devel python
 MASTER_SITES=	SF/ocemp/${PORTNAME}/${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,5 +20,9 @@ RUN_DEPENDS=	${LOCALBASE}/include/${PYTH
 USES=		python:2
 USE_GNOME=	atk
 USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|@DATAPATH@|${DATADIR}|' ${WRKSRC}/ocempgui/widgets/Constants.py
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list