Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Dec 2016 04:58:44 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r427932 - branches/2016Q4/www/py-django-mezzanine-grappelli
Message-ID:  <201612060458.uB64wiix080430@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Tue Dec  6 04:58:44 2016
New Revision: 427932
URL: https://svnweb.freebsd.org/changeset/ports/427932

Log:
  MFH: r427772 www/py-django-mezzanine-grappelli: Update to 0.4.5
  
  - Update PORTVERSION and distinfo checksum (0.4.5)
  - Add NO_ARCH
  - Enable concurrent installation
  
  This update is 2 of 2 that are required to update
  www/py-django-mezzanine to a version that supports
  Django 1.8.
  
  This is required so that the port can be marked Un'BROKEN on head [1]
  and fixed in quarterly.
  
  The conflict caused by a change made in r423024 [2][3] that updated a
  dependency (contrib-comments) to use Django 1.8 which caused a
  CONFLICT (Django 1.6 / Django 1.8):
  
  pkg-static: py27-django18-1.8.16 conflicts with py27-django16-1.6.11 (installs files into the same place).  Problematic file: /usr/local/man/man1/django-admin.1.gz
  
  Failed to install the following 1 package(s): /packages/All/py27-django-contrib-comments-1.7.3.txz
  
  [1] https://svnweb.freebsd.org/changeset/ports/424630
  [2] https://svnweb.freebsd.org/changeset/ports/423024
  
  PR:	213009 [3]
  
  Approved by:	ports-secteam (junovich, feld)

Modified:
  branches/2016Q4/www/py-django-mezzanine-grappelli/Makefile
  branches/2016Q4/www/py-django-mezzanine-grappelli/distinfo
Directory Properties:
  branches/2016Q4/   (props changed)

Modified: branches/2016Q4/www/py-django-mezzanine-grappelli/Makefile
==============================================================================
--- branches/2016Q4/www/py-django-mezzanine-grappelli/Makefile	Tue Dec  6 04:57:12 2016	(r427931)
+++ branches/2016Q4/www/py-django-mezzanine-grappelli/Makefile	Tue Dec  6 04:58:44 2016	(r427932)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	django-mezzanine-grappelli
-PORTVERSION=	0.3.13
+PORTVERSION=	0.4.5
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,9 @@ COMMENT=	Fork of django-grappelli for Me
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+NO_ARCH=	yes
+
 USES=		gettext python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 .include <bsd.port.mk>

Modified: branches/2016Q4/www/py-django-mezzanine-grappelli/distinfo
==============================================================================
--- branches/2016Q4/www/py-django-mezzanine-grappelli/distinfo	Tue Dec  6 04:57:12 2016	(r427931)
+++ branches/2016Q4/www/py-django-mezzanine-grappelli/distinfo	Tue Dec  6 04:58:44 2016	(r427932)
@@ -1,2 +1,3 @@
-SHA256 (grappelli_safe-0.3.13.tar.gz) = 8b21b4724bce449cc4f22dc74ed0be9b3e841d968f3271850bf4836864304eb6
-SIZE (grappelli_safe-0.3.13.tar.gz) = 663285
+TIMESTAMP = 1477384910
+SHA256 (grappelli_safe-0.4.5.tar.gz) = 3515d59f9e048a703df8a3e47d73b58ec36f3007b0cd6b8c53c2eecc16fa70de
+SIZE (grappelli_safe-0.4.5.tar.gz) = 77915



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