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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: devel/py-gdata/Makefile

Number of commits found: 52

Saturday, 15 Aug 2020
23:23 swills search for other commits by this committer
devel/py-gdata: Mark DEPRECATED (unmaintained upstream)

PR:		248303
Submitted by:	John W. O'Brien <john@saltant.com>
Original commitRevision:545082 
Tuesday, 9 Apr 2019
19:06 sunpoet search for other commits by this committer
Add NO_ARCH
Original commitRevision:498506 
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 
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 
Sunday, 19 Mar 2017
16:11 rm search for other commits by this committer
Pass maintainership to python@
Original commitRevision:436503 
14:02 rene search for other commits by this committer
Take in olivierd@'s commit bit on his request.

Submitted by:	olivierd@
With hat:	portmgr-secretary
Original commitRevision:436494 
Saturday, 24 Dec 2016
16:55 sunpoet search for other commits by this committer
- Change MASTER_SITES to CHEESESHOP and unbreak this port
- Convert to options helper
- Convert to options target helper
- Use USE_PYTHON=autoplist [1]
- Remove PROJECTHOST
- Update WWW
- While I'm here, fix indent

Approved by:	portmgr (blanket)
With hat:	python [1]
MFH:		2016Q4
Original commitRevision:429374 
Wednesday, 14 Sep 2016
15:59 mat search for other commits by this committer
GOOGLE_CODE has gone away.

- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
Original commitRevision:422140 
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 
Monday, 17 Aug 2015
14:20 mat search for other commits by this committer
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
Original commitRevision:394508 
Friday, 29 Aug 2014
20:57 olivierd search for other commits by this committer
- Convert my own Python ports to USES= python
Original commitRevision:366562 
Tuesday, 15 Jul 2014
17:52 adamw search for other commits by this committer
Add EXAMPLES to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MEXAMPLES.
Original commitRevision:361989 
Friday, 24 Jan 2014
13:34 olivierd search for other commits by this committer
Convert my own Python ports to:
- STAGEDIR
- Replace USE_PYDISTUTILS= easy_install by USE_PYDISTUTILS= yes

While I'm here
- Use PYDISTUTILS_AUTOPLIST
- Adjust or add LICENSE
Original commitRevision:340894 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Original commitRevision:339634 
Monday, 30 Dec 2013
20:55 ohauer search for other commits by this committer
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
Original commitRevision:338168 
Friday, 20 Sep 2013
17:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Original commitRevision:327724 
Sunday, 16 Jun 2013
16:26 rm search for other commits by this committer
- update to 2.0.18
- apply all the patches unconditionally (we have no pythons less than 2.6)
- avoid PYTHON_SITELIBDIR usage
- tab -> space change in pkg-descr:WWW

PR:		179609
Submitted by:	rm (myself)
Approved by:	olivierd (maintainer)
Original commitRevision:321058 
Monday, 15 Oct 2012
17:06 olivierd search for other commits by this committer
- Convert to OptionsNG

While here
- Update maintainer address
- Trim Makefile headers

Approved by:	rene, miwi (mentors)
Feature safe:	yes
Original commitRevision:305925 
Wednesday, 16 May 2012
07:35 miwi search for other commits by this committer
- Update to 2.0.17

PR:             167607
Submitted by:   maintainer
Original commit
Wednesday, 11 Jan 2012
17:45 culot search for other commits by this committer
- Update to 2.0.16

Changes:       
http://code.google.com/p/gdata-python-client/source/browse/RELEASE_NOTES.txt
PR:             ports/164009
Submitted by:   ychsiao <ychsiao@ychsiao.org>
Approved by:    Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
Original commit
Monday, 9 Jan 2012
15:41 tabthorpe search for other commits by this committer
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:             ports/163521
Submitted by:   Pedro Giffuni <pfg apache.org>
Hat:            portmgr
Exp run by:     pav
Original commit
Monday, 7 Nov 2011
03:36 sunpoet search for other commits by this committer
- Update to 2.0.15
- While I'm here, restrict USE_PYTHON range and pet portlint

Changes:       
http://code.google.com/p/gdata-python-client/source/browse/RELEASE_NOTES.txt
PR:             ports/162310
Submitted by:   Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
Original commit
Monday, 9 May 2011
13:11 sahil search for other commits by this committer
- Update to 2.0.14

PR:             ports/156878
Submitted by:   Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
Original commit
Friday, 25 Feb 2011
10:59 miwi search for other commits by this committer
- Remove PYTHON_REL < 250, since USE_PYTHON 2.5+
Original commit
Sunday, 2 Jan 2011
19:22 sunpoet search for other commits by this committer
- Update to 2.0.13

Changes:       
http://code.google.com/p/gdata-python-client/source/browse/RELEASE_NOTES.txt
PR:             ports/153603
Submitted by:   Olivier Duchateau <duchateau.olivier@gmail.com> (maintainer)
Original commit
Friday, 8 Oct 2010
17:01 sunpoet search for other commits by this committer
- Update to 2.0.12
- Use PORTVERSION

