svn commit: r389041 - head/devel/py-twistedCore

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jun 10 16:45:13 UTC 2015


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>


More information about the svn-ports-head mailing list