svn commit: r422795 - head/www/py-django-subdomains

Wen Heping wen at FreeBSD.org
Tue Sep 27 00:47:21 UTC 2016


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 at 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 at 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


More information about the svn-ports-all mailing list