Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Sep 2016 00:47:20 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422795 - head/www/py-django-subdomains
Message-ID:  <201609270047.u8R0lK5O031357@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Tue Sep 27 00:47:19 2016
New Revision: 422795
URL: https://svnweb.freebsd.org/changeset/ports/422795

Log:
  - Update to 2.1.0
  - Add LICENSE
  
  PR:		213003
  Submitted by:	rum1cro@yandex.ru(maintainer)

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

Modified: head/www/py-django-subdomains/Makefile
==============================================================================
--- head/www/py-django-subdomains/Makefile	Mon Sep 26 23:37:37 2016	(r422794)
+++ head/www/py-django-subdomains/Makefile	Tue Sep 27 00:47:19 2016	(r422795)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	django-subdomains
-PORTVERSION=	2.0.4
-PORTREVISION=	1
+PORTVERSION=	2.1.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,9 +10,11 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	rum1cro@yandex.ru
 COMMENT=	Subdomains helpers for the Django framework
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django18>0:www/py-django18
 
-USES=		python:2
+USES=		python
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>

Modified: head/www/py-django-subdomains/distinfo
==============================================================================
--- head/www/py-django-subdomains/distinfo	Mon Sep 26 23:37:37 2016	(r422794)
+++ head/www/py-django-subdomains/distinfo	Tue Sep 27 00:47:19 2016	(r422795)
@@ -1,2 +1,3 @@
-SHA256 (django-subdomains-2.0.4.tar.gz) = 05e861b3459281318ce451443332e7e114a2b7c99d2306e9c89adfcc8fbcb098
-SIZE (django-subdomains-2.0.4.tar.gz) = 10912
+TIMESTAMP = 1474933138
+SHA256 (django-subdomains-2.1.0.tar.gz) = 5684bb3a731de2295a549f6f2c3d6a806da802ff1ad369babd57cf008d9a783f
+SIZE (django-subdomains-2.1.0.tar.gz) = 7345



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