notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: lang/python32/pkg-plist
SVNWeb

Number of commits found: 21

Mon, 21 Dec 2015
[ 18:13 miwi search for other commits by this committer ] Original commit   Revision:404141
- 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
Mon, 27 Oct 2014
[ 15:23 bapt search for other commits by this committer ] Original commit   Revision:371587 (Only the first 10 of 198 ports in this commit are shown above. View all ports for this commit)
Cleanup plist
Fri, 1 Aug 2014
[ 16:37 mva search for other commits by this committer ] Original commit   Revision:363730
- Remove everything related to USE_PYTHON and bsd.python.mk. This is a
  preparatory step to convert bsd.python.mk into a USES file.
- Remove the shared/static build separation, which is the source of many
  problems and even more hacks. Instead build only the shared version, which
  greatly simplifies the build.
- Use NLS_LIBS instead of NLS_LDFLAGS as done for lang/python27 (r357486)
- Remove the FPECTL option to align the build with the clean "template" from
  lang/python34.
- Remove PORTDATA and EXAMPLES. Those will be made available via separate
  ports.
- Add a new DEBUG option to enable debug builds as for lang/python34.
- Add a new TSC option for precise timestamp counter support as for
  lang/python34.
- Add CPE support.
- Reactivate curses/ncurses support.
- Use buildbottest in the regression-test: target.

Phabric:		D448
Reviewed by:	koobs, bapt
With hat:		python@
Sun, 20 Jul 2014
[ 19:57 antoine search for other commits by this committer ] Original commit   Revision:362367
Drop some %%PORTDATA%%

With hat:	portmgr
Sat, 1 Feb 2014
[ 09:21 mva search for other commits by this committer ] Original commit   Revision:342104
- Fix bad libpython* symlinks after enabling the lang/python* ports to
  be stagedir-aware

PR:		ports/186284
Submitted by:	marino@
Pointyhat to:	myself
Sun, 26 Jan 2014
[ 14:47 mva search for other commits by this committer ] Original commit   Revision:341192
- Enable stagedir support
- Convert to new LIB_DEPENDS
Sun, 1 Dec 2013
[ 12:25 koobs search for other commits by this committer ] Original commit   Revision:335376
Fix OSS Audio and enable FreeBSD 11 support in Python 3.2 and 3.1

- Add the appropriate Python platform  (plat-*) files for FreeBSD 11
- Update pkg-plist

Backport a upstream change [1] removing OS major version from the check
to enable the OSS Audio module in setup.py:

Issue #12326: don't test the major version of sys.platform Use
startswith, instead of ==, when testing sys.platform to support
new platforms like Linux 3 or OpenBSD 5. [2]

[1] http://hg.python.org/cpython/rev/50f1922bc1d5
[2] http://bugs.python.org/issue12326
Sat, 17 Aug 2013
[ 19:10 mva search for other commits by this committer ] Original commit   Revision:324864 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
- 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.
Sat, 18 May 2013
[ 08:21 rm search for other commits by this committer ] Original commit   Revision:318421
Update lang/python32 to 3.2.5 and lang/python33 to 3.3.2
Fri, 17 May 2013
[ 04:17 rm search for other commits by this committer ] Original commit   Revision:318353 (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
- 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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 23 Dec 2012
[ 17:52 lwhsu search for other commits by this committer ] Original commit   Revision:309444 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- 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/
Wed, 11 Apr 2012
[ 12:52 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
- 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
Fri, 28 Oct 2011
[ 10:42 beat search for other commits by this committer ] Original commit  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
- Fix build on FreeBSD 10

Approved by:    miwi (implicit)
Mon, 5 Sep 2011
[ 01:28 wen search for other commits by this committer ] Original commit 
- Update lang/python32 to 3.2.2
Fri, 19 Aug 2011
[ 13:09 lwhsu search for other commits by this committer ] Original commit 
- Fix pkg-plist when building with WITHOUT_THREADS

PR:             ports/159842
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Fri, 22 Jul 2011
[ 15:12 lwhsu search for other commits by this committer ] Original commit 
- Update to 3.2.1

PR:             ports/158850
Submitted by:   wen
Mon, 28 Feb 2011
[ 05:40 lwhsu search for other commits by this committer ] Original commit 
- Link the shared library to correct name

Reported by:    Alex Vasylenko <lxv AT omut.org>
Sun, 27 Feb 2011
[ 15:39 lwhsu search for other commits by this committer ] Original commit 
- Suport PEP 3149 -- ABI version tagged .so files
  This fixes building with UCS4 or PYMALLOC turned off.
Sat, 26 Feb 2011
[ 11:31 lwhsu search for other commits by this committer ] Original commit 
- Finish removal of PLIST trick and OpenSSL 0.9.8 detection.
  Now supported FreeBSD versions are all use OpenSSL greater
  than 0.9.8 .  This also fixes the problem of generating and
  leaving pkg-plist.tmp in /usr/ports/lang/python32 .

- Add some PLIST_SUB anchors, this does:
  * Not being conflict with default python version
    (the one installed as /usr/local/bin/python)
  * Make life easier for later 3.2.x (and higher) updates
  * Add NO_NIS support back
Tue, 22 Feb 2011
[ 07:44 wen search for other commits by this committer ] Original commit 
- Update to 3.2.0 and complete repocopy

PR:             ports/153829
Submitted by:   Wen Heping (myself)
Reviewed by:    miwi@
[ 07:38 wen search for other commits by this committer ] Original commit 
- Force Repocopy Commit

Number of commits found: 21