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: lang/python-doc-html/distinfo

Number of commits found: 160 (showing only 60 on this page)

«  1 | 2 

Tuesday, 3 Apr 2018
09:46 sunpoet search for other commits by this committer
Update to 3.6.5

Changes:	https://docs.python.org/3.6/whatsnew/changelog.html
PR:		227090
Exp-run by:	antoine
Original commitRevision:466295 
Wednesday, 14 Feb 2018
10:36 antoine search for other commits by this committer
Add distinfo for python 3.4 and 3.6 documentation
For python 3.5 I have 404 errors
Original commitRevision:461775 
Sunday, 24 Sep 2017
11:57 wen search for other commits by this committer
- Update to 2.7.14(include security fix)

PR:		222398
Submitted by:	wen@(myself)
Exp-run by:	antoine@
MFH:		2017Q3
Original commitRevision:450488 
Monday, 26 Dec 2016
01:01 wen search for other commits by this committer
- Update to 2.7.13

PR:		215375
Submitted by:	wen@
Exp-run by:	antoine@
Original commitRevision:429470 
Sunday, 3 Jul 2016
00:10 wen search for other commits by this committer
- Update to version 2.7.12
- Remove patch that is included upstream
- Switch USE_OPENSSL to USES= ssl [1]
- Update documentation for python27
- Don't set CPE_VERSION, default is PORTVERSION [1]

PR:		210685
Submitted by:	wen@(myself), brnrd@ [1]
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D6994
Original commitRevision:417945 
Tuesday, 2 Feb 2016
20:16 rm search for other commits by this committer
Remove expired lang/python32

Python 3.2 has reached it's EOL. Please update to Python 3.5

With hat:	python
Original commitRevision:407843 
Thursday, 24 Dec 2015
12:06 brnrd search for other commits by this committer
lang/python33: Update to 3.3.6

  - Update to 3.3.6 (released 2014-10-11)
  - Backport issue21356 RAND_egd fix [1]
  - Fix build for openssl -nossl3
  - Remove unixcompiler patch, included upstream
  - Switch regression-test to TEST_TARGET/TEST_ARGS
  - Mark DEPRECATED, EXPIRES Sept 2017 [2]

[1] http://bugs.python.org/issue21356
[2] https://www.python.org/dev/peps/pep-0398/#lifespan

This is a bug/security fix update. Changelog:

  https://docs.python.org/3.3/whatsnew/changelog.html#python-3-3-6

PR:		195511
Reviewed by:	koobs (mentor, python), feld, miwi, AMDmi3
Approved by:	koobs (python), miwi, AMDmi3
Differential_Revision:	https://reviews.freebsd.org/D4695
Original commitRevision:404347 
Monday, 21 Dec 2015
18:13 miwi search for other commits by this committer
- Update lang/python32 to 3.2.6 [1]
- Update lang/python35 to 3.5.1 [2]
- Update lang/python-doc-html for [1]
- Switch to do-test

Changelog:
[1] https://hg.python.org/cpython/file/v3.2.6/Misc/NEWS
[2] https://docs.python.org/3.5/whatsnew/changelog.html#python-3-5-1-final

Reviewed by:	koobs (python)
Approved by:	mat (mentor)
Differential Revision:	D4663
Original commitRevision:404141 
Sunday, 20 Dec 2015
12:12 antoine search for other commits by this committer
Fix distinfo for python 2.7.11 documentation

Reported by:	pkg-fallout
Original commitRevision:404051 
Saturday, 19 Dec 2015
01:45 cem search for other commits by this committer
lang/python: Update to 2.7.11

Announcement: https://www.python.org/downloads/release/python-2711/
Mailing list:
https://mail.python.org/pipermail/python-announce-list/2015-December/010999.html
Changelog:    https://hg.python.org/cpython/raw-file/v2.7.11/Misc/NEWS

Important changes for this release:
 - Python 2.7.11 is a bug fix release of the Python 2.7.x series.

Reviewed by:	koobs
Sponsored by:	EMC / Isilon Storage Division
Differential Revision:	https://reviews.freebsd.org/D4413
Original commitRevision:404000 
Friday, 3 Jul 2015
13:37 brnrd search for other commits by this committer
lang/python-doc-html: Update to 2.7.10

The FreeBSD Python team welcomes Python 2.7.10 to the Ports tree!

Announcement:	https://www.python.org/downloads/release/python-2710/
Changelog:	https://hg.python.org/cpython/raw-file/v2.7.10/Misc/NEWS

Important changes for this release:
 - Python 2.7.10 is a bug fix release of the Python 2.7.x series.
 - Fixes issues with LibreSSL 2.2+

