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: net/liboauth/Makefile

Number of commits found: 28

Sunday, 28 Jan 2024
18:33 Muhammad Moinur Rahman (bofh) search for other commits by this committer
net/liboauth: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: e9b06696a3b0fc97ddf7ed06fd0284be6a178fb0 commit hash: e9b06696a3b0fc97ddf7ed06fd0284be6a178fb0 commit hash: e9b06696a3b0fc97ddf7ed06fd0284be6a178fb0 commit hash: e9b06696a3b0fc97ddf7ed06fd0284be6a178fb0 e9b0669
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
Wednesday, 10 Oct 2018
19:28 antoine search for other commits by this committer
Fix build with openssl 1.1.1

PR:		225919
Submitted by:	Nathan Owens
Obtained from:	https://github.com/x42/liboauth/issues/9
With hat:	portmgr
Original commitRevision:481766 
Thursday, 29 Mar 2018
14:53 mat search for other commits by this committer
Mark some ports broken with openssl-devel.

Sponsored by:	Absolight
Original commitRevision:465899 
Friday, 30 Dec 2016
12:15 hrs search for other commits by this committer
- Add LICENSE.
- USES=ssl instead of USE_OPENSSL.
Original commitRevision:429971 
Wednesday, 14 Dec 2016
21:48 johans search for other commits by this committer
Stepping down as maintainer for some ports.
Original commitRevision:428596 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Sunday, 2 Aug 2015
15:03 tijl search for other commits by this committer
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
Original commitRevision:393429 
Friday, 4 Jul 2014
07:38 amdmi3 search for other commits by this committer
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
Original commitRevision:360556 
Monday, 21 Apr 2014
13:26 johans search for other commits by this committer
Update to OAuth lib 1.0.3
Original commitRevision:351682 
Wednesday, 26 Mar 2014
19:02 johans search for other commits by this committer
Update liboauth to 1.0.2
Original commitRevision:349280 
Sunday, 29 Dec 2013
22:08 johans search for other commits by this committer
Enable stage support
Original commitRevision:338051 
Friday, 20 Sep 2013
22:10 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Original commitRevision:327755 
Saturday, 31 Aug 2013
00:26 bapt search for other commits by this committer
Convert USE_GNOME=pkgconfig to USES=pkgconfig
While here:
- Trim headers
- Convert:
  * USE_GNOME=gnomehack -> USES=pathfix
  * USE_PERL5 -> USES=perl5
  * USE_GMAKE -> USES=gmake
Original commitRevision:325749 
Thursday, 11 Jul 2013
16:26 sunpoet search for other commits by this committer
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
Original commitRevision:322783 
Sunday, 17 Mar 2013
17:57 johans search for other commits by this committer
Update oauth to 1.0.1
Original commitRevision:314475 
Tuesday, 13 Nov 2012
15:59 johans search for other commits by this committer
- Upgrade liboauth to 1.0 release
- Update MASTER_SITE to general SF link

Feature safe:	yes
Original commitRevision:307383 
Thursday, 12 Jul 2012
20:41 johans search for other commits by this committer
Update oauth to 0.9.7 (bugfix release)
Original commit
Friday, 6 Jan 2012
08:48 johans search for other commits by this committer
The pkgconfig file from liboauth referes to the libcrypto pkgconfig file.
Remove the reference, because our openssl is installed without such a file.

Submitted by:           kwm
Original commit
Thursday, 15 Dec 2011
20:46 johans search for other commits by this committer
Update liboauth to 0.9.6
Original commit
Wednesday, 30 Nov 2011
20:36 johans search for other commits by this committer
- Update liboauth to 0.9.5
- Remove patch that is now included in the distribution

Feature safe:   yes
Original commit
Friday, 16 Sep 2011
12:02 kwm search for other commits by this committer
Don't rever to libcrypto in oauth pkg-config file, since our base openssl
doesn't install a .pc file. This will fix "pkg-config --cflags oauth".

Approved by:    maintainer
Original commit
Sunday, 30 Jan 2011
18:05 johans search for other commits by this committer
Update liboauth to 0.9.4 (bugfix release)

Feature safe:   yes
Original commit
Saturday, 22 Jan 2011
14:11 johans search for other commits by this committer
Update liboauth to 0.9.3

Feature safe:   yes
Original commit
Thursday, 13 Jan 2011
22:05 johans search for other commits by this committer
Update liboauth to 0.9.2

Feature safe:   yes
Original commit
Saturday, 30 Oct 2010
23:27 johans search for other commits by this committer
Add a new port net/liboauth:

OAuth is an open protocol to allow secure API authorization in
a simple and standard method from desktop and web applications.

liboauth is a collection of POSIX-c functions implementing the OAuth
Core RFC 5849 standard. liboauth provides functions to escape and
encode parameters according to OAuth specification and offers
high-level functionality to sign requests or verify OAuth signatures
as well as perform HTTP requests.

WWW: http://liboauth.sourceforge.net/
Original commit

Number of commits found: 28