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/corebird/Makefile

Number of commits found: 33

Friday, 8 Nov 2019
13:34 tobik search for other commits by this committer
net-im: Add missing USES={gnome,xorg}
Original commitRevision:517063 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Original commitRevision:475857 
Friday, 2 Mar 2018
13:34 cpm search for other commits by this committer
net-im/corebird: Update to 1.7.4

Changelog: https://github.com/baedert/corebird/releases/tag/1.7.4
Original commitRevision:463397 
Wednesday, 24 Jan 2018
10:17 cpm search for other commits by this committer
net-im/corebird: Update to 1.7.3

- Drop librest because is no longer a dependency
- Add DEBUG option
- Pet portlint, USE_* comes before USES

Changelog: https://github.com/baedert/corebird/releases/tag/1.7.3

PR:		221942
Original commitRevision:459825 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Saturday, 22 Jul 2017
11:35 kwm search for other commits by this committer
Update GStreamer1 ports to 1.12.2.

Rework the adding of dependancies in Mk/bsd.gstreamer.mk.
Previous when using USE_GSTREAMER[1] it would just add the request modules to
BUILD/RUN_DEPENDS. This caused the qa script to complain because the old code
didn't implicit depend on the gstreamer1 and gstreamer1-plugins[-bad] ports for
the libraries they carried, even if they where present via the plugins! The new
code adds implicit depends on these ports so USE_GSTREAMER[1] using ports have
all the libraries included.

* The mad mp3 plugin was removed, mpg123 plugin also provides mp3 decoding.
Switch over ports that used the gstreamer1 mad plugin.
* gtksink plugin renamed -> gtk
* Hook up the sndio plugin into the framework
* Add some indirect dependacies where needed
* Reorder the plugin list in bsd.gstreamer.mk so only one plugin per line. When
changing plugins it doesn't result in multiple lines being changed.
* Remove mentions in bsd.gstreamer.mk of plugins mentions that where removed.
* Depend on libunwind on i386/amd64, GStreamer links to it if it is present.

PR:		220753
Exp-run by:	antoine@
Original commitRevision:446388 
Saturday, 8 Jul 2017
17:00 cpm search for other commits by this committer
- Update to 1.5.1
- Use REINPLACE_CMD instead of patch files
- Remove unneeded patch
- Cosmetic change
- Update WWW in pkg-descr

Changelog: https://github.com/baedert/corebird/releases/tag/1.5.1
Original commitRevision:445343 
Tuesday, 20 Jun 2017
20:41 cpm search for other commits by this committer
- Fix build on powerpc64 adding compiler:c++11-lang feature to USES
- Bump PORTREVISION

Reported by:	linimon
Original commitRevision:444002 
Friday, 2 Jun 2017
15:49 linimon search for other commits by this committer
Mark some ports failing on powerpc64.  These ports are either new
ports, or had been recently unblocked.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:442405 
Friday, 19 May 2017
12:25 cpm search for other commits by this committer
- Enable spellchecking support
- Bump PORTREVISION
Original commitRevision:441222 
Thursday, 4 May 2017
00:43 cpm search for other commits by this committer
- Update to 1.5
- Regenerate patches with make makepatch

Changelog: https://github.com/baedert/corebird/releases/tag/1.5
Original commitRevision:440073 
Tuesday, 25 Apr 2017
08:20 riggs search for other commits by this committer
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Original commitRevision:439367 
Thursday, 23 Mar 2017
09:32 cpm search for other commits by this committer
net-im/corebird: fix play videos with https links

- Add dependency on devel/gstreamer1-plugins-soup
- Bump PORTREVISION

PR:		217971
Submitted by:	Christopher Hall <hsw@bitmark.com>
Original commitRevision:436761 
Wednesday, 1 Feb 2017
13:30 cpm search for other commits by this committer
- Re-add NLS option
- Bump PORTREVISION

Reported by:	tijl
Original commitRevision:433034 
13:10 cpm search for other commits by this committer
- Update to 1.4.2
- Record missing dependencies
- Remove the NLS option because --disable/enable-nls had no effect (binary still
linked to libintl.so.8)

Changes: https://github.com/baedert/corebird/releases/tag/1.4.2
Original commitRevision:433031 
Tuesday, 10 Jan 2017
23:55 cpm search for other commits by this committer
- Update to 1.4.1
- Remove USES=compiler:c++11-lang after FreeBSD 9 EOL
- Disable spellchecking which depends on gspell >= 1.0.x

Changelog:
  https://github.com/baedert/corebird/releases/tag/1.4.1
Original commitRevision:431146 
Saturday, 8 Oct 2016
19:26 cpm search for other commits by this committer
- Update to 1.3.3
- Add NLS option
- Remove pre-configure target

