Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Sep 2016 16:59:55 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421238 - head/www/py-django-statici18n
Message-ID:  <201609011659.u81GxtV2063795@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Thu Sep  1 16:59:55 2016
New Revision: 421238
URL: https://svnweb.freebsd.org/changeset/ports/421238

Log:
  www/py-django-statici18n: 1.1.5 -> 1.2.1
  
  - Fix Django links to use version 1.10
  - Mark inlinei18n output as safe (thanks @quantum5)
  - Added support for JSON format in command-line based catalog
    generation (thanks @rarguelloF)
  - Added support for Django 1.9 and 1.10; this change also drops
    support for Django 1.4, 1.5, 1.6 and 1.7 as they are not officially
    supported by the DSF anymore (thanks @julen)
  - Added support for USE_18N = False (thanks @julen)
  
  PR:		212295
  Submitted by:	Ultima1252@gmail.com (maintainer)

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

Modified: head/www/py-django-statici18n/Makefile
==============================================================================
--- head/www/py-django-statici18n/Makefile	Thu Sep  1 16:44:45 2016	(r421237)
+++ head/www/py-django-statici18n/Makefile	Thu Sep  1 16:59:55 2016	(r421238)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	django-statici18n
-PORTVERSION=	1.1.5
-PORTREVISION=	1
+PORTVERSION=	1.2.1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/www/py-django-statici18n/distinfo
==============================================================================
--- head/www/py-django-statici18n/distinfo	Thu Sep  1 16:44:45 2016	(r421237)
+++ head/www/py-django-statici18n/distinfo	Thu Sep  1 16:59:55 2016	(r421238)
@@ -1,2 +1,3 @@
-SHA256 (django-statici18n-1.1.5.tar.gz) = f8d7b523da8fa635de8c359f6dbde9821e2e8e1a092d915786455ffd2533808b
-SIZE (django-statici18n-1.1.5.tar.gz) = 8980
+TIMESTAMP = 1471891190
+SHA256 (django-statici18n-1.2.1.tar.gz) = 17446da820a90fdd8833044068277a6ded63239e69af8107b61eeb26c729d845
+SIZE (django-statici18n-1.2.1.tar.gz) = 6997



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