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

Number of commits found: 27

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 
Monday, 21 May 2018
14:31 miwi search for other commits by this committer
- Move EXPIRATION_DATE to 2018-08-01 www/py-horizon and www/py-seahub need more
time to migrate to py-django111

Sponsored by:	iXsystems Inc.
Original commitRevision:470541 
Thursday, 10 May 2018
08:43 miwi search for other commits by this committer
- Mark it Deprecated (end of live)

Sponsored by:     iXsystems Inc.
Original commitRevision:469522 
Tuesday, 6 Mar 2018
16:00 miwi search for other commits by this committer
- Update to 1.8.19
Original commitRevision:463731 
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 
Tuesday, 26 Dec 2017
18:36 lwhsu search for other commits by this committer
Chase www/py-flup -> www/py-flup6
Original commitRevision:457301 
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 
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

- Sort SHEBANG_FILES
Original commitRevision:441890 
Monday, 17 Apr 2017
15:07 miwi search for other commits by this committer
- Fix shebangs
Original commitRevision:438701 
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 
Tuesday, 7 Feb 2017
20:31 sunpoet search for other commits by this committer
Convert to options target helper

- Add NO_ARCH
- Add missing OPTIONS_DEFINE=DOCS
- Update WWW
Original commitRevision:433592 
Wednesday, 7 Dec 2016
02:35 wen search for other commits by this committer
- Update to 1.8.17
Original commitRevision:428027 
Wednesday, 2 Nov 2016
12:50 lwhsu search for other commits by this committer
- Update to 1.8.16

MFH:		2016Q4
Security:	cb116651-79db-4c09-93a2-c38f9df46724
Original commitRevision:425147 
Wednesday, 28 Sep 2016
01:58 wen search for other commits by this committer
- Update django18 and django19 to 1.8.15 and 1.9.10
  (security update)

MFH:	2016Q3
Original commitRevision:422839 
Wednesday, 7 Sep 2016
08:54 wen search for other commits by this committer
- Update CONFLICTS_INSTALL
Original commitRevision:421483 
Friday, 13 May 2016
03:40 lwhsu search for other commits by this committer
- Update to 1.8.13
Original commitRevision:415097 
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 
Friday, 4 Mar 2016
04:39 miwi search for other commits by this committer
- Update to 1.8.10
Original commitRevision:410082 
Saturday, 16 Jan 2016
09:02 miwi search for other commits by this committer
- Update to 1.8.8

Changes:
https://docs.djangoproject.com/en/1.9/releases/1.8.8/
Original commitRevision:406200 
Saturday, 12 Dec 2015
06:12 lwhsu search for other commits by this committer
- Update to 1.8.7
Original commitRevision:403587 
Tuesday, 1 Sep 2015
05:47 koobs search for other commits by this committer
www/django1{4,6,7,8}: Reduce diffs between ports

Reduce diffs between Django ports, standardizing on:

 * Prefer CHEESESHOP (Geo CDN) over DjangoProject.com for DISTFILES
 * Include version and optionally "LTS" in COMMENT suffixes
 * De-scope CONFLICTS to CONFLICTS_INSTALL and update match strings
 * Whitespace alignment and improve readability
 * Use empty(VARIABLE) instead of ! ${VARIABLE}
 * Sort Makefile entries (CPE_VENDOR and CONFLICTS_INSTALL)

Approved by:	python (with hat)
Original commitRevision:395745 
05:27 koobs search for other commits by this committer
www/py-django18: Remove invalid trailing backslash

Approved by:	python (with hat)
Original commitRevision:395743 
04:57 koobs search for other commits by this committer
[NEW] www/py-django18: Add Django 1.8.4 to the tree

Create a new www/django18 port using www/py-django17 as a base.

- Use CHEESESHOP (Geo-based CDN) as the default MASTER_SITES
- Update COMMENT to more closely match upstream
- Add version and LTS suffix to COMMENT
- Update CONFLICTS and de-scope to CONFLICTS_INSTALL
- Fix whitespace alignment and improve readability

Django 1.8 Release Notes:

  https://docs.djangoproject.com/en/1.8/releases/1.8/
Original commitRevision:395742 

Number of commits found: 27