svn commit: r335362 - head/x11-toolkits/py-pyqwt

Wen Heping wen at FreeBSD.org
Sun Dec 1 03:45:47 UTC 2013


Author: wen
Date: Sun Dec  1 03:45:46 2013
New Revision: 335362
URL: http://svnweb.freebsd.org/changeset/ports/335362

Log:
  - Mark BROKEN
  - Reset maintainer to ports@

Modified:
  head/x11-toolkits/py-pyqwt/Makefile

Modified: head/x11-toolkits/py-pyqwt/Makefile
==============================================================================
--- head/x11-toolkits/py-pyqwt/Makefile	Sun Dec  1 03:41:06 2013	(r335361)
+++ head/x11-toolkits/py-pyqwt/Makefile	Sun Dec  1 03:45:46 2013	(r335362)
@@ -10,9 +10,11 @@ MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNA
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	PyQwt-${PORTVERSION}
 
-MAINTAINER=	wenheping at gmail.com
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Python Bindings for the Qwt Class Library
 
+BROKEN=		do not build
+
 BUILD_DEPENDS=	${LOCALBASE}/bin/qmake-qt4:${PORTSDIR}/devel/qmake4 \
 		${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}qt4-core>=4.5.4:${PORTSDIR}/devel/py-qt4-core \
@@ -24,7 +26,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 LIB_DEPENDS=	qwt.5:${PORTSDIR}/x11-toolkits/qwt5
 
 USES=		gmake
-USE_PYTHON=	2.5+
+USE_PYTHON=	2.6+
 MAKEFILE=	GNUmakefile
 MAKE_JOBS_UNSAFE=	yes
 


More information about the svn-ports-head mailing list