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-im/libaccounts-glib/Makefile

Number of commits found: 25

Friday, 5 Jan 2024
12:57 Tobias C. Berner (tcberner) search for other commits by this committer
net-im/libaccounts-glib: update WWW
commit hash: df2349d74a7484eb6eacde5cfee31fcb1103e41a commit hash: df2349d74a7484eb6eacde5cfee31fcb1103e41a commit hash: df2349d74a7484eb6eacde5cfee31fcb1103e41a commit hash: df2349d74a7484eb6eacde5cfee31fcb1103e41a df2349d
Wednesday, 12 Jul 2023
18:56 Felix Palmen (zirias) search for other commits by this committer
bsd.sites.mk: Update all ports using USE_GITLAB

Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c 7d1faa7
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
08:08 Tobias C. Berner (tcberner) search for other commits by this committer
net-im/libaccounts-glib: update to 1.26

- No release notes available
commit hash: 883eec121fb0c0c37e1d3b72a9eeb3d727a5aee5 commit hash: 883eec121fb0c0c37e1d3b72a9eeb3d727a5aee5 commit hash: 883eec121fb0c0c37e1d3b72a9eeb3d727a5aee5 commit hash: 883eec121fb0c0c37e1d3b72a9eeb3d727a5aee5 883eec1
Friday, 26 Aug 2022
17:02 Tobias C. Berner (tcberner) search for other commits by this committer
framework: switch tree to using vala.mk

PR:		249940
commit hash: d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd commit hash: d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd commit hash: d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd commit hash: d9b0d9ac4e6b3fc91eb160e6f884d96354caa9bd d9b0d9a
Thursday, 21 Apr 2022
17:11 Piotr Kubaj (pkubaj) search for other commits by this committer
net-im/libaccounts-glib: remove not necessary CFLAGS_powerpc64
commit hash: 9bac5e56fad7a5978feb877c55eaebf5d613c286 commit hash: 9bac5e56fad7a5978feb877c55eaebf5d613c286 commit hash: 9bac5e56fad7a5978feb877c55eaebf5d613c286 commit hash: 9bac5e56fad7a5978feb877c55eaebf5d613c286 9bac5e5
Sunday, 17 Apr 2022
11:05 Piotr Kubaj (pkubaj) search for other commits by this committer
net-im/libaccounts-glib: drop unnecesary CFLAGS for powerpc64le
commit hash: 75daaee216690930f4a2d5ec678c1c11cd9c4763 commit hash: 75daaee216690930f4a2d5ec678c1c11cd9c4763 commit hash: 75daaee216690930f4a2d5ec678c1c11cd9c4763 commit hash: 75daaee216690930f4a2d5ec678c1c11cd9c4763 75daaee
Sunday, 10 Apr 2022
19:11 Charlie Li (vishwin) search for other commits by this committer
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 d63665f
Saturday, 26 Mar 2022
08:27 Matthias Fechner (mfechner) search for other commits by this committer
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 247c7db
Wednesday, 21 Jul 2021
05:43 Tobias C. Berner (tcberner) search for other commits by this committer
cleanup: remove 'Created by' lines
commit hash: 8653a079ea638cec2ffbcc6b1a15aeed2ff7cd75 commit hash: 8653a079ea638cec2ffbcc6b1a15aeed2ff7cd75 commit hash: 8653a079ea638cec2ffbcc6b1a15aeed2ff7cd75 commit hash: 8653a079ea638cec2ffbcc6b1a15aeed2ff7cd75 8653a07
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, 23 Sep 2020
20:40 linimon search for other commits by this committer
Add -Wno-error in powerpc64le case, similar to powerpc64 case.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:549845 
Saturday, 11 Jul 2020
11:38 tcberner search for other commits by this committer
Update accounts-sso ports

- this fixes for example kio-gdrive
Original commitRevision:541960 
Wednesday, 10 Apr 2019
06:18 antoine search for other commits by this committer
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
Original commitRevision:498530 
Monday, 11 Mar 2019
12:17 adridg search for other commits by this committer
Introduce DOCS option to net-im/libaccounts-glib.

This allows the documentation -- HTML produced through gtkdoc -- to
be removed from the package. It also tightens up the build requirements
a little bit.

Committed with some changes from the submitted patch.

PR:		236257
Submitted by:	rozhuk.im@gmail.com
Original commitRevision:495352 
Thursday, 4 Oct 2018
20:19 tcberner search for other commits by this committer
net-im/libaccounts-glib: fix build on powerpc64

PR:		231916
Submitted by:	Piotr Kubaj  <pkubaj@anongoth.pl>
Original commitRevision:481246 
Sunday, 29 Apr 2018
18:17 tcberner search for other commits by this committer
Switch the accounts-sso ports to USE_GITLAB.

* Due to the different fetch method the distinfo changed.
Original commitRevision:468640 
Wednesday, 13 Dec 2017
16:01 antoine search for other commits by this committer
Fix packaging with python3
Original commitRevision:456216 
Monday, 3 Apr 2017
09:48 rakuco search for other commits by this committer
Fix plist after r437491.

The textproc/gtk-doc update to 1.25 includes upstream commit 3a3d70d24,
which causes gtk-doc to stop generating index.sgml.
Original commitRevision:437609 
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 
Friday, 8 Apr 2016
13:06 rakuco search for other commits by this committer
Update to 1.21.

The project is now hosted on GitLab, which is better than Google Drive from
a porting perspective. We can now drop a few workarounds and patches that
have been upstreamed.

Unfortunately this release is being fetched directly from GitLab and thus we
need to run gtkdocize and autoreconf ourselves as there is no actual release
tarball.

Submitted by:	Tobias Berner <tcberner@gmail.com>
Original commitRevision:412745 
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, 14 Feb 2016
18:57 kwm search for other commits by this committer
The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.

The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/

This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.

GDM is still at version 3.16 due to some issues.

Bump mate-themes to use the gtk 3.18 version of the themes.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:	207006
Original commitRevision:408881 
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, 3 Jul 2015
20:52 rakuco search for other commits by this committer
New port: net-im/libaccounts-glib.

From pkg-descr:

  Accounts and SSO (Single Sign-On) framework for Linux and POSIX based
  platforms.
  WWW: https://code.google.com/p/accounts-sso/

Necessary for the upcoming libaccounts-qt5, which is used in newer versions
of KDE Telepathy.

Submitted by:	Tobias Berner <tcberner@gmail.com> via area51
Original commitRevision:391272 

Number of commits found: 25