View | Details | Raw Unified | Return to bug 179024
Collapse All | Expand All

(-)py-selenium/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD: www/py-selenium/Makefile 315943 2013-04-17 08:03:08Z culot $
2
# $FreeBSD: www/py-selenium/Makefile 315943 2013-04-17 08:03:08Z culot $
3
3
4
PORTNAME=	selenium
4
PORTNAME=	selenium
5
PORTVERSION=	2.32.0
5
PORTVERSION=	2.33.0
6
CATEGORIES=	www python
6
CATEGORIES=	www python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 25-31 Link Here
25
.include <bsd.port.options.mk>
25
.include <bsd.port.options.mk>
26
26
27
.if ${PORT_OPTIONS:MFIREFOX}
27
.if ${PORT_OPTIONS:MFIREFOX}
28
USE_FIREFOX=	10+
28
USE_FIREFOX=	yes
29
.endif
29
.endif
30
30
31
.include <bsd.port.mk>
31
.include <bsd.port.mk>
(-)py-selenium/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (selenium-2.32.0.tar.gz) = 338ec50b06f94e52b66f1baf2e39e4f06e2ddb80569bc7fa30c4291944906b71
1
SHA256 (selenium-2.33.0.tar.gz) = 6508690bad70881eb851c3921b7cb51faa0e3409e605b437058e600677ede89b
2
SIZE (selenium-2.32.0.tar.gz) = 2506082
2
SIZE (selenium-2.33.0.tar.gz) = 2536129

Return to bug 179024