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/jdk11-doc/Makefile

Number of commits found: 25

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
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, 15 Nov 2019
03:25 glewis search for other commits by this committer
Update to 11.0.5
Original commitRevision:517630 
Wednesday, 28 Aug 2019
13:59 glewis search for other commits by this committer
Update to 11.0.4
Original commitRevision:510054 
Tuesday, 23 Apr 2019
00:14 glewis search for other commits by this committer
Update to 11.0.3.
Original commitRevision:499699 
Monday, 18 Mar 2019
05:25 glewis search for other commits by this committer
Add a port of the documentation for JDK 11
Original commitRevision:496123 
Tuesday, 18 Sep 2007
16:06 miwi search for other commits by this committer
2007-08-22 java/jdk11-doc: Obsolete version of jdk
2007-08-22 databases/java-sqlrelay: Depends on obsolete version of jdk
2007-08-22 mail/yuzu: Depends on obsolete version of jdk
2007-08-29 net/ng_netflow: already in base in all supported versions of FreeBSD
2007-08-22 java/jdk12-doc: Obsolete version of jdk
2007-08-22 japanese/netypesv: Depends on obsolete version of jdk
Original commit
Sunday, 22 Jul 2007
00:59 pav search for other commits by this committer
- Mark jdk11 / jdk12 ports for removal in 1 month

Inspired by:    glewis
With hat:       portmgr
Original commit
Friday, 3 Dec 2004
01:01 hq search for other commits by this committer
Reset znerd's ports maintainership:

- All JDK ports (and JDK documentation ports) that were formerly maintained by
  znerd have been assigned to java@FreeBSD.org
- I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j
  and xmlenc)
- Everything else is reset to ports@FreeBSD.org

Approved by:    znerd (maintainer)
Original commit
Thursday, 15 Apr 2004
23:10 znerd search for other commits by this committer
Removed unused DOWNLOAD_URL variable.
Original commit
23:05 znerd search for other commits by this committer
Made cp -R silent again, like previously.
Original commit
23:03 znerd search for other commits by this committer
Cleverly determine version-related variable values
based on other variables.
Original commit
23:00 znerd search for other commits by this committer
- Removed non-existent download site metaverse.nl.
- Using PORTDOCS macro.
- Fixed issue with files staying being after deinstall [1].

Reported by:    kris [1]
Original commit
Tuesday, 10 Feb 2004
13:19 znerd search for other commits by this committer
Added LATEST_LINK.

Reported by:    kris
Original commit
Thursday, 22 Jan 2004
11:06 trevor search for other commits by this committer
Use the SORT macro from bsd.port.mk.
Original commit
Friday, 7 Mar 2003
06:04 ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Original commit
Thursday, 21 Nov 2002
08:58 znerd search for other commits by this committer
Fixed generation of plist file. The file was previously written
as ./pkg-plist. It is now written as $WRKDIR/PLIST.

Indicated by:   kris
Original commit
Wednesday, 20 Nov 2002
08:57 znerd search for other commits by this committer
Removed unnecessary PLIST_SUB setting.
Original commit
08:45 znerd search for other commits by this committer
Automagically generating pkg-plist.

Submitted by:   Dave Glowacki <dglo@hyde.ssec.wisc.edu>
Original commit
Monday, 19 Aug 2002
09:42 znerd search for other commits by this committer
Removing restrictions and providing download locations. Could not
find any reason for these restrictions on the Sun website. Only
software is under license and export control. The download does
not require accepting a license, either.

See:    http://java.sun.com/products/jdk/1.1/README
        http://java.sun.com/products/jdk/1.1/docs.html
        http://servlet.java.sun.com/help/download
Original commit
Tuesday, 27 Nov 2001
12:20 znerd search for other commits by this committer
Changed my email address from ernst@jollem.com to znerd@FreeBSD.org.    
Original commit
Monday, 8 Oct 2001
13:45 sobomax search for other commits by this committer
- Remove several stale pkg-message files;   - fix download URL in jdk11-doc.    
Original commit
10:17 sobomax search for other commits by this committer
Move jdk-doc into jdk11-doc and add new jdk{12,13,14}-doc ports.    
Original commit

Number of commits found: 25