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: devel/ocaml-cppo/pkg-descr

Number of commits found: 3

Wednesday, 7 Sep 2022
21:58 Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 fb16dfe
Monday, 20 Jun 2022
15:09 Nuno Teixeira (eduardo) search for other commits by this committer
devel/ocaml-cppo: Adopt/Update to 1.6.9

 - take maintainership
 - switch to DISTVERSION
 - add license
 - update COMMENT
 - update WWW URL to github.com (oldest url: '404: File not found')

ChangeLog: https://github.com/ocaml-community/cppo/releases
commit hash: 429c4361dff0e986aeefd1fc90d4dc1cc9007aae commit hash: 429c4361dff0e986aeefd1fc90d4dc1cc9007aae commit hash: 429c4361dff0e986aeefd1fc90d4dc1cc9007aae commit hash: 429c4361dff0e986aeefd1fc90d4dc1cc9007aae 429c436
Monday, 26 Dec 2011
15:35 eadler search for other commits by this committer
Cppo is an equivalent of the C preprocessor targeted at the OCaml language

The main purpose of cppo is to provide a lightweight tool for simple
macro substitution (#define) and file inclusion (#include) for the
occasional case when this is useful in OCaml. Processing specific
sections of files by calling external programs is also possible via
#ext directives.

The implementation of cppo relies on the standard library of OCaml and
on the standard parsing tools Ocamllex and Ocamlyacc, which contribute
to the robustness of cppo across OCaml versions.

WWW: http://martin.jambon.free.fr/cppo.html

PR:             ports/162749
Submitted by:   <michael.grunewald@laposte.net>
Original commit

Number of commits found: 3