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: java/linux-oracle-jre18/Makefile

Number of commits found: 43

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
Wednesday, 20 Oct 2021
16:13 Stefan Eßer (se) search for other commits by this committer
java/linux-oracle-jre18: Add CPE information

Approved by:	portmgr (blanket)
commit hash: d65453fe781a48d6fb69ba6c41f280318552cbb3 commit hash: d65453fe781a48d6fb69ba6c41f280318552cbb3 commit hash: d65453fe781a48d6fb69ba6c41f280318552cbb3 commit hash: d65453fe781a48d6fb69ba6c41f280318552cbb3 d65453f
Thursday, 6 May 2021
11:47 Mathieu Arnold (mat) search for other commits by this committer
Deorbit RESTRICTED && NO_CDROM, part two.

Move ports to the licenses framework.

RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept

Differential Revision:  https://reviews.freebsd.org/D30010
commit hash: 3505159e72da2d8313ce2a8ddc527de700b5bc37 commit hash: 3505159e72da2d8313ce2a8ddc527de700b5bc37 commit hash: 3505159e72da2d8313ce2a8ddc527de700b5bc37 commit hash: 3505159e72da2d8313ce2a8ddc527de700b5bc37 3505159
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, 17 Jan 2020
06:44 glewis search for other commits by this committer
Update to 8u241

Security:	https://openjdk.java.net/groups/vulnerability/advisories/2020-01-14
Original commitRevision:523282 
Wednesday, 16 Oct 2019
02:57 glewis search for other commits by this committer
Update to 8u231
Original commitRevision:514572 
Sunday, 28 Jul 2019
21:28 glewis search for other commits by this committer
Update to 8u221
Original commitRevision:507535 
Wednesday, 10 Jul 2019
14:40 tijl search for other commits by this committer
On amd64 adding DEFAULT_VERSIONS+=linux=c6 to /etc/make.conf made Linux
infrastructure ports (linux_base-c6 and linux-c6*) install i386 CentOS 6
packages.  Using c6_64 instead of c6 made them install mixed amd64/i386
CentOS 6 packages and allowed Linux application ports to install amd64
binaries when available.  The i386-only configuration was only useful for
users of x11/nvidia-driver* which didn't provide Linux amd64 emulation
until recently.

With x11/nvidia-driver* now supporting Linux amd64 there's no longer a
need for i386-only Linux on amd64.  Let DEFAULT_VERSIONS+=linux=c6 make
Linux infrastructure ports install mixed amd64/i386 CentOS 6 packages,
like c6_64 before, and remove support for c6_64 as a value.

Replace LINUX_ARCH with ARCH everywhere because they are always the same
now.
Original commitRevision:506352 
Saturday, 20 Apr 2019
19:58 glewis search for other commits by this committer
. Update to 8u212.
Original commitRevision:499464 
Saturday, 9 Feb 2019
23:58 glewis search for other commits by this committer
. Update to 8u202.
Original commitRevision:492546 
Saturday, 27 Oct 2018
18:05 glewis search for other commits by this committer
. Update to 8u192.
Original commitRevision:483160 
Saturday, 15 Sep 2018
20:14 glewis search for other commits by this committer
. Update to 8u181.
Original commitRevision:479845 
Sunday, 27 May 2018
05:19 glewis search for other commits by this committer
Update to 8u172
Original commitRevision:470958 
Saturday, 24 Feb 2018
00:55 glewis search for other commits by this committer
Respect the LINUX_ARCH setting

. Install either the i386 or amd64 version of the JDK, depending upon the
  value of LINUX_ARCH.
. Add appropriate packing list conditionals to account for this.
Original commitRevision:462764 
Monday, 29 Jan 2018
22:26 jkim search for other commits by this committer
Update to 8u162.

http://www.oracle.com/technetwork/java/javase/8u162-relnotes-4021436.html

MFH:		2018Q1
Original commitRevision:460350 
Sunday, 22 Oct 2017
21:25 glewis search for other commits by this committer
. Update to 8u152.
Original commitRevision:452684 
Thursday, 10 Aug 2017
16:40 jkim search for other commits by this committer
Update to 8u144.

