Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Aug 2018 17:50:18 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476933 - head/www/py-django-profiles
Message-ID:  <201808111750.w7BHoI88061744@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sat Aug 11 17:50:17 2018
New Revision: 476933
URL: https://svnweb.freebsd.org/changeset/ports/476933

Log:
  www/py-django-profiles: use Django 1.11 instead of EOL Django 1.8
  
  PR:		230529
  Submitted by:	rene
  Approved by:	maintainer (jpaetzel)
  Sponsored by:	Essen Hackathon

Modified:
  head/www/py-django-profiles/Makefile

Modified: head/www/py-django-profiles/Makefile
==============================================================================
--- head/www/py-django-profiles/Makefile	Sat Aug 11 17:36:31 2018	(r476932)
+++ head/www/py-django-profiles/Makefile	Sat Aug 11 17:50:17 2018	(r476933)
@@ -3,7 +3,7 @@
 
 PORTNAME=	django-profiles
 PORTVERSION=	0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www python
 MASTER_SITES=	http://bitbucket.org/ubernostrum/django-profiles/get/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,7 @@ COMMENT=	User-profile application for Django
 
 LICENSE=	BSD3CLAUSE
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django18@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django111@${PY_FLAVOR}
 
 WRKSRC=	${WRKDIR}/${PORTNAME}
 USES=		python



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808111750.w7BHoI88061744>