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: graphics/py-gd/Makefile

Number of commits found: 45

Thursday, 26 Dec 2019
07:54 antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
Original commitRevision:520894 
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 
Wednesday, 20 Jul 2016
09:33 dinoex search for other commits by this committer
- update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR:		210913
Submitted by:	Piotr Kubaj
MFH:		2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
Original commitRevision:418829 
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, 8 Dec 2015
13:55 vanilla search for other commits by this committer
Upgrade to 0.59.
Original commitRevision:403270 
Friday, 13 Mar 2015
13:21 amdmi3 search for other commits by this committer
- Strip library
Original commitRevision:381186 
Tuesday, 21 Oct 2014
16:36 mva search for other commits by this committer
- Convert ports of graphics/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371326 
Friday, 27 Dec 2013
17:35 wg search for other commits by this committer
graphics/py-gd: support staging
Original commitRevision:337762 
Friday, 20 Sep 2013
18:35 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Original commitRevision:327733 
Friday, 9 Aug 2013
14:05 dinoex search for other commits by this committer
- update libdg to 2.1.0
Original commitRevision:324437 
Monday, 27 May 2013
14:28 miwi search for other commits by this committer
- Update to 0.58

PR:		178872
Submitted by:	Ports Fury
Original commitRevision:319249 
Monday, 20 May 2013
08:52 miwi search for other commits by this committer
- Update MASTER_SITES
- Support PORTEXAMPLES

PR:		178575
Submitted by:	Ports Fury
Original commitRevision:318584 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Sunday, 23 May 2010
21:16 linimon search for other commits by this committer
Reset perky@FreeBSD.org due to maintainer-timeouts and no response
to email.

Hat:            portmgr
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
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Monday, 24 Mar 2008
13:03 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
Monday, 30 Jul 2007
09:42 alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
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
Monday, 12 Feb 2007
12:22 perky search for other commits by this committer
Correct dependency to a X library for WITHOUT_X11 option.

PR:             108778
Submitted by:   D'Arcy J.M.Cain <darcy@dilbert.druid.net>
Original commit
Sunday, 7 May 2006
23:46 edwin search for other commits by this committer
Remove USE_REINPLACE for categories starting with a G
Original commit
Sunday, 20 Mar 2005
17:55 perky search for other commits by this committer
Update to 0.56.
Original commit
Saturday, 5 Mar 2005
02:17 perky search for other commits by this committer
Update to 0.54
Original commit
Friday, 11 Jun 2004
05:56 perky search for other commits by this committer
Update to 0.53.
Original commit
Sunday, 7 Mar 2004
02:20 perky search for other commits by this committer
Fix NO_SIZE to DISABLE_SIZE.

Pointed out by: Jason Harris <jharris@widomaker.com>
Original commit
Saturday, 6 Mar 2004
12:44 perky search for other commits by this committer
Don't check size of distfile because site isn't giving Content-length
info.

Submitted by:   Ion-Mihai Tetcu <itetcu@apropo.ro>
Original commit
Thursday, 4 Mar 2004
07:27 perky search for other commits by this committer
Update to 0.52
Original commit
Thursday, 16 Oct 2003
05:03 perky search for other commits by this committer
Enable WITHOUT_X11 knob.

Suggested by:   Neil Darlow <neil@darlow.co.uk>
Original commit
Saturday, 27 Sep 2003
16:13 perky search for other commits by this committer
Update to 0.51
Original commit
Monday, 18 Aug 2003
16:15 nork search for other commits by this committer
o Main modification
  graphics/gd(based on 1.8.4)    -> graphics/gd1
  graphics/gd2(based on 2.0.15)  -> graphics/gd
  graphics/p5-GD(based on 1.41)  -> graphics/p5-GD1
  graphics/p5-GD2(based on 2.07) -> graphics/p5-GD
  japanese/gd                    -> japanese/gd1
  japanese/gd2                   -> japanese/gd
o Include some feature
  WITH_XPM(w/, w/o WITHOUT_X11)
o Chase this modification
o Fix build error [1]

PR:             ports/54540
Submitted by:   Ports Fury
Approved by:    maintainer (blanket)
Reported by:    bento via kris [1]
Original commit
Thursday, 31 Jul 2003
20:58 perky search for other commits by this committer
Update to 0.42
Original commit
Friday, 11 Jul 2003
18:16 nork search for other commits by this committer
o Change library name from libgd to libgd1.
o Do not install everything except headers and libraries
  (to avoid conflicting with graphics/gd2)
o Fix dependency on new libgd1(for many ports).

PR:             ports/54100
Submitted by:   Ports Fury
Original commit
Tuesday, 25 Feb 2003
06:25 perky search for other commits by this committer
De-pkg-comment for my ports.
Original commit
Saturday, 12 Oct 2002
09:57 perky search for other commits by this committer
Update to 0.40
Original commit
Tuesday, 23 Jul 2002
20:39 perky search for other commits by this committer
Update to 0.30
Original commit
Tuesday, 25 Jun 2002
19:19 perky search for other commits by this committer
Use REINPLACE_CMD as well as USE_REINPLACE
Original commit
07:50 perky search for other commits by this committer
Updating my email address.

Approved by: cjh (mentor)
Original commit
Thursday, 23 May 2002
22:22 pat search for other commits by this committer
back out commit made comparing OSVERSION and use sed(1) to workaround perl
on current issue. gotta back it out sooner or later.

/me puts on pointy hat

Requested by:   many
Original commit
00:32 pat search for other commits by this committer
Fix ports for building with -current without perl

PR:             38359
Submitted by:   maintainer
Original commit
Saturday, 4 May 2002
18:12 pat search for other commits by this committer
Make LOCALBASE, X11BASE safe

PR:             37084
Submitted by:   maintainer
Original commit
Thursday, 14 Mar 2002
08:59 sobomax search for other commits by this committer
This port doesn't really need USE_FREETYPE.
Original commit
07:30 sobomax search for other commits by this committer
LIB_DEPENDS=ttf.4[...] --> USE_FREETYPE=yes
Original commit
Saturday, 22 Dec 2001
13:11 kevlo search for other commits by this committer
Initial import of py-gd 0.26.    
Original commit

Number of commits found: 45