Port details |
- py-django-mezzanine Content management platform built using the Django framework
- 4.3.1_1 www
=0 4.3.1_1Version of this port present on the latest quarterly branch.
- Maintainer: koobs@FreeBSD.org
- Port Added: 2013-05-09 21:38:27
- Last Update: 2021-04-23 10:05:17
- Commit Hash: a9f9173
- Also Listed In: python
- License: BSD2CLAUSE
- WWW:
- https://github.com/stephenmcd/mezzanine
- Description:
- Mezzanine is a content management platform built using the Django framework. It
resembles tools like Wordpress, with an intuitive interface for managing pages,
blog posts, form data, store products, or any other type of content you can
imagine.
WWW: https://github.com/stephenmcd/mezzanine
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}django-mezzanine>0:www/py-django-mezzanine@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py37-django-mezzanine
- Package flavors (<flavor>: <package>)
- py37: py37-django-mezzanine
- distinfo:
- TIMESTAMP = 1557912053
SHA256 (stephenmcd-mezzanine-4.3.1_GH0.tar.gz) = 4438957f1c4d916eda6ed1af95854a69b246c3aed7f93618c26eda60634d9e76
SIZE (stephenmcd-mezzanine-4.3.1_GH0.tar.gz) = 6213770
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- msgfmt : devel/gettext-tools
- py37-setuptools>0 : devel/py-setuptools@py37
- python3.7 : lang/python37
- Runtime dependencies:
-
- py37-django111>=1.8 : www/py-django111@py37
- py37-django-contrib-comments>0 : www/py-django-contrib-comments@py37
- py37-django-mezzanine-filebrowser>=0.5.0 : www/py-django-mezzanine-filebrowser@py37
- py37-django-mezzanine-grappelli>=0.5.0 : www/py-django-mezzanine-grappelli@py37
- py37-tzlocal>=1.0 : devel/py-tzlocal@py37
- py37-bleach>=2.0 : www/py-bleach@py37
- py37-beautifulsoup>=4.5.3 : www/py-beautifulsoup@py37
- py37-requests>=2.1.0 : www/py-requests@py37
- py37-requests-oauthlib>=0.4 : www/py-requests-oauthlib@py37
- py37-future>=0.9.0 : devel/py-future@py37
- py37-chardet>0 : textproc/py-chardet@py37
- py37-pillow>=7.0.0 : graphics/py-pillow@py37
- py37-setuptools>0 : devel/py-setuptools@py37
- python3.7 : lang/python37
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_py-django-mezzanine
- USES:
- gettext python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.3.1_1 23 Apr 2021 10:05:17 |
Kai Knoblich (kai) |
www/py-django-mezzanine: Delete port
* The current version of Mezzanine only works with Django 1.11, which
has expired since April 2020.
There is currently no newer, production-ready release, which supports
Django 2.2 and onward.
PR: 245309
Approved by: koobs (maintainer) |
4.3.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.3.1_1 24 Dec 2020 09:21:28 |
antoine |
soupsieve 2.0.1 is only compatible with python 3.6+ |
4.3.1_1 24 Mar 2020 19:54:57 |
antoine |
Convert the tree to use PY_PILLOW
With hat: portmgr
Originally submitted by: kai |
4.3.1_1 24 Feb 2020 11:36:16 |
kai |
graphics/py-pillow: Update to 7.0.0
* Repo-Copy the Pillow 6.2.2 release to graphics/py-pillow6 to retain
backwards compatibility for Python 2 consumers as the Pillow 7.0.0 release
dropped the support for Python 2.
* Apply conditional statements to use either Pillow 7.x or Pillow 6.x for
consumers that can be built for Python 2 or newer.
* Exceptions are ports that can be built only for either Python 2 or
Python 3. For the first case, consumers are just assigned to the
repo-copied graphics/py-pillow6.
* Also remove Pillow from BUILD_DEPENDS of math/py-PyWavelets as it is not
listed in setup.py as a build dependency [1] and relax the version (Only the first 15 lines of the commit message are shown above ) |
4.3.1 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
4.3.1 15 May 2019 09:56:42 |
koobs |
www/py-django-mezzanine: Update to 4.3.1
Changelog:
https://github.com/stephenmcd/mezzanine/blob/4.3.1/CHANGELOG |
4.2.3.148_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
4.2.3.148 09 Jul 2018 19:13:41 |
miwi |
- Update www/py-django-mezzanine to 4.2.3-148
Changes to the port:
*Changed CHEESESHOP to GH. Reason: Release 4.2.3 is dated from Q1/2017 and
has no support for Django 1.11 or newer. Support for Django 1.11 has been
introduced with commit 564e574 . When upstream brings a new release then
a return to CHEESESHOP should be no problem.
*Changed RUN_DEPENDS to reflect the new dependencies
*Added NO_ARCH
*Added pkg-message with quick start notes to improve the user experience
*Added SUB_FILES and SUB_LIST for pkg-message
- Update www/py-django-mezzanine-filebrowser to 0.4.7
- Update www/py-django-mezzanine-grapelli to 0.4.7
PR: 228417
Submitted by: freebsd_ports@k-worx.org
Approved by: koobs (maintainer)
Sponsored by: iXsystems Inc. |
4.2.2 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
4.2.2 22 May 2018 13:15:13 |
mat |
Add PY_FLAVOR to Python module dependencies.
Sponsored by: Absolight |
4.2.2 30 Nov 2017 15:50:34 |
mat |
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 (Only the first 15 lines of the commit message are shown above ) |
4.2.2 04 Dec 2016 11:29:10 |
koobs |
www/py-django-mezzanine: Update to 4.2.2, Mark Un'BROKEN
- Update PORTVERSION and distinfo checksum (4.2.2)
- Update RUN_DEPENDS. In particular, switch to Django 1.8 and mark
un'BROKEN accordingly
- Remove setup.py patch. No longer necessary.
- Enable concurrent Python installation
MFH: 2016Q4
X-MFH-With: 424630, 427770, 427772 |
3.1.10_2 25 Oct 2016 15:48:48 |
amdmi3 |
- Mark BROKEN: depends on both django16 and www/py-django-mezzanine which
depends on django18 -> conflict
Approved by: portmgr blanket |
3.1.10_2 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
3.1.10_2 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
3.1.10_2 29 Oct 2015 06:38:42 |
koobs |
www/py-django-mezzanine: Fix run dependency versions
Loosen the dependencies listed in setup.py:install_requires so that
port dependencies can satisfy them. This fixes run-time errors such as:
pkg_resources.DistributionNotFound: The 'future==0.9.0' distribution was not
found and is required by Mezzanine
- Update and sort RUN_DEPENDS, remove chardet
- Add TEST_DEPENDS
- Rename test target now that framework supports TEST_DEPENDS et al.
- Update test target to set some environment variables that if not set
can cause test failures in particular environments.
PR: 200994
MFH: 2015Q4 |
3.1.10_1 09 Feb 2015 05:18:13 |
koobs |
www/py-django-mezzanine: Depend on django-contrib-comments
- Add py-django-contrib-comments to RUN_DEPENDS as referenced in
${WRKSRC}/setup.py now that the port has been added to the tree. |
3.1.10 09 Feb 2015 04:19:15 |
koobs |
www/py-django-mezzanine: Update to 3.1.10
- Update to 3.1.10
- Add LICENSE_FILE
- Update and sort RUN_DEPENDS
- Mezzanine now supports Python 3
- Update py-django-mezzanine-filebrowser to 0.3.5
- Update py-django-mezzanine-grappelli to 0.3.13
- Add LICENSE and LICENSE_FILE to both of the above
While I'm here:
- Sort USE_PYTHON values |
1.4.7_2 03 Jan 2015 08:41:21 |
mva |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
1.4.7_2 21 Dec 2014 16:09:05 |
feld |
Update "BSD" license in www category |
1.4.7_2 04 Mar 2014 15:40:33 |
miwi |
- Convert to autoplist
- Stage support
- Bump PORTREVISION |
1.4.7_1 29 Jan 2014 15:39:37 |
miwi |
- Convert to PYDISTUTILS_AUTOPLIST= yes
- Stage support
- Bump PORTREVISION |
1.4.7 13 Jan 2014 21:00:04 |
rene |
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) |
1.4.7 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.4.7 02 Jun 2013 02:30:18 |
koobs |
www/py-django-mezzanine: Update to 1.4.7
- Update to 1.4.7
- Update pkg-plist
- Remove patches (now upstream)
- Remove pre-patch: target
- Regression-test target needs build: first
- Tweak RUN_DEPENDS version for bleach
Changes:
http://mezzanine.jupo.org/docs/colophon.html#version-1-4-7-may-18-2013 |
1.4.6 09 May 2013 21:38:13 |
koobs |
www/py27-django-mezzanine: Django content management platform [NEW PORT]
Mezzanine is a content management platform built using the Django framework. It
resembles tools like Wordpress, with an intuitive interface for managing pages,
blog posts, form data, store products, or any other type of content you can
imagine.
WWW: https://github.com/stephenmcd/mezzanine
PR: ports/168491
Approved by: eadler, rm (mentors, implicit) |