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: security/pam_yubico/Makefile

Number of commits found: 22

Tuesday, 27 Feb 2024
11:17 Muhammad Moinur Rahman (bofh) search for other commits by this committer
security/pam_yubico: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 3546b34d310333b552a48171f4643972ca3707cb commit hash: 3546b34d310333b552a48171f4643972ca3707cb commit hash: 3546b34d310333b552a48171f4643972ca3707cb commit hash: 3546b34d310333b552a48171f4643972ca3707cb 3546b34
Wednesday, 8 Feb 2023
10:53 Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap

Convert the USE_LDAP=yes to USES=ldap and adds the following features:

- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
  RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features

Reviewed by:	delphij
Approved by:	portmgr
Differential Revision: https://reviews.freebsd.org/D38233
commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da commit hash: 6e1233be229212a0496f42d611bd40f3e3a628da 6e1233b
Tuesday, 4 Oct 2022
11:45 Renato Botelho (garga) search for other commits by this committer
security/pam_yubico: Update to 2.27

While here, sort Makefile and make portclippy happy

PR:		266100
Approved by:	maintainer timeout (> 1 month)
Sponsored by:	Rubicon Communications, LLC ("Netgate")
commit hash: dfb074b085428abdd4a07db3535c195c4e077332 commit hash: dfb074b085428abdd4a07db3535c195c4e077332 commit hash: dfb074b085428abdd4a07db3535c195c4e077332 commit hash: dfb074b085428abdd4a07db3535c195c4e077332 dfb074b
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
Saturday, 16 Feb 2019
22:55 sunpoet search for other commits by this committer
Update MASTER_SITES and WWW

Approved by:	portmgr (blanket)
Original commitRevision:493129 
Friday, 16 Nov 2018
16:55 philip search for other commits by this committer
security/pam_yubico: update to 2.26

Changes: https://developers.yubico.com/yubico-pam/Release_Notes.html

PR:		233237
Approved by:	Matt Stofko <matt@mjslabs.com> (maintainer)
Original commitRevision:485086 
Wednesday, 30 May 2018
08:34 amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Switch to USES=localbase
- Switch to new test framework
- Switch to options helpers

Approved by:	portmgr blanket
Original commitRevision:471126 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Saturday, 20 Dec 2014
19:37 bapt search for other commits by this committer
cleanup plist
Original commitRevision:375111 
Thursday, 24 Jul 2014
18:34 tijl search for other commits by this committer
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD

databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip

databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample

databases/libgdamm:
- Drop :keepla
- USES=tar:bzip2
- Use INSTALL_TARGET=install-strip

databases/libgdamm5:
- Add INSTALL_TARGET=install-strip
- Drop --enable-static (inherited from old repocopy)

devel/anjuta x11-toolkits/py-gnome-extras:
- Drop :keepla

dns/powerdns dns/powerdns-devel:
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Disable static modules
- Stop creating library symlinks with .0 suffix, not needed for dynamically
  opened modules

mail/dovecot2:
- Add USES=libtool

mail/dovecot2-pigeonhole:
- Drop CONFIGURE_TARGET (incorrect for Dragonfly)
- Add USES=libtool and INSTALL_TARGET=install-strip

math/gnumeric:
- USES=libtool tar:xz

Approved by:	portmgr (implicit, bump unstaged ports)
Original commitRevision:362835 
Saturday, 5 Jul 2014
19:57 tijl search for other commits by this committer
- Add USES=libtool to security/ykclient and bump dependent ports
- Use MAKE_CMD
Original commitRevision:360815 
Friday, 4 Jul 2014
23:54 danilo search for other commits by this committer
- Update from 2.14 to 2.16 [1]
- Add libtool to USES

PR:		ports/191617
Submitted by:	matt@mjslabs.com [1]
Original commitRevision:360695 
Saturday, 18 Jan 2014
02:35 danilo search for other commits by this committer
- Update from 1.14.1 to 1.15.0

PR:		ports/185675
Submitted by:	Matt Stofko <matt@mjslabs.com> (maintainer)
Original commitRevision:340142 
Wednesday, 1 Jan 2014
23:54 danilo search for other commits by this committer
- Bump PORTREVISION
- Convert LICENSE from BSD to BSD2CLAUSE
- Remove LDAP from DEFAULT_OPTIONS

PR:		ports/185259
Submitted by:	Matt Stofko <matt@mjslabs.com> (maintainer)
Original commitRevision:338407 
Saturday, 30 Nov 2013
17:26 pawel search for other commits by this committer
- Update to version 2.14
- Fix LDAP support
- Add STATIC option, builds static version of library
- Update MASTER_SITES and WWW

While I'm here:
- Switch to new LIB_DEPENDS format
- Use options helpers
- Allow staging
- Don't show pkg-message twice

PR:             ports/184183
Submitted by:   maintainer
Original commitRevision:335308 
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 
Tuesday, 23 Apr 2013
14:20 bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
Original commitRevision:316355 
Tuesday, 19 Mar 2013
20:36 pawel search for other commits by this committer
- Update security/ykpers to version 1.12.0 [1]
- Update security/libyubikey to version 1.10 [2]
- Bump security/pam_yubico affected by security/ykpers ABI change

PR:		ports/177098 [1]
PR:		ports/177099 [2]
Submitted by:	Matt Stofko <matt@mjslabs.com> (maintainer)
Original commitRevision:314693 
Monday, 4 Mar 2013
16:34 pawel search for other commits by this committer
Update to version 2.13

PR:		ports/176633
Submitted by:	Matt Stofko <matt@mjslabs.com> (maintainer)
Original commitRevision:313414 
Wednesday, 30 Jan 2013
00:58 jgh search for other commits by this committer
- add new port: security/pam_yubico

The Yubico authentication device Yubikey generates one-time passwords that can
be used for authentication. This module allows you to use the Yubikey device to
authenticate to the PAM system.

WWW: https://code.google.com/p/yubico-pam/

PR:		175650
Submitted by:	matt@mjslabs.com
Original commitRevision:311194 

Number of commits found: 22