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: games/gnomekiss/Makefile

Number of commits found: 37

Sunday, 7 Oct 2018
20:25 antoine search for other commits by this committer
Deprecate some GNOME 2 applications

With hat:	portmgr
Original commitRevision:481492 
Monday, 26 Mar 2018
12:38 bapt search for other commits by this committer
Make libgnome and libgnomeui not implying esound dependency

It has been a while both does not depend anymore on esound, before this change
esound dependency was wrongly added to plenty of packages which actually does
not depend on it.

While here:

- audio/glame: remove esound support
- games/monkeybubble: add an explicit dependency on esound
- sysutils/gnome-schedule: add en explicit dependency on pkg-config
- comms/kb: add missing dependency on pkgconfig
- x11-toolkits/libgnomeui:
  * update to 2.4.5
  * use USES=localbase
Original commitRevision:465584 
Thursday, 8 Dec 2016
17:17 tijl search for other commits by this committer
Remove libart_lgpl_2.so.5 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
Original commitRevision:428142 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Tuesday, 12 Jan 2016
16:20 amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Original commitRevision:405891 
Sunday, 14 Dec 2014
21:19 amdmi3 search for other commits by this committer
- Add LICENSE
- Convert gnomehack to USES=pathfix
- Drop @dirrm* from plist
Original commitRevision:374723 
Friday, 12 Dec 2014
17:11 marino search for other commits by this committer
USES+= gettext-tools on 6 ports

These ports require msgfmt.  FreeBSD doesn't fail to build these ports
because a default option on gvfs brings in this tool.  The same gvfs
option is off by default on DragonFly and thus the missing dependencies
were unmasked.  Explicitly add gettext-tools to get msgfmt.
Original commitRevision:374598 
Wednesday, 9 Jul 2014
13:05 vanilla search for other commits by this committer
Stagify.
Original commitRevision:361362 
Saturday, 28 Jun 2014
07:48 antoine search for other commits by this committer
Reset maintainer, email bounces

With hat:	portmgr
Original commitRevision:359668 
Friday, 20 Sep 2013
17:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
Original commitRevision:327730 
Tuesday, 3 Sep 2013
12:13 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:326137 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Friday, 6 Jun 2008
13:31 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Monday, 24 Mar 2008
23:21 miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Original commit
Wednesday, 24 Oct 2007
23:37 marcus search for other commits by this committer
Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Tuesday, 8 Aug 2006
11:47 jmelo search for other commits by this committer
- Update mastersite.
- Update WWW.

PR:             ports/101615
Submitted by:   UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
Original commit
Wednesday, 5 Apr 2006
07:47 pav search for other commits by this committer
- Update to 2.0

PR:             ports/95312
Submitted by:   UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
Original commit
Tuesday, 7 Mar 2006
08:28 ade search for other commits by this committer
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with: kris
Approved by:    portmgr (implicit)
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Saturday, 10 May 2003
06:52 anholt search for other commits by this committer
Update to 1.6.

PR:             ports/52012
Submitted by:   UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
Original commit
Monday, 5 May 2003
06:31 marcus search for other commits by this committer
Add a missing dependency on gnomelibs.

Reported by:    bento
Original commit
Tuesday, 22 Apr 2003
20:01 adamw search for other commits by this committer
Use new GNOME infrastructure.

PR:             51286
Submitted by:   UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
Original commit
Friday, 21 Feb 2003
12:06 knu search for other commits by this committer
De-pkg-comment.
Original commit
Monday, 13 May 2002
14:06 sada search for other commits by this committer
- Upgrade to version 1.4.
- Remove redundant DISTNAME line.
PR:     ports/36255
Submitted by:   maintainer
Original commit
Monday, 3 Dec 2001
03:13 steve search for other commits by this committer
Update to version 1.2.    
Original commit
Sunday, 28 Oct 2001
14:03 sf search for other commits by this committer
update to 1.1.    
Original commit
Monday, 22 Oct 2001
23:00 sf search for other commits by this committer
update to 1.0.    
Original commit
Monday, 13 Aug 2001
13:52 kevlo search for other commits by this committer
Update to version 0.9.1    
Original commit
Wednesday, 1 Aug 2001
17:50 lioux search for other commits by this committer
Update to 0.9    
Original commit
Friday, 29 Jun 2001
15:42 kevlo search for other commits by this committer
Update to version 0.8.1    
Original commit
Monday, 21 May 2001
20:26 alex search for other commits by this committer
Update to 0.8    
Original commit
Saturday, 7 Apr 2001
06:33 will search for other commits by this committer
Add gnomekiss 0.7, the GNOME version of Kisekae Set System.    
Original commit

Number of commits found: 37