Changelog:
  https://github.com/baedert/corebird/releases/tag/1.3.3

Approved by:	amdmi3 (mentor)
Differential Revision:	D8164
Original commitRevision:423533 
Wednesday, 5 Oct 2016
14:44 cpm search for other commits by this committer
- Update corebird to 1.3.2

Changelog:
  https://github.com/baedert/corebird/releases/tag/1.3.2

Approved by:	feld (mentor)
Differential Revision:	D8035
Original commitRevision:423346 
Thursday, 15 Sep 2016
17:56 cpm search for other commits by this committer
- Update corebird to 1.3.1 release
- Add GSTREAMER_USE=hls dependency
- Line up options block
- Silence all three explicitly called commands

Changelog:
  https://github.com/baedert/corebird/releases/tag/1.3.1

Reviewed by:	amdmi3 (mentor)
Approved by:	amdmi3 (mentor)
Differential Revision:	D7800
Original commitRevision:422218 
Wednesday, 3 Aug 2016
11:01 cpm search for other commits by this committer
- Update corebird to 1.3 release
- Remove unneeded patches
- Drop libgee dependency
- Add USES=compiler:c++11-lang

Changelog:
  https://github.com/baedert/corebird/releases/tag/1.3

Reviewed by:	feld, junovitch (mentors)
Approved by:	feld, junovitch (mentors)
Differential Revision:	D7392
Original commitRevision:419507 
Saturday, 21 May 2016
23:32 cpm search for other commits by this committer
- Update to 1.2.2

Changelog:
  https://github.com/baedert/corebird/releases/tag/1.2.2

Reviewed by:	junovitch (mentor)
Approved by:	junovitch (mentor)
Differential Revision:	D6485
Original commitRevision:415613 
Friday, 13 May 2016
02:59 cpm search for other commits by this committer
- Update to 1.2.1
- Change LICENSE since support has been added for "or later" variants of GNU
licenses
- Add LICENSE_FILE

Changelog:
  https://github.com/baedert/corebird/releases/tag/1.2.1

Reviewed by:	amdmi3, junovitch (mentors)
Approved by:	amdmi3, junovitch (mentors)
Differential Revision:	D6322
Original commitRevision:415094 
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 
Friday, 4 Mar 2016
02:51 cpm search for other commits by this committer
- Update to 1.2 release
- Add GSTREAMER1=gtksink as dependency.
- Update MAINTAINER to my @FreeBSD.org address

Changelog: https://github.com/baedert/corebird/releases/tag/1.2

PR:		207639
Approved by:	junovitch (mentor)
Original commitRevision:410078 
Sunday, 10 Jan 2016
16:31 bapt search for other commits by this committer
Convert ports from s* t* and net* categories to USES=sqlite and USES=firebird
Original commitRevision:405719 
Wednesday, 7 Oct 2015
19:46 olivierd search for other commits by this committer
- Update to 1.1 [1]
- Remove GSTREAMER_DESC (description is already in Mk/bsd.options.desc.mk)
- Rewrite options helper

Changelog: https://github.com/baedert/corebird/releases/tag/1.1

PR:		203612 [1]
Submitted by:	Carlos Puga Medina (maintainer)
Original commitRevision:398784 
Friday, 14 Aug 2015
19:13 olivierd search for other commits by this committer
Update to 1.0.1

PR:		202238
Submitted by:	Carlos Puga Medina (maintainer)
Original commitRevision:394252 
Thursday, 28 May 2015
14:27 mat search for other commits by this committer
Fix USE_GITHUB usage.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:387737 
Monday, 30 Mar 2015
19:47 pi search for other commits by this committer
net-im/corebird: 0.9 -> 1.0

- Update to 1.0
- Convert to new USE_GITHUB usage and remove deprecated GH_COMMIT
- Remove unnedeed patches.

Changes: https://github.com/baedert/corebird/releases/tag/1.0

PR:		199041
Submitted by:	Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
Original commitRevision:382719 
Thursday, 19 Mar 2015
16:44 bdrewery search for other commits by this committer
Update USE_GITHUB so it does not require GH_COMMIT.

Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
Original commitRevision:381618 
Tuesday, 3 Mar 2015
18:59 pi search for other commits by this committer
New port: net-im/corebird

Corebird is a native GTK3 Twitter client that provides features
such as Direct Messages (DMs), Tweet notifications.

WWW: http://corebird.baedert.org/

PR:		197530
Submitted by:	Carlos Jacobo Puga Medina <cpm@fbsd.es>
Reviewed by:	tijl, olivierd, thierry
Original commitRevision:380390 

Number of commits found: 33