Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jun 2018 17:32:35 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r471382 - head/www/py-django-configurations
Message-ID:  <201806021732.w52HWZPY082155@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sat Jun  2 17:32:35 2018
New Revision: 471382
URL: https://svnweb.freebsd.org/changeset/ports/471382

Log:
  - Update to 2.0
  - Switch to django111
  - Update MASTER_SITES CHEESESHOP
  - Added LICENSE
  - Added DOCS option with the appropriate dependencies
  
  PR:	228153
  Submitted by:	freebsd_ports@k-worx.org
  Approved by:	maintainer timeout
  Sponsored by:	iXsystems Inc.

Modified:
  head/www/py-django-configurations/Makefile
  head/www/py-django-configurations/distinfo

Modified: head/www/py-django-configurations/Makefile
==============================================================================
--- head/www/py-django-configurations/Makefile	Sat Jun  2 17:30:24 2018	(r471381)
+++ head/www/py-django-configurations/Makefile	Sat Jun  2 17:32:35 2018	(r471382)
@@ -1,22 +1,32 @@
 # Created by: Tom Judge <tj@FreeBSD.org>
 # $FreeBSD$
 
-PORTNAME=	configurations
-PORTVERSION=	1.0
+PORTNAME=	django-configurations
+PORTVERSION=	2.0
 CATEGORIES=	www python
-MASTER_SITES=	GH
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}django-
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	tj@FreeBSD.org
 COMMENT=	Django project configuration using the composability of Python classes
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18@${FLAVOR}
+LICENSE=	BSD3CLAUSE
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR}
+
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	distutils concurrent autoplist
 NO_ARCH=	yes
-USE_GITHUB=	yes
-GH_ACCOUNT=	jazzband
-GH_PROJECT=	django-configurations
+PORTDOCS=	*
+
+OPTIONS_DEFINE=		DOCS
+DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR}
+DOCS_VARS=		PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E"
+
+post-install-DOCS-on:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	@(cd ${WRKSRC}/build/sphinx/html && \
+		${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \
+		"! -name .buildinfo -and ! -name objects.inv")
 
 .include <bsd.port.mk>

Modified: head/www/py-django-configurations/distinfo
==============================================================================
--- head/www/py-django-configurations/distinfo	Sat Jun  2 17:30:24 2018	(r471381)
+++ head/www/py-django-configurations/distinfo	Sat Jun  2 17:32:35 2018	(r471382)
@@ -1,2 +1,3 @@
-SHA256 (jazzband-django-configurations-1.0_GH0.tar.gz) = 345564cf1481a0101a59026a2ec0ec8fae51e8a25fe4083c1b2ca6beb911aed9
-SIZE (jazzband-django-configurations-1.0_GH0.tar.gz) = 39308
+TIMESTAMP = 1526033186
+SHA256 (django-configurations-2.0.tar.gz) = b4a4eb3ed631c2abbeb7008b5cc5d8d04b190df838e7b613731d728f674f3a2f
+SIZE (django-configurations-2.0.tar.gz) = 213029



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