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/python/pkg-plist
SVNWeb

Number of commits found: 31

Mon, 9 Oct 2006
[ 14:29 perky search for other commits by this committer ] Original commit  (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
- Update the main python version to 2.5.
  - Now, lang/python is just a meta-port which depends on lang/python25.
  - And all versions of Python ports have short version identifier in its
    package name; python25-2.5, python24-2.4.3 and etc.
  - Also you must upgrade all python modules after lang/python updated,
     cd /usr/ports/lang/python && make upgrade-site-packages

- Give maintainership of Python ports to the new python@ group which
  includes me, alexbl@ and others.
Thu, 30 Mar 2006
[ 09:40 perky search for other commits by this committer ] Original commit 
Update to Python 2.4.3.
Mon, 18 Jul 2005
[ 12:44 perky search for other commits by this committer ] Original commit 
Backport support for FreeBSD 7 and drop support for FreeBSD 3.
Fixes for other versions of python will be followed tomorrow.

Submitted by:   nork
Obtained from:  Python CVS
Thu, 12 May 2005
[ 01:49 perky search for other commits by this committer ] Original commit 
- Make FPECTL support optional and turn it off by default because
  the feature brings huge overheads for floating point arithmetics
  and integer divisions. [1]
- Fix plist
- Bump PORTREVISION

Requested by:   Ewan Todd <ewan@mathcode.net> [1]
Sun, 3 Apr 2005
[ 13:55 perky search for other commits by this committer ] Original commit 
Update to Python 2.4.1
Mon, 28 Mar 2005
[ 23:11 perky search for other commits by this committer ] Original commit 
Fix package building on non-i386 platforms by unrestrict `audioop`
module for them in plist.

Approved by:    portmgr (kris)
Wed, 23 Mar 2005
[ 04:43 perky search for other commits by this committer ] Original commit 
Unbreak package building on ia64, alpha, amd64 and sparc64 by
adding ossaudiodev module to their plists, either.

Approved by: portmgr (kris)
Wed, 1 Dec 2004
[ 15:04 perky search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
- Update lang/python to 2.4 final release.
- Finish repocopy lang/python -> lang/python23 for Python 2.3.4
Fri, 20 Aug 2004
[ 23:56 perky search for other commits by this committer ] Original commit 
- Add support for FreeBSD 6.
- Remove support for FreeBSD 2.

Spotted by:     marcus, kris
Obtained from:  Python CVS
Thu, 27 May 2004
[ 15:58 perky search for other commits by this committer ] Original commit 
- Update to Python 2.3.4.
- Test WITHOUT_* instead of WITH_* for values which are on by default
  so that package build clusters detect correctly.
Tue, 9 Mar 2004
[ 02:24 perky search for other commits by this committer ] Original commit 
Create a symbolic link to lib/python2.3.so on lib/python2.3/config/
for seamless upgrade from a static library.

Suggested by:   dd
Mon, 8 Mar 2004
[ 12:43 perky search for other commits by this committer ] Original commit 
Build and install a shared library and its frontend besides static one
by default.

[HEADS UP] The python executable and static library isn't built PIC
anymore even on amd64 and ia64. Please use a shared library instead.

Requested by:   jhay, dd
Tested by:      Charles Swiger <cswiger@mac.com>,
                Tim Middleton <x@Vex.Net>
Tue, 4 Nov 2003
[ 18:00 perky search for other commits by this committer ] Original commit 
- Include pyexpat module in python base ports because python incorporated
  expat 1.95.6 in its distribution from Python-2.3.
- Bump PORTREVISION subsequently.

Requested by:   Mike Brown <mike@skew.org>
                Jeremy Kloth <jeremy.kloth@fourthought.com>
Wed, 29 Oct 2003
[ 21:31 perky search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
- Update lang/python-devel to Python-2.4 031022 snapshot.
- Correct USE_ZOPE dependency to Python 2.1. [1]
- Fetch from correct MASTER_SITE_SUBDIR when upgrading python
  in same branch. [2]
- Enable installing separated standard modules for python-devel port.

Reported by:    Filippo Natali <pitonat@libero.it> [1],
                Yoshihiko Sarumaru <mistral@imasy.or.jp> [2]
[ 20:52 sobomax search for other commits by this committer ] Original commit 
Add missed ossaudiodev.so into pkg-plist (only for x86, since I don't have
access to other arches yet), and enable it on freebsd5 (it's enabled on
freebsd4 OOB).
Mon, 29 Sep 2003
[ 11:44 perky search for other commits by this committer ] Original commit 
- Install a 'real' shared object when BUILD_SHARED=yes. [1]
- Fix plist on 32bit architectures.
- Bump PORTREVISION.

PR:             57269 [1]
Submitted by:   Tim Middleton <x@Vex.Net> [1],
                Kostik I. Belousov <kostya@tessart.kiev.ua> [1]
Thu, 31 Jul 2003
[ 19:34 perky search for other commits by this committer ] Original commit 
- Update to Python-2.3
- Correct pydoc search path to lang/python-doc-html port's [1]

PR:             43036 [1]
Submitted by:   Emil Sit <sit@amsterdam.lcs.mit.edu> [1]
Fri, 4 Jul 2003
[ 11:57 perky search for other commits by this committer ] Original commit 
o Utilize MASTER_SITE_PYTHON.
o Rename pydoc to pydoc${PORTVERSION} to avoid conflicts among these
  ports. (lang/python port keeps both of bin/pydoc and bin/pydoc2.2)
o Set LATEST_LINK to ${PYTHON_VERSION:S/.//} except lang/python.

Now, we can install all of these python versions together cleanly.
Wed, 4 Jun 2003
[ 08:36 perky search for other commits by this committer ] Original commit 
Update to 2.2.3

PR:             52830
Submitted by:   Chuck Swiger <chuck@pkix.net> (partly)
Approved by:    maintainer (implicitly)
Thu, 21 Nov 2002
[ 17:07 alane search for other commits by this committer ] Original commit 
PORTREVSION => 2.
Fix error pointed out by tg@. Now just blow away the Tools subdir on uninstall
in case something compiled that stuff.
[ 16:14 alane search for other commits by this committer ] Original commit 
PORTREVISION => 1
Added lotsa missing files to pllist.
Added dl module for those who like to live dangerously (petef?).
Thu, 17 Oct 2002
[ 11:14 perky search for other commits by this committer ] Original commit 
Upgrade to Python-2.2.2.

Approved by:    tg
Thu, 16 May 2002
[ 12:07 tg search for other commits by this committer ] Original commit 
Fix building on the Alpha.

Submitted by:   gallatin
Fri, 12 Apr 2002
[ 10:34 tg search for other commits by this committer ] Original commit 
(forced)

I meant: upgrade to 2.2.*1*.
[ 10:33 tg search for other commits by this committer ] Original commit 
Upgrade to Python-2.2.

PR:             36977
Submitted by:   Hye-Shik Chang <perky@fallin.lv>
Mon, 7 Jan 2002
[ 13:26 tg search for other commits by this committer ] Original commit 
Upgrade lang/python to 2.2. Adjust bsd.python.mk accordingly.    
Tue, 20 Nov 2001
[ 13:23 tg search for other commits by this committer ] Original commit 
Re-add fpectl.so to the plist to fix packaging. Re-enable support   for it in
the python binary.    
Fri, 19 Oct 2001
[ 12:16 tg search for other commits by this committer ] Original commit 
Don't build mpz extension, it's moved to a separate port.    
Wed, 25 Jul 2001
[ 12:11 tg search for other commits by this committer ] Original commit 
Upgrade to 2.1.1.    
Wed, 2 May 2001
[ 12:25 tg search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Upgrade to 2.1.    
Wed, 18 Oct 2000
[ 12:58 tg search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Upgrade to 2.0.    

Number of commits found: 31