mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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] MFH: 2016Q4
This commit is contained in:
parent
f34021d038
commit
0d159fae4d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427772
2 changed files with 7 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= django-mezzanine-grappelli
|
PORTNAME= django-mezzanine-grappelli
|
||||||
PORTVERSION= 0.3.13
|
PORTVERSION= 0.4.5
|
||||||
CATEGORIES= www python
|
CATEGORIES= www python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -14,7 +14,9 @@ COMMENT= Fork of django-grappelli for Mezzanine CMS
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
USES= gettext python
|
USES= gettext python
|
||||||
USE_PYTHON= autoplist distutils
|
USE_PYTHON= autoplist concurrent distutils
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (grappelli_safe-0.3.13.tar.gz) = 8b21b4724bce449cc4f22dc74ed0be9b3e841d968f3271850bf4836864304eb6
|
TIMESTAMP = 1477384910
|
||||||
SIZE (grappelli_safe-0.3.13.tar.gz) = 663285
|
SHA256 (grappelli_safe-0.4.5.tar.gz) = 3515d59f9e048a703df8a3e47d73b58ec36f3007b0cd6b8c53c2eecc16fa70de
|
||||||
|
SIZE (grappelli_safe-0.4.5.tar.gz) = 77915
|
||||||
|
|
Loading…
Add table
Reference in a new issue