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/gogglesmm/distinfo

Number of commits found: 30

Sunday, 4 Feb 2024
00:03 Jason E. Hale (jhale) search for other commits by this committer
audio/gogglesmm: Update to 1.2.5

Changes:
- taglib: add support for taglib 2.0 [1]
- ui: update FOX to 1.7.83 (already addressed locally)
- ui: remove workaround for buggy window behaviour under wayland gnome
introduced in 1.2.4

https://github.com/gogglesmm/gogglesmm/releases/tag/1.2.5

PR:		276677 [1]
commit hash: 332680fcb2d9804c5ac02f2669dd080afd40fb53 commit hash: 332680fcb2d9804c5ac02f2669dd080afd40fb53 commit hash: 332680fcb2d9804c5ac02f2669dd080afd40fb53 commit hash: 332680fcb2d9804c5ac02f2669dd080afd40fb53 332680f
Saturday, 17 Jun 2023
04:40 Jason E. Hale (jhale) search for other commits by this committer
audio/gogglesmm: Fix build with FOX >= 1.7.83

Obtained from:	upstream
commit hash: f116d0187ab34b0347f3be5ac78c7ab287c8802d commit hash: f116d0187ab34b0347f3be5ac78c7ab287c8802d commit hash: f116d0187ab34b0347f3be5ac78c7ab287c8802d commit hash: f116d0187ab34b0347f3be5ac78c7ab287c8802d f116d01
Wednesday, 14 Jun 2023
15:50 Jason E. Hale (jhale) search for other commits by this committer
audio/gogglesmm: Update to 1.2.4

https://github.com/gogglesmm/gogglesmm/releases/tag/1.2.4
commit hash: bfc938fcf3976a4ed565ded06e0106ecca1585a0 commit hash: bfc938fcf3976a4ed565ded06e0106ecca1585a0 commit hash: bfc938fcf3976a4ed565ded06e0106ecca1585a0 commit hash: bfc938fcf3976a4ed565ded06e0106ecca1585a0 bfc938f
Wednesday, 3 May 2023
03:29 Jason E. Hale (jhale) search for other commits by this committer
audio/gogglesmm: Update to 1.2.3

https://github.com/gogglesmm/gogglesmm/releases/tag/1.2.3
commit hash: af126b7f5ab438373b1b66656859870f6958036a commit hash: af126b7f5ab438373b1b66656859870f6958036a commit hash: af126b7f5ab438373b1b66656859870f6958036a commit hash: af126b7f5ab438373b1b66656859870f6958036a af126b7
Tuesday, 12 Jan 2021
15:02 jhale search for other commits by this committer
audio/gogglesmm: Update to 1.2.2
Original commitRevision:561342 
Wednesday, 1 Aug 2018
20:39 jhale search for other commits by this committer
Update to 1.2.1
Order Makefile a little better
Original commitRevision:476199 
Friday, 27 Jul 2018
21:17 jhale search for other commits by this committer
Update to 1.2.0
Original commitRevision:475466 
Tuesday, 1 Aug 2017
08:29 jhale search for other commits by this committer
Update to 1.1.9
Original commitRevision:447011 
Thursday, 6 Apr 2017
22:28 jhale search for other commits by this committer
Update to 1.1.7

Changes:	https://github.com/gogglesmm/gogglesmm/compare/1.1.5...1.1.7
Original commitRevision:437907 
Thursday, 5 Jan 2017
22:43 jhale search for other commits by this committer
Update to 1.1.5

Changes:	https://github.com/gogglesmm/gogglesmm/compare/1.1.4...1.1.5
Original commitRevision:430668 
Sunday, 25 Dec 2016
13:13 jhale search for other commits by this committer
- Update to 1.1.4
- Convert to CMAKE_BOOL
- Simplify DOCS installation
Original commitRevision:429418 
Monday, 21 Nov 2016
21:43 jhale search for other commits by this committer
Update to 1.1.3
Build system converted to CMake
Take maintainership
Original commitRevision:426760 
Friday, 12 Feb 2016
09:59 miwi search for other commits by this committer
- Update to 1.0.12
- Convert USE_SQLITE to uses

PR:		206890
Submitted by:	ports fury
Original commitRevision:408710 
Wednesday, 6 Jan 2016
06:22 miwi search for other commits by this committer
- Update to 1.0.9

