svn commit: r443818 - head/www/py-selenium

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 18 05:52:30 UTC 2017


Author: sunpoet
Date: Sun Jun 18 05:52:29 2017
New Revision: 443818
URL: https://svnweb.freebsd.org/changeset/ports/443818

Log:
  Update to 3.4.3
  
  Changes:	https://github.com/SeleniumHQ/selenium/blob/master/py/CHANGES
  PR:		220090
  Submitted by:	Douglas Thrift <douglas at douglasthrift.net> (maintainer)

Modified:
  head/www/py-selenium/Makefile
  head/www/py-selenium/distinfo

Modified: head/www/py-selenium/Makefile
==============================================================================
--- head/www/py-selenium/Makefile	Sun Jun 18 05:52:24 2017	(r443817)
+++ head/www/py-selenium/Makefile	Sun Jun 18 05:52:29 2017	(r443818)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	selenium
-PORTVERSION=	3.4.1
+PORTVERSION=	3.4.3
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +14,7 @@ LICENSE=	APACHE20
 
 USES=		python
 USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
 
 OPTIONS_DEFINE=	FIREFOX
 FIREFOX_DESC=	Install Firefox
@@ -22,7 +23,7 @@ FIREFOX_USES=	gecko:firefox
 
 # Don't install binary Firefox extension
 post-extract:
-	@${RM} ${WRKSRC}/py/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so
-	@${RM} ${WRKSRC}/py/selenium/webdriver/firefox/x86/x_ignore_nofocus.so
+	@${RM} ${WRKSRC}/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so
+	@${RM} ${WRKSRC}/selenium/webdriver/firefox/x86/x_ignore_nofocus.so
 
 .include <bsd.port.mk>

Modified: head/www/py-selenium/distinfo
==============================================================================
--- head/www/py-selenium/distinfo	Sun Jun 18 05:52:24 2017	(r443817)
+++ head/www/py-selenium/distinfo	Sun Jun 18 05:52:29 2017	(r443818)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1493506473
-SHA256 (selenium-3.4.1.tar.gz) = ea10cb739d3d2c27dfdd5ed60cdc28a36e6bafb7b6021ac7acd01dfc4aef005b
-SIZE (selenium-3.4.1.tar.gz) = 838624
+TIMESTAMP = 1497753256
+SHA256 (selenium-3.4.3.tar.gz) = 0c09f437f4f6754c0543d79bae4e58b8fd40b3d7cd10889eca66dd1c7af24c63
+SIZE (selenium-3.4.3.tar.gz) = 838781


More information about the svn-ports-all mailing list