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: www/py-pylons/Makefile

Number of commits found: 26

Saturday, 5 Dec 2020
14:22 sunpoet search for other commits by this committer
Move textproc/py-MarkupSafe to textproc/py-markupsafe

- Bump PORTREVISION for dependency change
Original commitRevision:557064 
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, 15 Oct 2020
20:20 sunpoet search for other commits by this committer
Update RUN_DEPENDS for PORTNAME change in py-pastedeploy
Original commitRevision:552472 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Saturday, 13 Jan 2018
14:29 sunpoet search for other commits by this committer
Update to 1.0.3

- Sort RUN_DEPENDS
- Add TEST_DEPENDS
- Add NO_ARCH

Changes:	https://github.com/Pylons/pylons/blob/master/CHANGELOG
		https://github.com/Pylons/pylons/commits/master
Original commitRevision:458933 
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 
Thursday, 2 Nov 2017
21:41 olgeni search for other commits by this committer
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.

This round is @FreeBSD.org residents except teams.
Original commitRevision:453381 
Monday, 27 Jun 2016
01:36 wen search for other commits by this committer
- Update to 1.0.2

PR:		210603
Submitted by:	freebsd@skinc.ru
Original commitRevision:417626 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Saturday, 3 Jan 2015
08:41 mva search for other commits by this committer
- Convert USE_PYTHON to new USES in www/

With hat:	python@
Original commitRevision:376109 
Thursday, 8 May 2014
15:33 vanilla search for other commits by this committer
- Stage
- Drop easy_install support
- Add auto pkg-plist
- Delete pkg-plist
- Pet portlint

PR:		ports/188769
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@
Original commitRevision:353318 
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 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
Saturday, 21 Jan 2012
17:40 eadler search for other commits by this committer
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:    portmgr
Original commit
Friday, 5 Nov 2010
02:57 wen search for other commits by this committer
- Update to 1.0

PR:             ports/147665
Submitted by:   Grzegorz Blach <magik@roorback.net>
Thanks to:      Ildar Hizbulin <hizel@vyborg.ru>
Original commit
Tuesday, 14 Jul 2009
09:00 nivit search for other commits by this committer
- Update to 0.9.7
- Remove post-install: target from Makefile

PR:             ports/134736
Submitted by:   Wen Heping <wenheping@gmail.com>
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
Tuesday, 19 May 2009
19:12 lwhsu search for other commits by this committer
- Remove devel/py-setuptools form BUILD_DEPENDS and RUN_DEPEDNS to fix INDEX,
  we already have USE_PYDISTUTILS=qeasy_install
Original commit
16:45 lwhsu search for other commits by this committer
- Fix pkg-plist
- Grap maintainership for python@
Original commit
Thursday, 12 Mar 2009
19:53 miwi search for other commits by this committer
- Reset magik@back-up.pl

Mail reject here:
<magik@back-up.pl>: Host or domain name not found. Name service error for
name=back-up.pl type=AAAA: Host not found

Approved by:    portmgr (linimon)
Original commit
Thursday, 4 Dec 2008
19:52 miwi search for other commits by this committer
- Update to 0.9.6.2

PR:             129194
Submitted by:   "Grzegorz B&#322;ach" <magik@back-up.pl> (maintainer)
Original commit
Sunday, 23 Nov 2008
23:09 miwi search for other commits by this committer
- Update maintainer mail adress

PR:             129015
Submitted by:   Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
Original commit
Friday, 6 Jun 2008
14:07 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Saturday, 4 Aug 2007
11:41 gabor search for other commits by this committer
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
Original commit
Tuesday, 26 Jun 2007
07:34 miwi search for other commits by this committer
- Fix pkg-plist

Reported by:    sat@
Approved by:    maintainer
Original commit
Monday, 25 Jun 2007
18:19 miwi search for other commits by this committer
The Pylons web framework is aimed at making webapps and large
programmatic website development in Python easy. Several key points:

* A framework to make writing web applications in Python easy

* Inspired by Rails and TurboGears

* Utilizes a minimalist, component-based philosophy that makes it easy
  to expand on

* Harness existing knowledge about Python

Pylons makes it easy to expand on your knowledge of Python to master
Pylons for web development. Using a MVC style dispath, Python
knowledge is used at various levels:
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commit

Number of commits found: 26