svn commit: r532683 - head/www/py-django-mptt

Kai Knoblich kai at FreeBSD.org
Thu Apr 23 15:09:17 UTC 2020


Author: kai
Date: Thu Apr 23 15:09:16 2020
New Revision: 532683
URL: https://svnweb.freebsd.org/changeset/ports/532683

Log:
  www/py-django-mptt: Update to 0.11.0
  
  * Also assign the port to Django 2.2 because Django 1.11 is End-of-Life
    since April.
  
  * Remove superfluous USES=gettext because gettext is already pulled in by
    Python itself (via the NLS option).  Although the package contains some
    localized .po files, Django needs Python's gettext API to work with those
    files.
  
  * Clean up CONFLICTS_INSTALL as www/py-dj21-django-mptt no longer exists in
    the Ports tree.
  
  Changelog:
  
  https://github.com/django-mptt/django-mptt/compare/0.9.1...0.11.0
  
  PR:		245472
  Approved by:	maintainer timeout (14 days)

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

Modified: head/www/py-django-mptt/Makefile
==============================================================================
--- head/www/py-django-mptt/Makefile	Thu Apr 23 14:43:27 2020	(r532682)
+++ head/www/py-django-mptt/Makefile	Thu Apr 23 15:09:16 2020	(r532683)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	django-mptt
-PORTVERSION=	0.9.1
-PORTREVISION=	1
+PORTVERSION=	0.11.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,12 +16,11 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR}\
 		${PYTHON_PKGNAMEPREFIX}django-js-asset>0:www/py-django-js-asset@${PY_FLAVOR}
 
-USES=		gettext python:3.5+
+USES=		python:3.5+
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=		yes
 CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}django-happenings \
-			${PYTHON_PKGNAMEPREFIX}dj21-django-mptt \
 			${PYTHON_PKGNAMEPREFIX}dj22-django-mptt
 
 .include <bsd.port.mk>

Modified: head/www/py-django-mptt/distinfo
==============================================================================
--- head/www/py-django-mptt/distinfo	Thu Apr 23 14:43:27 2020	(r532682)
+++ head/www/py-django-mptt/distinfo	Thu Apr 23 15:09:16 2020	(r532683)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1533818904
-SHA256 (django-mptt-0.9.1.tar.gz) = 689a04cce0981671d6061a9928c33a16b47abb0d4cd43cf7dec31ae284fdae9d
-SIZE (django-mptt-0.9.1.tar.gz) = 95615
+TIMESTAMP = 1586258697
+SHA256 (django-mptt-0.11.0.tar.gz) = dfdb3af75ad27cdd4458b0544ec8574174f2b90f99bc2cafab6a15b4bc1895a8
+SIZE (django-mptt-0.11.0.tar.gz) = 98300


More information about the svn-ports-head mailing list