MFH:		2017Q3
Original commitRevision:447701 
Wednesday, 19 Apr 2017
04:58 glewis search for other commits by this committer
. Update to 8u131
Original commitRevision:438822 
Saturday, 28 Jan 2017
21:51 glewis search for other commits by this committer
. Update to 8u121.
Original commitRevision:432685 
Thursday, 20 Oct 2016
20:50 glewis search for other commits by this committer
. Update to 8u112.
Original commitRevision:424357 
Monday, 5 Sep 2016
19:23 tijl search for other commits by this committer
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
  Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
  USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
  ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
  are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling.  In the very rare cases
  that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling.  Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
  default versions framework.
- bsd.port.mk:
  - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX.
  - Put USE_LINUX_PREFIX handling after USES processing.
  - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can
    give these variables a different default value.
  - When a package needs to run Linux ldconfig check before installation if
    Linux support is enabled.
- emulators/linux_base-*:
  - Use USES=linux and remove duplication.
  - Remove files/lp.  FreeBSD or CUPS lp(1) should work.
  - Remove files/yp.conf.  No longer seems to be used.
  - Remove pkg-deinstall and move pkg-install into pkg-plist.
  - Update pkg-descr and pkg-message.
  - Fix handling of ldconfig cache in pkg-plist.
- devel/fb-adb: Use a Linux shell to run a Linux script but patch the script
  to use FreeBSD mkdir so mkdir -p $path creates $path and not
  /compat/linux/$path.

PR:		211645
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:421387 
Saturday, 23 Jul 2016
17:18 glewis search for other commits by this committer
. Update to 8u102.
Original commitRevision:418974 
Saturday, 23 Apr 2016
04:00 glewis search for other commits by this committer
. Update to 8u92
Original commitRevision:413802 
Friday, 1 Apr 2016
14:08 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412347 
Saturday, 26 Mar 2016
20:13 glewis search for other commits by this committer
. Update to 8u77
Original commitRevision:411963 
Thursday, 11 Feb 2016
01:15 jkim search for other commits by this committer
Update to 8u74.

PR:		207076
Original commitRevision:408671 
Monday, 25 Jan 2016
23:58 jkim search for other commits by this committer
Update to 8u72.

MFH:		2016Q1
Original commitRevision:407247 
Saturday, 24 Oct 2015
02:38 glewis search for other commits by this committer
. Update to 8u66.
Original commitRevision:400100 
Friday, 28 Aug 2015
03:18 glewis search for other commits by this committer
. Update to 8u60

PR:		202696
Submitted by:	xmj@
Original commitRevision:395449 
Wednesday, 15 Jul 2015
02:23 glewis search for other commits by this committer
. Update to 8u51.
Original commitRevision:392115 
Sunday, 19 Apr 2015
18:21 glewis search for other commits by this committer
. Update to 8u45.
Original commitRevision:384311 
Tuesday, 24 Mar 2015
22:29 jkim search for other commits by this committer
Catch up with distfile changes.
Original commitRevision:382186 
Friday, 6 Mar 2015
03:20 glewis search for other commits by this committer
. Update to 8u40.
Original commitRevision:380574 
Saturday, 24 Jan 2015
08:50 glewis search for other commits by this committer
. Udpate to 8u31.
Original commitRevision:377783 
Saturday, 1 Nov 2014
19:36 glewis search for other commits by this committer
. Update to 8u25.
Original commitRevision:372030 
Sunday, 24 Aug 2014
05:44 glewis search for other commits by this committer
. Update to 8u20.
Original commitRevision:365897 
Wednesday, 16 Jul 2014
02:59 glewis search for other commits by this committer
. Update to 8u11.
Original commitRevision:362022 
Friday, 18 Apr 2014
22:48 jkim search for other commits by this committer
Reduce diff between Orcle/Sun Java ports and clean up.
Original commitRevision:351572 
Tuesday, 15 Apr 2014
22:17 jkim search for other commits by this committer
Update to 8u5.
Original commitRevision:351369 
Friday, 11 Apr 2014
17:34 jkim search for other commits by this committer
Replace hardcoding of "8" with ${JRE_VERSION}.
Original commitRevision:351021 
Thursday, 10 Apr 2014
05:15 glewis search for other commits by this committer
. Replace hardcoding of "8" with ${JRE_VERSION}
Original commitRevision:350768 
Tuesday, 1 Apr 2014
01:08 jkim search for other commits by this committer
The Oracle Java 8 JDK/JRE for Linux.

WWW: http://www.oracle.com/us/technologies/java/index.html
Original commitRevision:349819 

Number of commits found: 43