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/python26/pkg-plist

Number of commits found: 21

Sunday, 8 Dec 2013
08:06 koobs search for other commits by this committer
lang/python26: Add FreeBSD 11 support, enable POSIX Semaphores on FreeBSD 7+

Finish off adding FreeBSD 11 support to our Python ports by backporting
wg@'s changesets [1] and [2], and mine from python32 [3] to
lang/python26. These changes also bring more consistency and reduced diffs
between ports

[1] https://svnweb.freebsd.org/ports?view=revision&revision=333665
[2] https://svnweb.freebsd.org/ports?view=revision&revision=333487
[3] https://svnweb.freebsd.org/ports?view=revision&revision=335376

Reviewed by:	milki
Original commitRevision:335869 
Saturday, 2 Nov 2013
12:37 mva search for other commits by this committer
- Update to version 2.6.9

With the 2.6.9 release, and five years after its first release, the
Python 2.6 series is now officially retired. All official maintenance
for Python 2.6, including security patches, has ended. [1]

Please migrate to lang/python27 or later as soon as possible.
lang/python26 will expire and be removed in January 2014.

[1] http://www.python.org/download/releases/2.6.9/

With hat on:		python@
Reviewed by:        koobs@
Original commitRevision:332472 
Saturday, 17 Aug 2013
19:10 mva search for other commits by this committer
- Move the symlink magic for the default python version into lang/python
  and lang/python2 and lang/python3. This change brings us closer to the goal
  of making Python ports usable with different Python versions at the same
  time.
- Add a new lang/python2 port to handle the symlinks for bin/python2,
  bin/idle2, bin/pydoc2 and so on.
- Add a new lang/python3 port to handle the symlinks for bin/python3,
  bin/idle3, bin/pydoc3 and so on.
- Bump the PORTREVISION on all lang/python* ports.
Original commitRevision:324864 
Sunday, 23 Dec 2012
17:52 lwhsu search for other commits by this committer
- Remove "first-installed-win" logic for automatically setting
  ${PYTHON_DEFAULT_VERSION}, this generates conflicting packages.

- Create symbolic links as PEP 394 [1] suggests. ${PYTHON_DEFAULT_VERSION}
  will create python and python${MAJOR_VERSION} links.  In current default,
  lang/python27 will create: python -> python2 -> python2.7

- Introduce ${PYTHON3_DEFAULT_VERSION}, which will handle bin/python3 link.
  At this point, lang/python33 will create python3 -> python3.3

- Minor cleanups
  * Trim Makefile headers
  * Remove ${OSVERSION} detection for xz, whihc is done by USE_XZ

[1] http://www.python.org/dev/peps/pep-0394/
Original commitRevision:309444 
Saturday, 6 Oct 2012
08:01 kwm search for other commits by this committer
Don't try to tidy up user-created directories.

Approved by:	crees (python@)
Original commitRevision:305341 
Monday, 28 May 2012
05:16 miwi search for other commits by this committer
- Unbreak build on powerpc

PR:             168361
Submitted by:   linimon
Original commit
Wednesday, 11 Apr 2012
12:52 miwi search for other commits by this committer
- Update:
  * python26 -> 2.6.8
  * python27 -> 2.7.3
  * python31 -> 3.1.5
  * python32 -> 3.2.1

Security:      
http://www.vuxml.org/freebsd/b4f8be9e-56b2-11e1-9fb7-003067b2972c.html
                CVE-2012-0845 CVE-2012-0876 CVE-2012-1150 CVE-2012-0845
CVE-2011-3389
Original commit
Friday, 28 Oct 2011
10:42 beat search for other commits by this committer
- Fix build on FreeBSD 10

Approved by:    miwi (implicit)
Original commit
Friday, 19 Aug 2011
13:09 lwhsu search for other commits by this committer
- Fix pkg-plist when building with WITHOUT_THREADS

PR:             ports/159842
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Original commit
Wednesday, 8 Jun 2011
08:17 wen search for other commits by this committer
- Update to 2.6.7
Original commit
Thursday, 24 Feb 2011
23:50 linimon search for other commits by this committer
Changes to make python ports work on powerpc (32-bit mode; 64-bit not
yet tested).

Tested on:      powerpc, i386
Hat:            portmgr
PR:             ports/153657 (partial)
Submitted by:   andreast
Original commit
23:50 linimon search for other commits by this committer
Changes to make python ports work on powerpc (32-bit mode; 64-bit not
yet tested).

Tested on:      powerpc, i386
Hat:            portmgr
PR:             ports/153657 (partial)
Submitted by:   andreast
Original commit
Sunday, 12 Sep 2010
09:07 wen search for other commits by this committer
- Update to 2.6.6
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
Friday, 11 Sep 2009
14:58 miwi search for other commits by this committer
- Add support for FreeBSD 9.0

PR:             based on 138600
Original commit
Thursday, 13 Aug 2009
12:12 miwi search for other commits by this committer
- Use dirrmtry in lib-old dir to fix some plist leftlovers
Original commit
Sunday, 12 Jul 2009
17:17 lwhsu search for other commits by this committer
- Honor EXAMPLESDIR, DATADIR, NOPORTEXAMPLES, NOPORTDATA
- portlint(1)
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
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

Number of commits found: 21