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-formalchemy/Makefile

Number of commits found: 20

Sunday, 23 Feb 2020
15:25 antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
Original commitRevision:526925 
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 
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 
Tuesday, 10 Jan 2017
20:31 rene search for other commits by this committer
www/py-formalchemy: update to 1.5.5

- switch from GH to CHEESHOP [1]
- convert all build dependencies to run dependencies [1]
- add run dependency on www/py-webob [2]
- add NO_ARCH [3]

PR:		215583 [1]
Submitted by:	rene via mail from koobs [1]
Submitted by:	maintainer (ghostonthewire@gmail.com) [2]
Submitted by:	rene [3]
Original commitRevision:431130 
Friday, 30 Dec 2016
06:51 antoine search for other commits by this committer
Unbreak, account is camelcase but project is lowercase
Original commitRevision:429959 
Wednesday, 28 Dec 2016
14:05 mat search for other commits by this committer
Fix USE_GITHUB usage.

Sponsored by:	Absolight
Original commitRevision:429772 
Thursday, 8 Dec 2016
20:12 rene search for other commits by this committer
www/py-formalchemy: unexpire and update to 1.5.1
- use GitHub mastersite
- update sqlalchemy dependency to 1.0

PR:		213682
Submitted by:	vlad-fbsd@acheronmedia.com
Approved by:	maintainer timeout (ghostonthewire@gmail.com)
Original commitRevision:428154 
Tuesday, 8 Nov 2016
21:11 antoine search for other commits by this committer
Chase py-sqlalchemy06 expiration
Original commitRevision:425764 
Wednesday, 14 Sep 2016
15:59 mat search for other commits by this committer
GOOGLE_CODE has gone away.

- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
Original commitRevision:422140 
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 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
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, 17 Apr 2014
02:33 swills search for other commits by this committer
- Stage
- Pet portlint

PR:		ports/188709
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@ (blanket)
Original commitRevision:351436 
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 
Thursday, 16 May 2013
15:08 rm search for other commits by this committer
- fix pkg-plist: do not try to remove directories owned by other ports
  and bump PORTREVISION
- trim Makefile header, while here

Reported by:	pointyhat (miwi)
With hat:	python@
Original commitRevision:318321 
Thursday, 11 Oct 2012
13:46 bapt search for other commits by this committer
Dependency line should not end with a '/'

Submitted by:	az
Feature safe:	yes
Original commitRevision:305725 
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
Saturday, 25 Jun 2011
07:35 nivit search for other commits by this committer
- Fix path/typo in the tuple of py-sqlalchemy in RUN_DEPENDS

Reported by:    pavbot
Original commit
Thursday, 23 Jun 2011
14:20 nivit search for other commits by this committer
- Fix RUN_DEPENDS after the repocopy of databases/py-sqlalchemy
  (This port doesn't yet support SQLAlchemy 0.7.X)
- Bump PORTREVISION
Original commit
Sunday, 18 Jul 2010
13:30 lwhsu search for other commits by this committer
Add py-formalchemy 1.3.3, toolkit for creating HTML form elements
manually or from SQLAlchemy mapped classes.

PR:             ports/148487
Submitted by:   ghostonthewire <ghostonthewire at gmail dot com>
Original commit

Number of commits found: 20