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: devel/py-mongoengine/Makefile

Number of commits found: 22

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 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Friday, 13 Nov 2015
13:10 wg search for other commits by this committer
devel/py-mongoengine: update to 0.10.0
Original commitRevision:401511 
Tuesday, 7 Apr 2015
19:38 antoine search for other commits by this committer
Fix DEPENDS
Original commitRevision:383535 
Wednesday, 10 Sep 2014
14:23 wg search for other commits by this committer
devel/py-mongoengine: unbreak and USES python
Original commitRevision:367851 
Saturday, 3 May 2014
10:58 antoine search for other commits by this committer
Mark BROKEN: Conflicts with pymongo dependency
Installing py27-mongoengine-0.8.7...pkg-static: py27-mongoengine-0.8.7 conflicts
with pymongo-2.7 (installs files into the same place).  Problematic file:
/usr/local/lib/python2.7/site-packages/bson/__init__.py

Reported by:	pkg-fallout
Original commitRevision:352901 
Wednesday, 16 Apr 2014
22:54 wg search for other commits by this committer
devel/py-mongoengine: update to 0.8.7
Original commitRevision:351427 
Saturday, 7 Dec 2013
19:01 wg search for other commits by this committer
devel/py-mongoengine: update to 0.8.6
Original commitRevision:335842 
Thursday, 5 Dec 2013
15:35 wg search for other commits by this committer
devel/py-mongoengine: update to 0.8.5

- Update to 0.8.5
- Allow staging
- Use auto plist
Original commitRevision:335672 
Friday, 20 Sep 2013
17:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Original commitRevision:327724 
Sunday, 8 Sep 2013
15:03 wg search for other commits by this committer
devel/py-mongoengine: take maintainership

- Take maintainership (forgot to do so in the last commit)

PR:		ports/181486
Approved by:	maintainer (timeout)
Original commitRevision:326740 
13:56 wg search for other commits by this committer
devel/py-mongoengine: update to 0.8.4

- Update to 0.8.4
- Use zip_safe=False
- Remove leading article from COMMENT
- Take maintainership

Changes: http://docs.mongoengine.org/en/latest/changelog.html

PR:		ports/181486
Submitted by:	wg (myself)
Approved by:	maintainer (timeout)
Original commitRevision:326727 
Friday, 29 Mar 2013
00:52 lippe search for other commits by this committer
- Update to 0.7.9.

PR:		ports/176770
Submitted by:	William Grzybowski <william88@gmail.com>
Approved by:	maintainer timeout ( >2 weeks)
Original commitRevision:315510 
Sunday, 13 May 2012
11:58 culot search for other commits by this committer
- Update to 0.6.8

Changes:       
http://readthedocs.org/docs/mongoengine-odm/en/latest/changelog.html
PR:             ports/167836
Submitted by:   Mirko Zinn <mail@derzinn.de> (maintainer)
Original commit
Sunday, 6 May 2012
14:19 culot search for other commits by this committer
- Update to 0.6.7

Changes:       
http://readthedocs.org/docs/mongoengine-odm/en/latest/changelog.html
PR:             ports/167583
Submitted by:   Mirko Zinn <mail@derzinn.de> (maintainer)
Original commit
Tuesday, 1 May 2012
14:20 sunpoet search for other commits by this committer
- Update to 0.6.6
- While I'm here, update WWW

Changes:       
http://readthedocs.org/docs/mongoengine-odm/en/latest/changelog.html
PR:             ports/167473
Submitted by:   Mirko Zinn <mail@derzinn.de> (maintainer)
Original commit
Saturday, 7 Apr 2012
08:05 culot search for other commits by this committer
- Update to 0.6.2
- Add LICENSE (MIT)

Changes:       
http://readthedocs.org/docs/mongoengine-odm/en/latest/changelog.html
PR:             ports/166708
Submitted by:   Mirko Zinn <mail@derzinn.de> (maintainer)
Feature safe:   yes
Original commit
Monday, 12 Sep 2011
06:55 culot search for other commits by this committer
- Update to 0.5

PR:             ports/160663
Submitted by:   Mirko Zinn <mail@derzinn.de> (maintainer)
Original commit
Thursday, 28 Oct 2010
13:06 wen search for other commits by this committer
- Update to 0.4

PR:             ports/151794
Submitted by:   Mirko Zinn <mail@derzinn.de> (maintainer)
Original commit
Sunday, 6 Jun 2010
08:37 miwi search for other commits by this committer
MongoEngine is an ORM-like layer on top of PyMongo. It allows you to define
schemas for documents and query collections using syntax inspired by the
Django ORM.

WWW:    http://hmarr.com/mongoengine/

PR:             ports/147465
Submitted by:   Mirko Zinn <mail at derzinn.de>
Original commit

Number of commits found: 22