Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Nov 2018 23:56:01 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r484910 - head/www/py-django-configurations
Message-ID:  <201811132356.wADNu1Dh095238@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Nov 13 23:56:01 2018
New Revision: 484910
URL: https://svnweb.freebsd.org/changeset/ports/484910

Log:
  Update to 2.1
  
  - Add LICENSE_FILE
  
  Changes:	https://github.com/jazzband/django-configurations/releases

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	Tue Nov 13 23:55:52 2018	(r484909)
+++ head/www/py-django-configurations/Makefile	Tue Nov 13 23:56:01 2018	(r484910)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	django-configurations
-PORTVERSION=	2.0
+PORTVERSION=	2.1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,12 +11,15 @@ MAINTAINER=	python@FreeBSD.org
 COMMENT=	Django project configuration using the composability of Python classes
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	distutils concurrent autoplist
+
 NO_ARCH=	yes
+
 PORTDOCS=	*
 
 OPTIONS_DEFINE=		DOCS

Modified: head/www/py-django-configurations/distinfo
==============================================================================
--- head/www/py-django-configurations/distinfo	Tue Nov 13 23:55:52 2018	(r484909)
+++ head/www/py-django-configurations/distinfo	Tue Nov 13 23:56:01 2018	(r484910)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1526033186
-SHA256 (django-configurations-2.0.tar.gz) = b4a4eb3ed631c2abbeb7008b5cc5d8d04b190df838e7b613731d728f674f3a2f
-SIZE (django-configurations-2.0.tar.gz) = 213029
+TIMESTAMP = 1542046310
+SHA256 (django-configurations-2.1.tar.gz) = 71d9acdff33aa034f0157b0b3d23629fe0cd499bf4d0b6d699b9ca0701d952e8
+SIZE (django-configurations-2.1.tar.gz) = 39538



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