notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/selenium/Makefile

Number of commits found: 22

Tuesday, 4 Apr 2023
18:10 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Refactor java/openjdk7 removal

- java/openjdk7* has been removed from the tree since 2022-09-03 however
  the relevant codebases in bsd.java.mk has not been removed and the
  consumers has also not been updated to use the next jdk version. This
  commit updates all relevant consumers to use JAVA_VERSION=8 instead of
  JAVA_VERSION=1.7
- Since the introduction of jdk version 18 it looks like similar with
  jdk version 8(java version string 1.8). This is prone to error as it
  looks similar and is only seperated by a '.'. Remove using
  JAVA_VERSION with dotted fomat of java version string and update all
  consumers to utilize version 8 instead of 1.8.

Approved by:	portmgr (blanket)
commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 4cda17a
Thursday, 30 Mar 2023
06:19 Kurt Jaeger (pi) search for other commits by this committer
www/selenium: update 4.1.3 -> 4.8.3

PR:		270522
Approved by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
Changes:	https://github.com/SeleniumHQ/selenium/releases/
commit hash: d152163fff0f1aa3fcb6878f3c454900f9758ae8 commit hash: d152163fff0f1aa3fcb6878f3c454900f9758ae8 commit hash: d152163fff0f1aa3fcb6878f3c454900f9758ae8 commit hash: d152163fff0f1aa3fcb6878f3c454900f9758ae8 d152163
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
10:26 Tobias C. Berner (tcberner) search for other commits by this committer
cleanup: remove trailing whitepaces
commit hash: b86221feeafaacbff38b27dd5999866460e3a67b commit hash: b86221feeafaacbff38b27dd5999866460e3a67b commit hash: b86221feeafaacbff38b27dd5999866460e3a67b commit hash: b86221feeafaacbff38b27dd5999866460e3a67b b86221f
Tuesday, 2 Aug 2022
07:26 Baptiste Daroussin (bapt) search for other commits by this committer
xorg: upgrade to 21.1.4

Port changes:
- flavorize the port
- decouple Xwayland as it has been split from Xorg
- switch to meson
- cleanup non necessary patches anymore
- stop butchering the build system to play with Xorg.wrap but do it
  in post-install
- remove dmx (no longer existing)
- use libmd for sha1 (remove dependency on open/libre ssl)
- always activate RPC security
- simplify postinstall/deinstall script and make them cross install friendly
- remove the SUID option and make it the default, we cannot startx as user
without it
- only keep the mesa-dri dependency on xorg-server not others

xf86-video-ati: fix build with recent xorg

While here incorporate a patch which prevent crash of the driver
when xrandr is invoked

Update x11/libxcvt to provide cvt(1) and friends which are not provided anymore
Xorg

Reviewed by:		tcberner, manu, jbeich
Approved by:		tcberner, manu
Differential Revision:	https://reviews.freebsd.org/D35661
commit hash: 88b0ae2bb9c65edc63073dc211fb57e3dec05a9e commit hash: 88b0ae2bb9c65edc63073dc211fb57e3dec05a9e commit hash: 88b0ae2bb9c65edc63073dc211fb57e3dec05a9e commit hash: 88b0ae2bb9c65edc63073dc211fb57e3dec05a9e 88b0ae2
Monday, 20 Jun 2022
20:47 Fernando Apesteguía (fernape) search for other commits by this committer Author: Einar Bjarni Halldórsson
www/selenium: Update to 4.1.3

ChangeLog: https://github.com/SeleniumHQ/selenium/releases/tag/selenium-4.1.0

Add UPDATING note to warn about parameter change in rc.conf

PR:	263081
Reported by:	einar@isnic.is
Approved by:	daniel@blodan.se (maintainer)
commit hash: 5e92d4485ceb0ad5316ef32b01756e84adcfe018 commit hash: 5e92d4485ceb0ad5316ef32b01756e84adcfe018 commit hash: 5e92d4485ceb0ad5316ef32b01756e84adcfe018 commit hash: 5e92d4485ceb0ad5316ef32b01756e84adcfe018 5e92d44
Tuesday, 21 Sep 2021
12:58 Bernhard Froehlich (decke) search for other commits by this committer
www/selenium: Add CPE information

Approved by:    portmgr (blanket)
commit hash: 15720ca5fcb76e7983e8afd8aa944d10a7f7031d commit hash: 15720ca5fcb76e7983e8afd8aa944d10a7f7031d commit hash: 15720ca5fcb76e7983e8afd8aa944d10a7f7031d commit hash: 15720ca5fcb76e7983e8afd8aa944d10a7f7031d 15720ca
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 19 Jul 2019
13:39 swills search for other commits by this committer
www/selenium: Update to 3.141.59

PR:		239287
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
Original commitRevision:506929 
Saturday, 28 Jul 2018
11:15 joneum search for other commits by this committer
www/selenium: Update to 3.13.0

Changelog:
https://raw.githubusercontent.com/SeleniumHQ/selenium/master/java/CHANGELOG

PR:		230016
Reported by:	Miroslav Lachman <000.fbsd@quip.cz>
Approved by:	maintainer
Original commitRevision:475521 
Wednesday, 20 Dec 2017
20:15 madpilot search for other commits by this committer
- Update selenium to 3.8.1
- Add note to pkg-message for firefox users.

PR:		224487
Submitted by:	Daniel Ylitalo <daniel@blodan.se>
Original commitRevision:456851 
Monday, 4 Sep 2017
21:29 cpm search for other commits by this committer
www/selenium: update to 3.5.3

Changelog: https://github.com/SeleniumHQ/selenium/releases/tag/selenium-3.5.3

PR:		222049
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
Original commitRevision:449262 
Sunday, 3 Sep 2017
15:47 pi search for other commits by this committer
www/selenium: update 3.4.0 to 3.5.2

- submitter becomes maintainer

PR:		221558
Submitted by:	Daniel Ylitalo <daniel@blodan.se>
Approved by:	kaworu@users.sourceforge.jp (maintainer timeout)
Original commitRevision:449206 
Monday, 14 Aug 2017
18:53 pi search for other commits by this committer
www/selenium: update 0.6.1 -> 3.4.0

PR:		219031
Relnotes:	https://github.com/SeleniumHQ/selenium/releases
Submitted by:	Daniel Ylitalo <daniel@blodan.se>
Approved by:	kaworu@users.sourceforge.jp (maintainer timeout)
Original commitRevision:447957 
Thursday, 30 Jul 2015
06:54 amdmi3 search for other commits by this committer
- Add NO_ARCH
- Drop @dirrm* from plist

Approved by:	portmgr blanket
Original commitRevision:393220 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Sunday, 21 Sep 2014
15:04 antoine search for other commits by this committer
Allow staging as a regular user
Reduce patching
Original commitRevision:368766 
Wednesday, 2 Jul 2014
13:55 vanilla search for other commits by this committer
Stagify.

Approved by:	portmgr@ (blanket approval)
Original commitRevision:360191 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
Sunday, 13 Nov 2005
00:28 pav search for other commits by this committer
- Update to 0.6.1

PR:             ports/88892
Submitted by:   kaworu <kaworu@users.sourceforge.jp> (maintainer)
Original commit
Thursday, 15 Sep 2005
21:08 pav search for other commits by this committer
Selenium is a test tool for web applications. Selenium tests run
directly in a browsers, just as real users do. And they run in Internet
Explorer, Mozilla and Firefox on Windows, Linux and Macintosh. No other
test tool covers such a wide array of platforms.

PR:             ports/84687
Submitted by:   kaworu <kaworu@users.sourceforge.jp>
Original commit

Number of commits found: 22