Index: head/www/py-django-mezzanine/Makefile =================================================================== --- head/www/py-django-mezzanine/Makefile (revision 474282) +++ head/www/py-django-mezzanine/Makefile (revision 474283) @@ -1,38 +1,44 @@ # Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= django-mezzanine -PORTVERSION= 4.2.2 +DISTVERSION= 4.2.3-148 +DISTVERSIONSUFFIX= -g12114051 CATEGORIES= www python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= Mezzanine-${PORTVERSION} MAINTAINER= koobs@FreeBSD.org COMMENT= Content management platform built using the Django framework LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.8:www/py-django18@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.8:www/py-django111@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-contrib-comments>0:www/py-django-contrib-comments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-mezzanine-filebrowser>=0.4.6:www/py-django-mezzanine-filebrowser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-mezzanine-grappelli>=0.4.5:www/py-django-mezzanine-grappelli@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tzlocal>=1.0:devel/py-tzlocal@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}bleach>=1.4:www/py-bleach@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.1.3:www/py-beautifulsoup@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}bleach>=2.0:www/py-bleach@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.5.3:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.1.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.4:www/py-requests-oauthlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>=0.9.0:devel/py-future@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py-chardet@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pep8>=1.4.1:devel/pep8@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyflakes>=0.6.1:devel/py-pyflakes@${PY_FLAVOR} USES= gettext python USE_PYTHON= autoplist concurrent distutils +USE_GITHUB= yes +GH_ACCOUNT= stephenmcd +GH_PROJECT= mezzanine +NO_ARCH= yes + +SUB_FILES= pkg-message +SUB_LIST= PYTHON_VER=${PYTHON_VER} do-test: @cd ${WRKSRC} && ${SETENV} TZ=UTC LC_ALL=en_US.UTF-8 ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Index: head/www/py-django-mezzanine/distinfo =================================================================== --- head/www/py-django-mezzanine/distinfo (revision 474282) +++ head/www/py-django-mezzanine/distinfo (revision 474283) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477385624 -SHA256 (Mezzanine-4.2.2.tar.gz) = 890298ec6e3281cce0b318a7956222480aa3be38bf25e8f841d9f5e33b7fba9b -SIZE (Mezzanine-4.2.2.tar.gz) = 6229423 +TIMESTAMP = 1526932998 +SHA256 (stephenmcd-mezzanine-4.2.3-148-g12114051_GH0.tar.gz) = 7990eceba5ab0291f5b0aa957388b5175b752dd037fc50848972c4574cdad812 +SIZE (stephenmcd-mezzanine-4.2.3-148-g12114051_GH0.tar.gz) = 6207852 Index: head/www/py-django-mezzanine/files/pkg-message.in =================================================================== --- head/www/py-django-mezzanine/files/pkg-message.in (nonexistent) +++ head/www/py-django-mezzanine/files/pkg-message.in (revision 474283) @@ -0,0 +1,25 @@ +================================================================================ + +Quick start instructions: + +1. Create a new project + +$ mezzanine-project-%%PYTHON_VER%% myproject + +2. Change into the newly created project folder + +$ cd myproject + +3. Generate the databases and the admin account. Please make sure, that you run + the command with LC_ALL when no locale is set, e.g.: + +$ env LC_ALL=en_US.UTF-8 python%%PYTHON_VER%% manage.py createdb + +4. Run the server. Again, mezzanine must run with a explicitly set locale + otherwise you'll encounter "UnicodeEncodeError" issues: + +$ env LC_ALL=en_US.UTF-8 python%%PYTHON_VER%% manage.py runserver + +Please refer to the full documentation at: http://mezzanine.jupo.org/docs/ + +================================================================================ Property changes on: head/www/py-django-mezzanine/files/pkg-message.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/py-django-mezzanine-filebrowser/Makefile =================================================================== --- head/www/py-django-mezzanine-filebrowser/Makefile (revision 474282) +++ head/www/py-django-mezzanine-filebrowser/Makefile (revision 474283) @@ -1,22 +1,22 @@ # Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= django-mezzanine-filebrowser -PORTVERSION= 0.4.6 +PORTVERSION= 0.4.7 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= filebrowser_safe-${PORTVERSION} MAINTAINER= koobs@FreeBSD.org COMMENT= Fork of django-filebrowser for Mezzanine CMS LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USES= gettext python USE_PYTHON= autoplist concurrent distutils .include Index: head/www/py-django-mezzanine-filebrowser/distinfo =================================================================== --- head/www/py-django-mezzanine-filebrowser/distinfo (revision 474282) +++ head/www/py-django-mezzanine-filebrowser/distinfo (revision 474283) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477384714 -SHA256 (filebrowser_safe-0.4.6.tar.gz) = 80ce1b8b66d442d1a78f1ff4404a3f706ccd81bcb00bf1831e291cb17db8aa7c -SIZE (filebrowser_safe-0.4.6.tar.gz) = 68398 +TIMESTAMP = 1526323886 +SHA256 (filebrowser_safe-0.4.7.tar.gz) = ff23a218c3de564d0be9765d82f7b9b54392102d2eb17186bf14dc531f59adb2 +SIZE (filebrowser_safe-0.4.7.tar.gz) = 71304 Index: head/www/py-django-mezzanine-grappelli/Makefile =================================================================== --- head/www/py-django-mezzanine-grappelli/Makefile (revision 474282) +++ head/www/py-django-mezzanine-grappelli/Makefile (revision 474283) @@ -1,22 +1,22 @@ # Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= django-mezzanine-grappelli -PORTVERSION= 0.4.5 +PORTVERSION= 0.4.7 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= grappelli_safe-${PORTVERSION} MAINTAINER= koobs@FreeBSD.org COMMENT= Fork of django-grappelli for Mezzanine CMS LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USES= gettext python USE_PYTHON= autoplist concurrent distutils .include Index: head/www/py-django-mezzanine-grappelli/distinfo =================================================================== --- head/www/py-django-mezzanine-grappelli/distinfo (revision 474282) +++ head/www/py-django-mezzanine-grappelli/distinfo (revision 474283) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477384910 -SHA256 (grappelli_safe-0.4.5.tar.gz) = 3515d59f9e048a703df8a3e47d73b58ec36f3007b0cd6b8c53c2eecc16fa70de -SIZE (grappelli_safe-0.4.5.tar.gz) = 77915 +TIMESTAMP = 1526323788 +SHA256 (grappelli_safe-0.4.7.tar.gz) = 2049d13e20872e91182f907798bb5e1d85304162bffb47512a1f5d9ec2d5587e +SIZE (grappelli_safe-0.4.7.tar.gz) = 78216