PR: 		192511, 201088
Differentialr Revision:	D2637
Reviewed by:	koobs (mentor), vsevolod (mentor), antoine
Approved by:	koobs (mentor)
Original commitRevision:391240 
Tuesday, 3 Mar 2015
13:54 demon search for other commits by this committer
Add checksums for 3.4.3 docs.
Original commitRevision:380368 
Monday, 22 Dec 2014
09:45 mva search for other commits by this committer
lang/python27: Update to 2.7.9

The FreeBSD Python team welcomes Python 2.7.9 to the Ports tree!

Announcement: https://www.python.org/downloads/release/python-279/
Changelog:    http://hg.python.org/cpython/raw-file/v2.7.9/Misc/NEWS

Important changes for this release:
- The entirety of Python 3.4's ssl module has been backported for Python
  2.7.9. See PEP 466 for justification.
- HTTPS certificate validation using the system's certificate store is
  now enabled by default. See PEP 476 for details.
- SSLv3 has been disabled by default in httplib and its reverse
  dependencies due to the POODLE attack.
- The ensurepip module module has been backported, which provides the
  pip package manager in every Python 2.7 installation. See PEP 477.

- While updating, try to improve the NIS detection for FreeBSD

PR:		193650
Differential Revision:	https://reviews.freebsd.org/D1323
Reviewed by:	koobs
With hat:	python
Original commitRevision:375220 
Monday, 27 Oct 2014
12:55 demon search for other commits by this committer
Update to version 3.4.2

Reviewed by:	koobs in D967
Original commitRevision:371568 
Monday, 21 Jul 2014
05:08 koobs search for other commits by this committer
lang/python-doc-html: Update for Python 2.7.8

Update Python documentation for the recent lang/python27 2.7.8 update.

Includes updates for: HTML, PDF (A4), PDF (Letter) and Text formats and slave
ports.

Reported by:	pkg-fallout
Original commitRevision:362399 
Sunday, 1 Jun 2014
19:24 rm search for other commits by this committer
lang/python-doc-html: remove python31 remnants
Original commitRevision:356166 
Tuesday, 8 Apr 2014
13:10 koobs search for other commits by this committer
Welcome Python 3.4 to the FreeBSD Ports Tree!

The FreeBSD Python Team warmly welcomes Python 3.4 to the Ports tree:

- Add lang/python34
- Add devel/py-setuptools34
- Add Python 3.4.0 docs to lang/python-doc

Release Announcement and Major Features:

  https://www.python.org/download/releases/3.4.0/

This also marks the next stage of a cleaner, much-closer-to-upstream
approach to Python on FreeBSD, that builds upon the hard work of the
entire FreeBSD Python team over the last year.

This port is built "entirely" from scratch, retiring as much of the
legacy, workarounds, patches and hacks from the existing Python
ports as possible.

Of particular note: static + shared dual-build is gone, as it was flaky
at best, grossly untested upstream and caused more issues than it
solved. It is replaced by a shared build by default. The static python
library remains installed and usable.

Major changes in this structure are:

- Replace dual static and shared in-tree build with shared-only.
- Use options helpers
- Replace plat-freebsd* hacks with a lighter weight alternative
- Strip all libraries and shared extensions
- Only retain patches that are absolutely necessary
- Replace static disabled_module_list with one from upstream
- Retain NIS and sparc64 workarounds from python33
- Deprecate SEM option, no longer optional.
- Deprecate PTH option, no longer maintained or supported upstream
- Deprecate FPECTL option, no longer maintained or supported upstream
- Add upstream issue references & breadcrumb annotations where possible

Tested by:	many (Special thanks to Andrew Berg)
Reviewed by:	xmj, nemysis, antoine
Original commitRevision:350610 
Tuesday, 4 Mar 2014
12:38 koobs search for other commits by this committer
lang/python33: Update to 3.3.4

- Update to 3.3.4
- Update pkg-plist
- Remove patch-CVE-2014-1912 (upstream)
- Remove patch-issue20374 (upstream)
- Repatch and rename patch-Modules__fcntlmodule.c
- Add patch-issue-20695-Lib__test__test_urllibnet.py (tests) [1]
- Add regression-test target for QA

Changes: 3.3.4 - 09/02/2014

    http://docs.python.org/3.3/whatsnew/changelog.html#python-3-3-4

Extra:

- Update python-doc-html distinfo for Python 3.3 docs
- Update bsd.python.mk to support the new version

[1] http://bugs.python.org/issue20695
Original commitRevision:347015 
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, 25 Nov 2013
05:53 koobs search for other commits by this committer
lang/python-doc-html: Update distinfo for Python 2.7.6 documentation

