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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: security/openbsm/Makefile

Number of commits found: 23

Sunday, 25 Feb 2024
13:19 Muhammad Moinur Rahman (bofh) search for other commits by this committer
security/openbsm: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: a0a54c4be54c5901b4ffc537fa54fb6a89093fac commit hash: a0a54c4be54c5901b4ffc537fa54fb6a89093fac commit hash: a0a54c4be54c5901b4ffc537fa54fb6a89093fac commit hash: a0a54c4be54c5901b4ffc537fa54fb6a89093fac a0a54c4
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, 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
Tuesday, 6 Mar 2018
12:32 tobik search for other commits by this committer
Reset MAINTAINER of flz's ports by his request

PR:		195339
Original commitRevision:463723 
Tuesday, 28 Jul 2015
23:27 amdmi3 search for other commits by this committer
- Add LICENSE
- Drop @dirrm* from plist

Approved by:	portmgr blanket
Original commitRevision:393134 
Tuesday, 29 Jul 2014
19:11 adamw search for other commits by this committer
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363374 
Sunday, 6 Jul 2014
19:20 tijl search for other commits by this committer
Add USES=libtool
Original commitRevision:361000 
Friday, 31 Jan 2014
16:49 miwi search for other commits by this committer
- Stage support
Original commitRevision:342026 
Friday, 20 Sep 2013
22:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
Original commitRevision:327769 
Friday, 15 Feb 2013
03:06 zi search for other commits by this committer
- Note CONFLICTS with security/openbsm-devel
Original commitRevision:312272 
Sunday, 16 Aug 2009
12:09 flz search for other commits by this committer
- Update security/openbsm to 1.1-p2.
- Please portlint.

PR:             ports/137726
Submitted by:   Sofian Brabez
Original commit
Sunday, 19 Jul 2009
21:01 flz search for other commits by this committer
Update security/openbsm to 1.1-p1.
Original commit
Tuesday, 6 Jan 2009
17:59 pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Friday, 26 Oct 2007
08:07 pav search for other commits by this committer
- Fix previous commit by edwin - 500000 != 600000. While here, fix packaging

Reported by:    pointyhat
Original commit
Thursday, 4 Oct 2007
06:00 edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
Original commit
00:00 edwin search for other commits by this committer
Remove support for OSVERSION < 5
Original commit
Tuesday, 26 Sep 2006
00:06 flz search for other commits by this committer
Update to 1.0-alpha12.
Original commit
Saturday, 26 Aug 2006
09:51 flz search for other commits by this committer
- Update to 1.0-alpha9.
Original commit
Sunday, 16 Jul 2006
21:36 linimon search for other commits by this committer
Mark broken as appropriate: does not compile on 4.X, does not package on 5.X.
Original commit
Monday, 3 Jul 2006
16:29 flz search for other commits by this committer
- Update to 1.0-alpha7.
- Fix packing list when auditon(2) doesn't exist.
Original commit
Wednesday, 14 Jun 2006
11:51 flz search for other commits by this committer
Add OpenBSM 1.0a6, the Open Source Basic Security Module (BSM) Audit
Implementation.
Original commit

Number of commits found: 23