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

Number of commits found: 18

Monday, 8 Jan 2018
15:47 mat search for other commits by this committer
databases/py-MySQLdb only supports Python 2, restrict ports that uses it.

Sponsored by:	Absolight
Original commitRevision:458431 
Saturday, 30 Dec 2017
06:42 sunpoet search for other commits by this committer
Mark DEPRECATED and set EXPIRATION_DATE to 2018-01-31

Extended support of Django 1.10 has expired on December 2, 2017.

Reference:	https://www.djangoproject.com/download/#supported-versions
Original commitRevision:457583 
Tuesday, 26 Dec 2017
18:39 lwhsu search for other commits by this committer
Django's fastcgi support was removed in 1.9

PR:		224332
Submitted by:	Shane <FreeBSD@ShaneWare.Biz>
Original commitRevision:457303 
Tuesday, 12 Dec 2017
16:03 mat search for other commits by this committer
Fixup building docs with sphinx, and cleanup.

Sponsored by:	Absolight
Original commitRevision:456173 
Sunday, 10 Dec 2017
13:48 wen search for other commits by this committer
- Adjust CONFLICTS_INSTALL
Original commitRevision:455898 
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 
Wednesday, 6 Sep 2017
20:06 sunpoet search for other commits by this committer
Update to 1.10.8

Changes:	https://docs.djangoproject.com/en/1.10/releases/1.10.8/
Security:	aaab03be-932d-11e7-92d8-4b26fc968492
MFH:		2017Q3
Original commitRevision:449368 
Thursday, 3 Aug 2017
00:58 feld search for other commits by this committer
www/py-django: Add missing runtime dependency

pytz is now a required dependency for Django 1.11 and is strongly
recommended in older releases.

Django 1.11:

https://github.com/django/django/commit/414ad25b090a63eaaf297b1164c8f7d814a710a2

Older releases: docs/topics/i18n/timezones.txt

"3. Should I install pytz?
Yes. Django has a policy of not requiring external dependencies, and for
this reason pytz_ is optional. However, it's much safer to install it."

Reviewed by:	lwhsu
MFH:		2017Q3
Differential Revision:	https://reviews.freebsd.org/D11835
Original commitRevision:447190 
Sunday, 28 May 2017
03:53 sunpoet search for other commits by this committer
Update CONFLICTS_INSTALL
Original commitRevision:441892 
Tuesday, 18 Apr 2017
18:26 miwi search for other commits by this committer
- Fix Shebangs
Original commitRevision:438789 
Friday, 7 Apr 2017
07:55 wen search for other commits by this committer
- Adjust CONFLICTS_INSTALL after add py-django111
Original commitRevision:437915 
Tuesday, 4 Apr 2017
18:18 miwi search for other commits by this committer
- Update following ports:
    py-django18  -> 1.8.18
    py-django19  -> 1.9.13
    py-django110 -> 1.10.7

Changelog:
    https://docs.djangoproject.com/en/dev/releases/1.8.18/
    https://docs.djangoproject.com/en/dev/releases/1.9.13/
    https://docs.djangoproject.com/en/dev/releases/1.10.7/

MFH:		2017Q2
Security:	http://vuxml.freebsd.org/freebsd/dc880d6c-195d-11e7-8c63-0800277dcc69.html
Original commitRevision:437747 
Friday, 3 Mar 2017
08:43 miwi search for other commits by this committer
- Update to 1.10.6
Original commitRevision:435322 
Tuesday, 7 Feb 2017
20:32 sunpoet search for other commits by this committer
Update to 1.10.5

- Add NO_ARCH
- Add missing OPTIONS_DEFINE=DOCS
- Convert to options helper
- Convert to options target helper
- Update WWW

Changes:	https://docs.djangoproject.com/en/1.10/releases/1.10.5/
Original commitRevision:433594 
Sunday, 4 Dec 2016
06:50 wen search for other commits by this committer
- Update to 1.10.4
Original commitRevision:427754 
Wednesday, 2 Nov 2016
12:52 lwhsu search for other commits by this committer
- Update to 1.10.3

MFH:		2016Q4
Security:	cb116651-79db-4c09-93a2-c38f9df46724
Original commitRevision:425149 
Wednesday, 5 Oct 2016
14:57 wen search for other commits by this committer
- Update to 1.10.2
Original commitRevision:423350 
Thursday, 8 Sep 2016
01:42 wen search for other commits by this committer
- Repocopy py-django19 --> py-django110 and update to 1.10.1
Original commitRevision:421528 

Number of commits found: 18