Submitted by:	Andrzej Tobola <ato@iem.pw.edu.pl> (via email)
Original commitRevision:334812 
Tuesday, 19 Nov 2013
21:44 sunpoet search for other commits by this committer
- Update distinfo to Python 3.3.3
- Support STAGEDIR
Original commitRevision:334353 
Saturday, 18 May 2013
08:21 rm search for other commits by this committer
Update lang/python32 to 3.2.5 and lang/python33 to 3.3.2
Original commitRevision:318421 
Friday, 17 May 2013
04:17 rm search for other commits by this committer
- update to latest upstream versions:
  . lang/python27: 2.7.3 -> 2.7.5
  . lang/python32: 3.2.3 -> 3.2.4
  . lang/python33: 3.3.0 -> 3.3.1
- update Mk/bsd.python.mk with new versions
- mark lang/python26 and lang/python31 as deprecated (set them to
  upstream EoL dates)
- update docs (lang/python-doc-html)
- align databases/py-bsddb patch for python27 - most of it was applied
  upstream. Raise BDB version to 4.3 atleast, according to
  upstream requirements.

Many thanks to Martin (miwi) for his time on this update.

PR:		178506
Submitted by:	rm (myself)
Exp-run by:	    portmgr (miwi)

- revert erroneous threads patch in lang/python26 and lang/python27,
  that was added after ports/131080. It was rejected upstream, because it's
  not actually a bug, but misuse.

  Gabor Pali (pgj) in collaboration with Kubilay Kocak (koobs) did an
  independent investigation regard the issue. See here for details:

  http://lists.freebsd.org/pipermail/freebsd-python/2013-April/005376.html

PR:	    153167
Submitted by:	Duncan Findlay <duncan@duncf.ca>
Reported by:	pgj/koobs (at python@ ML)
Exp-run by:     portmgr (miwi)
Original commitRevision:318353 
Tuesday, 17 Apr 2012
06:56 rm search for other commits by this committer
Cleanup distinfo entries for python versions we have not in the tree.
distinfo should be regenerated from scratch after each python version
update.

Approved by:    silence on python@
Original commit
Monday, 16 Apr 2012
02:41 sunpoet search for other commits by this committer
- Fix copy/paste error
Original commit
Sunday, 15 Apr 2012
20:51 rm search for other commits by this committer
- add docs for python 2.6.8, 3.1.5, 3.2.3
Original commit
09:59 rm search for other commits by this committer
- add docs for python 2.7.3

Reported by:    pav (via pointyhat)
Original commit
Monday, 10 Oct 2011
13:59 sunpoet search for other commits by this committer
- Fix logical errors in DOCFORMAT and PYTHON_REL detections
- Store doc files in DISTDIR/python/
- Cleanup Makefile
- Fix distinfo: the old one is incomplete, the new one contains all doc formats
of all releases
Original commit
Monday, 27 Jun 2011
02:37 wen search for other commits by this committer
- Update to 2.7.2
- Mark BROKEN when build with pth

Reviewed by:    miwi@
Original commit
Wednesday, 1 Dec 2010
01:09 wen search for other commits by this committer
- Update python-doc-* for python 2.7.1

PR:             ports/152725
Submitted by:   John Hein <jhein@symmetricom.com>
Original commit
Monday, 15 Nov 2010
08:10 miwi search for other commits by this committer
- Add python-docs for 2.7
- Remove obsolete MD5 signatures

PR:             152185
Submitted by:   John Hein <jhein@symmetricom.com>
Original commit
Tuesday, 14 Sep 2010
01:23 wen search for other commits by this committer
- Update distinfo
Original commit
Wednesday, 12 May 2010
12:13 wen search for other commits by this committer
- Update lang/python26 to 2.6.5
- Update lang/python31 to 3.1.2

Reviewed by:    miwi@, lwhsu@
Original commit
Thursday, 26 Nov 2009
22:21 miwi search for other commits by this committer
- Update to 2.6.4

Changelog:
        http://python.org/download/releases/2.6.4/NEWS.txt
Original commit
Monday, 8 Jun 2009
22:30 miwi search for other commits by this committer
- Update lang/python26 and make Python 2.6.2 to the default Python version

Tested by:      3 pointyhat runs
Thanks to:      pav, gahr, lwhsu, mva, amdmi3
Original commit
Wednesday, 29 Apr 2009
01:21 jpaetzel search for other commits by this committer
Added python 2.6.1 support

PR:     ports/134028
Approved by:    linimon (mentor)
Original commit
Monday, 16 Feb 2009
23:32 miwi search for other commits by this committer
- Update to python 2.5.4 and python 2.6.1

