View | Details | Raw Unified | Return to bug 282706 | Differences between
and this patch

Collapse All | Expand All

(-)b/www/selenium/Makefile (-2 / +2 lines)
Lines 1-24 Link Here
1
PORTNAME=	selenium
1
PORTNAME=	selenium
2
PORTVERSION=	4.8.3
2
PORTVERSION=	4.26.0
3
CATEGORIES=	www devel java
3
CATEGORIES=	www devel java
4
MASTER_SITES=	https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.8.0/
4
MASTER_SITES=	https://github.com/SeleniumHQ/${PORTNAME}/releases/download/${PORTNAME}-${PORTVERSION}/
5
DISTNAME=	selenium-server-${PORTVERSION}
5
DISTNAME=	selenium-server-${PORTVERSION}
6
EXTRACT_SUFX=	.jar
6
EXTRACT_SUFX=	.jar
7
EXTRACT_ONLY=
7
EXTRACT_ONLY=
8
8
9
MAINTAINER=	daniel@blodan.se
9
MAINTAINER=	daniel@blodan.se
10
COMMENT=	Selenium Standalone Server, allows browser testing
10
COMMENT=	Selenium Standalone Server, allows browser testing
11
WWW=		https://www.seleniumhq.org
11
WWW=		https://www.seleniumhq.org
12
12
13
LICENSE=	APACHE20
13
LICENSE=	APACHE20
14
14
15
USES=		cpe
15
USES=		cpe
16
CPE_VENDOR=	jenkins
16
CPE_VENDOR=	jenkins
17
17
18
USE_JAVA=	yes
18
USE_JAVA=	yes
19
JAVA_VERSION=	8+
19
JAVA_VERSION=	8+
20
JAVA_RUN=	yes
20
JAVA_RUN=	yes
21
21
22
USE_RC_SUBR=	selenium
22
USE_RC_SUBR=	selenium
23
23
24
NO_ARCH=	yes
24
NO_ARCH=	yes
(-)b/www/selenium/distinfo (-4 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1680095033
1
TIMESTAMP = 1731376689
2
SHA256 (selenium-server-4.8.3.jar) = b99d6501483bc1e02bb19087e0f881c7238d73e29298626f959b8cf22fefe838
2
SHA256 (selenium-server-4.26.0.jar) = 19138985733452abe00339350fd74571a43d11ef8aad55a29c18d33f326ccf0a
3
SIZE (selenium-server-4.8.3.jar) = 31238548
3
SIZE (selenium-server-4.26.0.jar) = 42632726
4
- 

Return to bug 282706