PR:             ports/151249
Submitted by:   Olivier DUCHATEAU <duchateau.olivier@gmail.com> (maintainer)
Approved by:    pgollucci (mentor)
Original commit
Sunday, 1 Aug 2010
16:50 lwhsu search for other commits by this committer
- Update to 2.0.11.final

PR:             ports/149163
Submitted by:   Olivier Duchateau <duchateau.olivier AT gmail.com> (maintainer)
Original commit
Saturday, 22 May 2010
15:49 lwhsu search for other commits by this committer
- Update to 2.0.10

PR:             ports/146825
Submitted by:   Olivier Duchateau <duchateau.olivier AT gmail.com> (maintainer)
Original commit
Sunday, 4 Apr 2010
06:43 lwhsu search for other commits by this committer
- Update to 2.0.9

PR:             ports/144740
Submitted by:   Yuan-Chung Hsiao <ychsiao AT ychsiao.org>
Approved by:    maintainer timeout
Original commit
Friday, 12 Feb 2010
11:40 lwhsu search for other commits by this committer
- Update to 2.0.7
- Trans maintainership to submitter

PR:             ports/143691
Submitted by:   Olivier Duchateau <duchateau.olivier AT gmail.com>
Original commit
Thursday, 7 Jan 2010
03:11 lwhsu search for other commits by this committer
- Update to 2.0.6

PR:             ports/142265
Submitted by:   Olivier Duchateau <duchateau.olivier AT gmail.com>
Original commit
Saturday, 12 Dec 2009
07:26 lwhsu search for other commits by this committer
- Update to 2.0.5

PR:             ports/141250 (based on)
Submitted by:   Olivier Duchateau <duchateau.olivier AT gmail.com>
Original commit
Saturday, 21 Nov 2009
07:50 lwhsu search for other commits by this committer
- Update to 2.0.4

PR:             ports/140395
Submitted by:   Olivier Duchateau <duchateau.olivier AT gmail.com>
Original commit
Wednesday, 1 Jul 2009
15:15 lwhsu search for other commits by this committer
- Update to 2.0.0
Original commit
Monday, 29 Jun 2009
12:25 lwhsu search for other commits by this committer
- Update to 1.3.3
Original commit
Tuesday, 12 May 2009
13:40 lwhsu search for other commits by this committer
- Update to 1.3.1

PR:             ports/134469 (based on)
Submitted by:   Olivier Duchateau <duchateau.olivier AT gmail.com>
Original commit
Thursday, 16 Oct 2008
05:00 lwhsu search for other commits by this committer
- Update to 1.2.2

PR:             ports/128135
Submitted by:   Wen Heping <wenheping AT gmail.com>
Original commit
Wednesday, 24 Sep 2008
04:18 lwhsu search for other commits by this committer
- Update to 1.2.1
Original commit
Sunday, 15 Jun 2008
06:28 lwhsu search for other commits by this committer
- Update to 1.1.1
Original commit
Thursday, 8 May 2008
20:46 lwhsu search for other commits by this committer
- Update to 1.0.13
Original commit
Tuesday, 8 Apr 2008
09:28 lwhsu search for other commits by this committer
- Update to 1.0.11.1
Original commit
Thursday, 13 Mar 2008
11:27 edwin search for other commits by this committer
Chase change in bsd.sites.mk to support MASTER_SITES on googlecode.com
where the portname does not match the projects hostname.

PR:             ports/121453 (related)
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Reviewed by:    pav@
Original commit
Tuesday, 11 Mar 2008
02:17 lwhsu search for other commits by this committer
- Update to 1.0.11
Original commit
Thursday, 13 Dec 2007
05:46 lwhsu search for other commits by this committer
- Update to 1.0.9
Original commit
Tuesday, 2 Oct 2007
02:52 lwhsu search for other commits by this committer
- Update to 1.0.8

PR:             ports/116802
Submitted by:   ijliao
Original commit
Saturday, 4 Aug 2007
11:41 gabor search for other commits by this committer
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
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
Friday, 22 Jun 2007
07:33 lwhsu search for other commits by this committer
- Remove test code

Noticed by:     sat
Original commit
06:21 lwhsu search for other commits by this committer
- Update to 1.0.3
- Respect NOPORTEXAMPLES
Original commit
Wednesday, 4 Apr 2007
08:49 lwhsu search for other commits by this committer
- Change to my FreeBSD.org email

Approved by:     clsung (mentor)
Original commit
Wednesday, 28 Mar 2007
07:45 miwi search for other commits by this committer
The Google Data APIs (GData) provide a simple protocol for reading and
writing data on the web.

Each of the following Google services provides a Google data API:

    * Base
    * Blogger
    * Calendar
    * Picasa Web Albums
    * Spreadsheets
    * Google Apps Provisioning
    * Code Search
    * Notebook

The GData Python Client Library provides a library and source code that
make it easy to access data through Google Data APIs.

WWW:    http://code.google.com/p/gdata-python-client/

PR:             ports/110958
Submitted by:   Li-Wen Hsu <lwhsu at lwhsu.org>
Original commit

Number of commits found: 52