From owner-svn-ports-head@FreeBSD.ORG Sun Dec 1 03:45:47 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5D952716; Sun, 1 Dec 2013 03:45:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 492CA1CC1; Sun, 1 Dec 2013 03:45:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB13jlk3052003; Sun, 1 Dec 2013 03:45:47 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rB13jlbF052002; Sun, 1 Dec 2013 03:45:47 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201312010345.rB13jlbF052002@svn.freebsd.org> From: Wen Heping Date: Sun, 1 Dec 2013 03:45:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335362 - head/x11-toolkits/py-pyqwt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Dec 2013 03:45:47 -0000 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@gmail.com +MAINTAINER= ports@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