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: math/py-numeric/Makefile

Number of commits found: 31

Wednesday, 11 Nov 2020
12:14 antoine search for other commits by this committer
Deprecate a few python 2.7 ports
Original commitRevision:554889 
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 
Monday, 7 Nov 2016
09:00 amdmi3 search for other commits by this committer
- Fix COMMENT
- Switch to options helpers
- Regenerate patches
Original commitRevision:425596 
Tuesday, 17 Mar 2015
03:08 amdmi3 search for other commits by this committer
- Strip library
Original commitRevision:381462 
Tuesday, 21 Oct 2014
16:54 mva search for other commits by this committer
- Convert ports of math/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371328 
Monday, 16 Dec 2013
18:24 glarkin search for other commits by this committer
[Errno 11] Resource Temporarily Unavailable

Reassigning my ports back to the pool with the hope of freeing up
to do more FreeBSD work in the future.

Submitted by:	glarkin
Original commitRevision:336656 
Sunday, 15 Dec 2013
16:22 wg search for other commits by this committer
Use setuptools for all Python ports.

Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.

Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.

Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.

pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
unavailable or has other issues associated with it.

This work allows us to unify how python packages are built, ensure that Python
distributions are installed consistently, reduces complexity for Python port
maintainers and paves the way for simplifying the Python ports framework in
the future.

With hat on:	python
Reviewed by:	koobs, antoine
Exp-run:	bdrewery
Approved by:	bdrewery (portmgr)
Original commitRevision:336553 
Friday, 20 Sep 2013
20:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
Original commitRevision:327746 
Saturday, 22 Aug 2009
00:28 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with M
Original commit
Friday, 12 Dec 2008
15:47 pav search for other commits by this committer
- Retire py-numeric17, it is not needed for any python version supported today

PR:             ports/128343
Submitted by:   TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Original commit
Wednesday, 26 Nov 2008
22:22 glarkin search for other commits by this committer
- Fixed hard-coded path in pkg-plist that caused Tinderbox breakage
  under Python 2.4.
- Added handling for the lack of egg info under Python <2.5.
- Bumped PORTREVISION.

Reported by:    tabthorpe
Original commit
Thursday, 23 Oct 2008
04:17 glarkin search for other commits by this committer
- Updated Makefile to handle installation differently based on
  whether devel/py-setuptools is present or not. The setup.py installer
  modifies the packing list based on that, so we have to modify pkg-plist
  in kind.
- Added code to handle NOPORTEXAMPLES
- Take maintainership

PR:             ports/122434
Submitted by:   "Eugene M. Kim" <gene at nttmcl dot com>
Original commit
Monday, 13 Oct 2008
19:58 olgeni search for other commits by this committer
Unbreak pkg-plist.

PR:             ports/127647
Original commit
Sunday, 7 Sep 2008
00:54 linimon search for other commits by this committer
Reset tg due to lack of commits for several months and no response to email.

Hat:    portmgr
Original commit
Saturday, 1 Mar 2008
13:15 tg search for other commits by this committer
MASTER_SITE for doc has moved.
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
Monday, 6 Feb 2006
11:57 tg search for other commits by this committer
Upgrade to 24.2.

PR:             ports/92784
Submitted by:   "Pedro F. Giffuni" <giffunip at asme dot org>
Original commit
Wednesday, 2 Nov 2005
15:41 tg search for other commits by this committer
Upgrade to 24.0.

PR:             88399
Submitted by:   Marcus von Appen <mva at sysfault dot org>
Original commit
Sunday, 24 Jul 2005
17:34 pav search for other commits by this committer
- Fix build

PR:             ports/83915, ports/83985, ports/83989
Submitted by:   Brett Goulder <predatorfreak@dcaf-security.org>,
                Conrad J. Sabatier <conrads@cox.net>,
                regis rampnoux <regisr@pobox.com>
Was broken for: 51 hours
Pointy hat to:  tg
Original commit
Friday, 22 Jul 2005
12:52 tg search for other commits by this committer
Upgrade to 23.8.
Original commit
Wednesday, 12 Jan 2005
12:21 tg search for other commits by this committer
Upgrade to 23.7.
Original commit
Wednesday, 17 Dec 2003
10:04 tg search for other commits by this committer
Upgrade to 23.1.
Original commit
Monday, 4 Aug 2003
11:58 tg search for other commits by this committer
Upgrade to 23.0.

Submitted by:   Jeremy Messenger <mezz7@cox.net>
Original commit
Friday, 7 Mar 2003
06:06 ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Original commit
Friday, 14 Jun 2002
11:19 tg search for other commits by this committer
Upgrade to 21.0.
Original commit
Thursday, 23 May 2002
12:12 tg search for other commits by this committer
Cleanup: remove unneeded BUILD_DEPENDS line.
Original commit
Wednesday, 17 Apr 2002
11:35 tg search for other commits by this committer
Use USE_PYDISTUTILS.
Original commit
Tuesday, 15 Jan 2002
12:32 tg search for other commits by this committer
Checking PYTHON_REL in the .BEGIN target breaks `make clean' if there's no  
Python installed. Use the pre-fetch target instead.    
Original commit
Wednesday, 9 Jan 2002
12:25 tg search for other commits by this committer
Upgrade to 20.3.    
Original commit
Friday, 19 Oct 2001
12:13 tg search for other commits by this committer
Upgrade to 20.2.1.    
Original commit
Wednesday, 2 May 2001
12:42 tg search for other commits by this committer
Upgrade to 19.0.0.    
Original commit

Number of commits found: 31