diff options
author | Steve Wills <swills@FreeBSD.org> | 2019-07-19 13:39:01 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2019-07-19 13:39:01 +0000 |
commit | 43c2500f64e45909caf3691e98e00973529479f1 (patch) | |
tree | 877dcefc712e10a65b9e8d20546f3c448ffd40c7 /www | |
parent | 5c3703814492ccd5ca09f88832d29ee572bb3294 (diff) | |
download | ports-43c2500f64e45909caf3691e98e00973529479f1.tar.gz ports-43c2500f64e45909caf3691e98e00973529479f1.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/selenium/Makefile | 6 | ||||
-rw-r--r-- | www/selenium/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/selenium/Makefile b/www/selenium/Makefile index 342f1f260ec6..877345ed05f8 100644 --- a/www/selenium/Makefile +++ b/www/selenium/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= selenium -PORTVERSION= 3.13.0 +PORTVERSION= 3.141.59 CATEGORIES= www devel java -MASTER_SITES= http://selenium-release.storage.googleapis.com/3.13/ +MASTER_SITES= http://selenium-release.storage.googleapis.com/3.141/ DISTNAME= selenium-server-standalone-${PORTVERSION} EXTRACT_SUFX= .jar EXTRACT_ONLY= @@ -32,7 +32,7 @@ SUB_LIST+= JAVA_HOME=${JAVA_HOME} \ SELENIUM_VERSION=${PORTVERSION} PLIST_FILES= \@dir\(${USERS},${GROUPS},\)\ selenium \ - %%DATADIR%%/${DISTNAME}${EXTRACT_SUFX} + ${DATADIR}/${DISTNAME}${EXTRACT_SUFX} do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${STAGEDIR}${SELENIUM_HOME} diff --git a/www/selenium/distinfo b/www/selenium/distinfo index 62828ba946ff..c6b37e7406e7 100644 --- a/www/selenium/distinfo +++ b/www/selenium/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1532776090 -SHA256 (selenium-server-standalone-3.13.0.jar) = d03d5c3c8f292529fe235138756431cf1fc32ef9d0f76131c09b5366de4b3d99 -SIZE (selenium-server-standalone-3.13.0.jar) = 23460830 +TIMESTAMP = 1563315821 +SHA256 (selenium-server-standalone-3.141.59.jar) = acf71b77d1b66b55db6fb0bed6d8bae2bbd481311bcbedfeff472c0d15e8f3cb +SIZE (selenium-server-standalone-3.141.59.jar) = 10649948 |