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: deskutils/gtg/Makefile

Number of commits found: 41

Tuesday, 28 Jan 2020
21:57 antoine search for other commits by this committer
Deprecate some pygtk2 ports

With hat:	portmgr
Original commitRevision:524518 
Friday, 8 Nov 2019
09:41 tobik search for other commits by this committer
deskutils: Add missing USES={gnome,mate,php}
Original commitRevision:517044 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
16:59 mat search for other commits by this committer
Correctly depend on those Python ports.

- py-qt have their framework
- depending on a single file breaks with multiple flavors.

Sponsored by:	Absolight
Original commitRevision:472882 
Monday, 19 Feb 2018
11:10 antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Original commitRevision:462307 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
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 
Sunday, 19 Oct 2014
08:50 mva search for other commits by this committer
- Convert ports from databases/ and deskutils/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371173 
Friday, 3 Jan 2014
00:46 bapt search for other commits by this committer
Part 1 at removing now useless FETCH_ARGS redifition
Original commitRevision:338511 
Monday, 23 Dec 2013
08:53 rm search for other commits by this committer
- update to 0.3.1
- remove py-configobj dependency (it's now using standard ConfigParser)
- utilize shebangfix
- support staging
- use options helper

changelog:
https://launchpad.net/gtg/+announcement/12191
Original commitRevision:337232 
Friday, 20 Sep 2013
16:21 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils)
Original commitRevision:327718 
Thursday, 18 Jul 2013
10:42 rm search for other commits by this committer
- convert desktopfileutils to USES

Submitted by:	miwi (by mail)
Original commitRevision:323220 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Friday, 9 Nov 2012
09:05 rm search for other commits by this committer
- update to 0.3

release notes:
http://gtg.fritalk.com/post/2012/11/06/Announcing-GTG-0.3%21

Feature safe:	yes
Original commitRevision:307225 
Sunday, 3 Jun 2012
21:27 rm search for other commits by this committer
- convert to optionsNG
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Monday, 13 Feb 2012
19:51 rm search for other commits by this committer
- update to 0.2.9

changes:
http://bazaar.launchpad.net/~gtg/gtg/trunk/view/head:/CHANGELOG
Original commit
Saturday, 3 Dec 2011
05:40 rm search for other commits by this committer
- update to 0.2.5

Approved by:   glarkin (mentor)
Feature safe:  yes
Original commit
Tuesday, 15 Nov 2011
01:34 rm search for other commits by this committer
- add explicit dependency on x11/xset,
  it would fix runtime for x11/xorg-minimal users [1]
- move LICENSE into proper block
- strict python versions (python3 isn't yet supported)
- silence REINPLACE_CMD call
- bump PORTREVISION because of dependencies change

Reported by:   vit shatsillo <vit.shatsillo at gmail.com> ([1] via mail)
Approved by:   novel (mentor)
Feature safe:  yes
Original commit
Thursday, 10 Nov 2011
22:20 rm search for other commits by this committer
Change email for my ports to FreeBSD one.

Approved by:    novel (mentor)
Feature safe:   yes
Original commit
Thursday, 17 Mar 2011
17:25 miwi search for other commits by this committer
- Fix dependency
- Cleanup a bit

PR:             154914
Submitted by:   maintainer
Original commit
Friday, 7 Jan 2011
00:11 wen search for other commits by this committer
- Fix plist

Reported by:    QAT@
Submitted by:   cvs-src@yandex.ru (maintainer, via email)
Original commit
Wednesday, 5 Jan 2011
07:12 wen search for other commits by this committer
- Add missing RUN_DEPENDS

PR:             ports/153432
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Monday, 19 Apr 2010
09:21 wen search for other commits by this committer
- Update to 0.2.4

PR:             ports/145811
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
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
Saturday, 6 Mar 2010
19:35 amdmi3 search for other commits by this committer
- Update to 0.2.2

PR:             144413
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
Feature safe:   yes
Original commit
Saturday, 13 Feb 2010
14:38 lwhsu search for other commits by this committer
- Fix some portlint warnings
- Add dependency (default off) on devel/py-cheetah (it is needed for export
plugin)
- Bump PORTREVISION

PR:             ports/143845
Submitted by:   Ruslan Mahmatkhanov <cvs-src AT yandex.ru> (maintainer)
Original commit
Thursday, 11 Feb 2010
20:09 pgollucci search for other commits by this committer
- Update to 0.2.1

PR:             ports/143411
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Sunday, 13 Dec 2009
14:56 amdmi3 search for other commits by this committer
- Update to 0.2

PR:             141428
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
Original commit
Friday, 11 Dec 2009
02:22 amdmi3 search for other commits by this committer
- Update to 0.1.99

PR:             141349
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
Original commit
Monday, 26 Oct 2009
14:33 pav search for other commits by this committer
- Fix code that does already-running check

PR:             ports/139827
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
Original commit
Monday, 14 Sep 2009
07:53 miwi search for other commits by this committer
- Fix dependency
- Remove stale mirror
- Fix plist

PR:             138805
Submitted by:   "R.Mahmatkhanov" <cvs-src@yandex.ru> (maintainer)
Reported by:    pointyhat
Original commit
Friday, 11 Sep 2009
09:42 arved search for other commits by this committer
Update to 0.1.2

PR:             138702
Submitted by:   maintainer
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
Wednesday, 17 Jun 2009
19:20 amdmi3 search for other commits by this committer
- Fix localization
- Bump portrevision
- While here, make it respect PREFIX

PR:             135661
Submitted by:   "R.Mahmatkhanov" <cvs-src@yandex.ru> (maintainer)
Original commit
Thursday, 9 Apr 2009
12:53 amdmi3 search for other commits by this committer
- Fix fetch by removing -A from FETCH_ARGS.

Reported by:    QAT, maintainer
Original commit
02:59 amdmi3 search for other commits by this committer
- Update to 0.1.1

PR:             133472
Submitted by:   "R.Mahmatkhanov" <cvs-src at yandex dot ru> (maintainer)
Original commit
Monday, 16 Mar 2009
22:36 miwi search for other commits by this committer
- Add backup mirror
Original commit
21:11 miwi search for other commits by this committer
GTG is a personal organizer for the GNOME desktop environment,
it focuses on ease of use and flexibility, while keeping things
simple.

WWW: http://gtg.fritalk.com/

PR:             ports/132676
Submitted by:   Ruslan Mahmatkhanov <cvs-src at yandex.ru>
Original commit

Number of commits found: 41