Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.12_1 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
0.12 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
0.12 10 Jun 2021 13:48:47 |
Christian Weisgerber (naddy) |
*/*: 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 |
0.12 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.12 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.12 24 Feb 2021 15:38:17 |
tobik |
audio/opusfile: Fix QA issues
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: %%PORTDOCS%%%%DOCSDIR%%/COPYING
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
http://package21.nyi.freebsd.org/data/114amd64-default-qat/566258/logs/errors/opusfile-0.12.log |
0.12 07 Sep 2020 14:20:15 |
naddy |
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) |
0.10 27 Nov 2017 23:46:57 |
dbaio |
audio/opusfile: Update to 0.10
PR: 223924
Submitted by: SimaMoto,RyoTa <liangtai.s16@gmail.com> (maintainer) |
0.9 17 Aug 2017 16:59:03 |
swills |
audio/opusfile: Update to 0.9
PR: 221461
Submitted by: SimaMoto,RyoTa <liangtai.s16@gmail.com> (maintainer) |
0.8 01 Jul 2017 20:27:05 |
naddy |
Update MASTER_SITES and WWW. |
0.8 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
0.8 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
0.8 12 Jul 2016 19:35:24 |
amdmi3 |
- Update to 0.8
- Switch to USES=ssl
- Fix build with ports openssl
PR: 210952
Submitted by: liangtai.s16@gmail.com (maintainer) |
0.7 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
0.7 09 Jan 2016 09:09:44 |
miwi |
- Update to 0.7
PR: 206013
Submitted by: maintainer |
0.6_1 19 Aug 2015 13:30:00 |
mat |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
0.6_1 09 Jun 2015 14:24:42 |
jbeich |
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 |
0.6_1 14 May 2015 10:15:09 |
mat |
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 |
0.6_1 15 Jan 2015 09:05:38 |
tijl |
Add missing USE_OPENSSL=yes
PR: 195796 |
0.6 20 Nov 2014 16:21:08 |
amdmi3 |
- Update to 0.6
- Switch to USES=autoreconf
- Strip libraries
- While here, add LICENSE_FILE
PR: 195127
Submitted by: liangtai.s16@gmail.com (maintainer) |
0.5_4 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
0.5_4 27 May 2014 20:57:19 |
tijl |
Replace autoreconf in pre-configure with standard USE_AUTOTOOLS. |
0.5_3 27 May 2014 12:39:36 |
marino |
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 |
0.5_2 25 May 2014 20:07:25 |
naddy |
Switch Opus to USES=libtool.
Bump dependent ports. [1]
Approved by: portmgr (implicit) [1] |
0.5_1 25 May 2014 14:43:44 |
naddy |
Switch opusfile to USES=libtool. [1]
Bump dependent ports.
Approved by: maintainer [1] |
0.5 27 Jan 2014 21:21:52 |
makc |
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> |