Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2015 16:45:13 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389041 - head/devel/py-twistedCore
Message-ID:  <201506101645.t5AGjDR6022778@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



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