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: audio/opusfile/Makefile

Number of commits found: 24

Tuesday, 25 Apr 2023
15:17 Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 feb1fa3
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, 10 Jun 2021
13:48 Christian Weisgerber (naddy) search for other commits by this committer
*/*: Add a backup master site to all Xiph.org ports

The downloads.xiph.org master site requires TLS1.3, which is not
supported by FreeBSD 11's OpenSSL and fetch(1).  Add ftp.osuosl.org
as a backup to all Xiph.org ports.

PR:		256515
Reported by:	Daniel Engberg
commit hash: dcf17d14a7bd7eed2e67e82b2ce093d1e5d88fe6 commit hash: dcf17d14a7bd7eed2e67e82b2ce093d1e5d88fe6 commit hash: dcf17d14a7bd7eed2e67e82b2ce093d1e5d88fe6 commit hash: dcf17d14a7bd7eed2e67e82b2ce093d1e5d88fe6 dcf17d1
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
Monday, 7 Sep 2020
14:20 naddy search for other commits by this committer
Update to 0.12 for miscellaneous bug fixes.
Also, this release finally gets rid of the ancient ftime() interface and
uses clock_gettime() instead.

Approved by:	maintainer timeout (8 weeks)
Original commitRevision:547892 
Monday, 27 Nov 2017
23:46 dbaio search for other commits by this committer
audio/opusfile: Update to 0.10

PR:		223924
Submitted by:	SimaMoto,RyoTa <liangtai.s16@gmail.com> (maintainer)
Original commitRevision:455002 
Thursday, 17 Aug 2017
16:59 swills search for other commits by this committer
audio/opusfile: Update to 0.9

PR:		221461
Submitted by:	SimaMoto,RyoTa <liangtai.s16@gmail.com> (maintainer)
Original commitRevision:448151 
Saturday, 1 Jul 2017
20:27 naddy search for other commits by this committer
Update MASTER_SITES and WWW.
Original commitRevision:444835 
Friday, 21 Oct 2016
15:21 mat search for other commits by this committer
Use USES=pathfix where applicable.

PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
Original commitRevision:424427 
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Tuesday, 12 Jul 2016
19:35 amdmi3 search for other commits by this committer
- Update to 0.8
- Switch to USES=ssl
- Fix build with ports openssl

PR:		210952
Submitted by:	liangtai.s16@gmail.com (maintainer)
Original commitRevision:418438 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Saturday, 9 Jan 2016
09:09 miwi search for other commits by this committer
- Update to 0.7

PR:		206013
Submitted by:	maintainer
Original commitRevision:405618 
Wednesday, 19 Aug 2015
13:30 mat search for other commits by this committer
Convert ports to use the options helpers in categories [abc]*, and minor fixes.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
Original commitRevision:394778 
Tuesday, 9 Jun 2015
14:24 jbeich search for other commits by this committer
bsd.sites.mk: cleanup MOZILLA mirrors

- Switch to CDN by default as mirrors are no longer kept up to date
- Drop obsolete pointer to http://www.mozilla.org/mirrors.html
- Drop redundant BUGZILLA and MOZILLA_EXTEND
- Shorten MASTER_SITES in gecko@ ports
- Move MOZILLA_ADDONS to bsd.sites.mk
- Move one of MOZILLA mirrors with old addons under MOZILLA_ADDONS
- Addons CDN redirects to https://, so don't mislead with http://

https://blog.mozilla.org/it/2012/08/03/dear-mozilla-mirrors-thank-you/

Differential Revision:	https://reviews.freebsd.org/D2550
Tested by:	distilator
Reviewed by:	mat (partial)
Approved by:	bz-ports (ohauer), portmgr blanket (office@ et al.)
Approved by:	portmgr (bapt, earlier version)
MFH:		2015Q2
Original commitRevision:388939 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Thursday, 15 Jan 2015
09:05 tijl search for other commits by this committer
Add missing USE_OPENSSL=yes

PR:		195796
Original commitRevision:377064 
Thursday, 20 Nov 2014
16:21 amdmi3 search for other commits by this committer
- Update to 0.6
- Switch to USES=autoreconf
- Strip libraries

- While here, add LICENSE_FILE

PR:		195127
Submitted by:	liangtai.s16@gmail.com (maintainer)
Original commitRevision:372949 
Tuesday, 27 May 2014
20:57 tijl search for other commits by this committer
Replace autoreconf in pre-configure with standard USE_AUTOTOOLS.
Original commitRevision:355571 
12:39 marino search for other commits by this committer
audio/opusfile: Unbreak

The previous change had two errors: The pkg-plist wasn't correct
and USE_AUTOTOOLS+= libtool is still required.  This fix was confirmed
in Redports.

Approved by:	just-fix-it blanket
Original commitRevision:355502 
Sunday, 25 May 2014
20:07 naddy search for other commits by this committer
Switch Opus to USES=libtool.
Bump dependent ports. [1]

Approved by:	portmgr (implicit) [1]
Original commitRevision:355266 
14:43 naddy search for other commits by this committer
Switch opusfile to USES=libtool. [1]

Bump dependent ports.

Approved by:	maintainer [1]
Original commitRevision:355249 
Monday, 27 Jan 2014
21:21 makc search for other commits by this committer
Add new port audio/opusfile:

Library for decoding .opus files, including seeking support.

WWW: http://www.opus-codec.org/

PR:		ports/177370
Submitted by:	RyoTa SimaMoto <liangtai.s16 at gmail.com>
Original commitRevision:341456 

Number of commits found: 24