From owner-svn-ports-head@FreeBSD.ORG Wed Jun 10 16:45:13 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8869C16E; Wed, 10 Jun 2015 16:45:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 741D51B2D; Wed, 10 Jun 2015 16:45:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5AGjDsV022779; Wed, 10 Jun 2015 16:45:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5AGjDR6022778; Wed, 10 Jun 2015 16:45:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506101645.t5AGjDR6022778@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 10 Jun 2015 16:45:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389041 - head/devel/py-twistedCore 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.20 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: Wed, 10 Jun 2015 16:45:13 -0000 Author: sunpoet Date: Wed Jun 10 16:45:12 2015 New Revision: 389041 URL: https://svnweb.freebsd.org/changeset/ports/389041 Log: - Do not silence installation message - Fix typo - Cosmetic change Modified: head/devel/py-twistedCore/Makefile Modified: head/devel/py-twistedCore/Makefile ============================================================================== --- head/devel/py-twistedCore/Makefile Wed Jun 10 16:44:36 2015 (r389040) +++ head/devel/py-twistedCore/Makefile Wed Jun 10 16:45:12 2015 (r389041) @@ -18,22 +18,22 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.6.0:${PORTSDIR}/devel/py-zope.interface RUN_DEPENDS:= ${BUILD_DEPENDS} -OPTIONS_DEFINE= VERIFY -OPTIONS_DEFAULT= VERIFY +OPTIONS_DEFINE= VERIFY +OPTIONS_DEFAULT=VERIFY VERIFY_DESC= Server (SNI) and Service Verification Support (RFC6125+) -VERIFY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}service_identity>0:${PORTSDIR}/security/py-service_identity +VERIFY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}service_identity>=0:${PORTSDIR}/security/py-service_identity # - Note that Twisted ships with some graphical examples and clients that -# require PyGNOME to run. These are not central to the funcitoning of +# require PyGNOME to run. These are not central to the functioning of # Twisted, but the user should feel free to install x11-toolits/py-gnome2 # separately if desired. -USES= python:2 tar:bzip2 USE_PYTHON= autoplist distutils +USES= python:2 tar:bzip2 post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/twisted/python/sendmsg.so \ - ${STAGEDIR}${PYTHON_SITELIBDIR}/twisted/test/raiser.so + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/twisted/python/sendmsg.so + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/twisted/test/raiser.so .include