PR:		205888
Submitted by:	ports fury
Original commitRevision:405334 
Sunday, 4 Oct 2015
17:26 riggs search for other commits by this committer
Update to upstream version 1.0.7, fix vorbis decoder handling

PR:		203240
Submitted by:	tkato432@yahoo.com
Reviewed by:	riggs
Original commitRevision:398584 
Tuesday, 28 Apr 2015
18:44 bdrewery search for other commits by this committer
USE_GITHUB: For the new support, fix DISTNAME to be more consistent.

When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in
it. When not using GH_TAGNAME it would not have this. Now both cases
will add in the GH_PROJECT and GH_ACCOUNT.

Add special care to ensure that the DISTVERSION is not added in twice. If
a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For
that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used.

empty() is used rather than (!defined || !${}) to support fmake.

The purpose of setting DISTNAME at all in these cases is to make it more clear
that the distfile is from *GITHUB* and to avoid collisions if a project were
to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there
are real risks that collisions on filenames would happen on renamed or moved
projects, which is fairly common. A GITHUB-generated file may not match
a custom-rolled or git-archive-rolled distfile.

PR:		199069
With hat:	portmgr
Testing done:	All USE_GITHUB ports without GH_COMMIT were
checksum/fetch/extract/WRKSRC tested.
Original commitRevision:384932 
Thursday, 19 Mar 2015
20:45 bdrewery search for other commits by this committer
Fix renamed distfiles missed in r381688. Also fix the GHR ports updated in
r381648 which were expecting DISTVERSIONPREFIX/SUFFIX to be used in the
tag fetched from github by defaulting GH_TAGNAME to the same value
as DISTVERSION would get by only when GH_COMMIT is not set (when using the
new scheme).

With hat:	portmgr
Original commitRevision:381689 
Tuesday, 3 Feb 2015
14:35 bapt search for other commits by this committer
Take back maintainership
Let compiler.mk properly handle the choice of compiler used. (this fixes an
issue on FreeBSD 10.0)
Update to 0.14.2
Original commitRevision:378352 
Monday, 27 Oct 2014
18:34 riggs search for other commits by this committer
- Update to upstream version 0.14.0 [1]
- Depend on dbus (build without it is broken) [2]
- USE_LDCONFIG [2]
- Use PORTDOCS, simplify pkg-plist, pet portlint [2]

PR:		194492
Submitted by:	tkato432@yahoo.com [1]
Reviewed by:	riggs [2]
Original commitRevision:371599 
Tuesday, 16 Sep 2014
21:49 marino search for other commits by this committer
audio/gogglesmm: Upgrade version 0.13.2 => 0.13.3

PR:		193154
Submitted by:	Ports Fury
Original commitRevision:368349 
Wednesday, 27 Aug 2014
12:53 wg search for other commits by this committer
audio/gogglesmm: update to 0.13.2

PR:		193024
Submitted by:	Ports Fury
Original commitRevision:366320 
Sunday, 16 Dec 2012
16:35 bapt search for other commits by this committer
Update to 0.12.7
Trim headers
Original commitRevision:309026 
Tuesday, 10 Jan 2012
11:30 bapt search for other commits by this committer
- update to 0.12.6
Original commit
Thursday, 8 Dec 2011
16:57 bapt search for other commits by this committer
- update to 0.12.5

Feature safe:   yes
Original commit
Wednesday, 2 Nov 2011
14:09 bapt search for other commits by this committer
Upgrade to 0.12.4
Original commit
Tuesday, 4 Oct 2011
07:02 bapt search for other commits by this committer
upgrade to 0.12.3
Original commit
Sunday, 10 Jul 2011
21:12 bapt search for other commits by this committer
- update to 0.12.2
- fix build with custom prefix
Original commit
Sunday, 13 Mar 2011
18:17 bapt search for other commits by this committer
 upgrade to 0.12.1
Original commit
Wednesday, 17 Nov 2010
10:47 bapt search for other commits by this committer
- update to 0.11.5
- workaround a collision betwwen PACKAGES from ports framework dans PACKAGES in
configure scripts
- workaround GNUism install install(1) usage
Original commit
Tuesday, 24 Aug 2010
15:07 bapt search for other commits by this committer
Force commit to note repocopy from audio/gmm to audio/gogglesmm

Repocopy by:    marcus
Approved by:    tabthorpe (co-mentor)
Original commit

Number of commits found: 30