Reviewed by:    perky | lwhsu
Tested with:    exp-run via pav
Original commit
Monday, 13 Oct 2008
08:23 perky search for other commits by this committer
Introduce two new versions of Python: 2.6 and 3.0rc1 (finally!)
Python 2.6 will be the next default python version when enough
testings of consumer ports are done.  The new "2to3" program is
renamed to 2to3-2.6 and 2to3-3.0 for each version, respectively.

Repo-copied by: marcus
Original commit
Sunday, 24 Feb 2008
13:42 perky search for other commits by this committer
Update to Python 2.5.2.
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
Wednesday, 14 Feb 2007
06:07 delphij search for other commits by this committer
Update to Python 2.4.4.

Approved by:    maintainer timeout, alexbl (python@)
Tested by:      pointyhat
PR:             ports/105901
Original commit
Monday, 9 Oct 2006
16:08 perky search for other commits by this committer
Add checksums for Python 2.5 documents.
Original commit
Sunday, 2 Apr 2006
01:38 perky search for other commits by this committer
Add new size and checksums for Python 2.4.3

PR:             95202
Submitted by:   Martin Jackson <mhjacks@swbell.net>
Original commit
Wednesday, 1 Feb 2006
03:30 edwin search for other commits by this committer
SHA256-ify (approved by krion@)
Original commit
Sunday, 2 Oct 2005
14:31 perky search for other commits by this committer
- Update to Python 2.4.2. [1]
- Allow to override a command passing to distutils using
  PYDISTUTILS_{CONFIGURE,BUILD,INSTALL}_TARGET [2]
- Allow to specify BUILD/RUN dependency separatedly. [3]
- Replace shell executions with regex replacement on bsd.python.mk. [3]
- Remove thread serialization from socket.getaddrinfo() on FreeBSD 5.3
  and later versions because we've got thread-safe implementation. [4]
- Add a workaround to avoid curses.h problem of FreeBSD base.

PR:             86685 [1]
Submitted by:   Soeren Straarup <xride@x12.dk> [1],
                lioux [2], vsevolod [3], sobomax [4]
Obtained from:  Python CVS [4]
Original commit
Monday, 11 Apr 2005
14:10 perky search for other commits by this committer
Add new checksums for 2.4.1 and unbreak port.

Submitted by:   olgeni
Original commit
Thursday, 2 Dec 2004
04:13 perky search for other commits by this committer
Add checksums for 2.4 documents.
Original commit
Thursday, 27 May 2004
15:58 perky search for other commits by this committer
Update to 2.3.4.
Original commit
Saturday, 20 Dec 2003
07:13 perky search for other commits by this committer
- Update to Python-2.3.3
- Pass PYTHON_VERSION variable to dependent builds.
- Enable email package to use cjkcodecs.
- Decrease default recursion limit to 900 on sparc64.
Original commit
Saturday, 4 Oct 2003
05:17 perky search for other commits by this committer
Update to Python-2.3.2
Original commit
Wednesday, 24 Sep 2003
11:07 perky search for other commits by this committer
- Update to Python-2.3.1, the lastest Bugfix release.
- Disable dlmodule on amd64 and sparc64 because dlmodule isn't designed
  for them.
- Add -fPIC on CFLAGS on amd64 for mod_python3 and other ports using it
  on linking their own dynamic library.
Original commit
Thursday, 31 Jul 2003
19:42 perky search for other commits by this committer
Update python documentation ports to Python-2.3's.
Original commit
Wednesday, 4 Jun 2003
08:38 perky search for other commits by this committer
Update to 2.2.3 and correct tg's e-mail address.

Approved by:    maintainer (implicitly)
Original commit
Thursday, 17 Oct 2002
11:15 perky search for other commits by this committer
Add PLIST for Python-2.2.2 docs.

Approved by:    tg
Original commit
Friday, 12 Apr 2002
10:37 tg search for other commits by this committer
Handle docs for Python-2.1.3 and -2.2.1.

PR:             36977
Submitted by:   Hye-Shik Chang <perky@fallin.lv>
Original commit
Thursday, 21 Mar 2002
13:19 tg search for other commits by this committer
Add checksums for Python-2.1.2 docs.

Prompted by:    many ;-)
Original commit
Wednesday, 9 Jan 2002
12:26 tg search for other commits by this committer
Include docs for Python-2.2.    
Original commit
Friday, 27 Jul 2001
12:25 tg search for other commits by this committer
Update docs for Python-2.{0,1}.1.    
Original commit
Thursday, 3 May 2001
12:24 tg search for other commits by this committer
Add checksums for Python-2.1 docs.    
Original commit
Friday, 20 Oct 2000
09:36 tg search for other commits by this committer
Upgrade docs for Python 2.0.    
Original commit

Number of commits found: 160 (showing only 60 on this page)

«  1 | 2