1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

www/py-django-haystack: update to 2.5.0

- update to 2.5.0
- switch to django 1.8, because 1.6 is unsupported
- package does not installs arch-dependend files, so set NO_ARCH

PR:		212688
Requested by:	SBB <samorders@gmail.com>
Approved by:	maintainer timeout (2 weeks)
This commit is contained in:
Ruslan Makhmatkhanov 2016-10-25 10:38:22 +00:00
parent ecc2a0c47e
commit 25d572f2cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424615
2 changed files with 8 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= django-haystack
PORTVERSION= 2.4.1
PORTVERSION= 2.5.0
CATEGORIES= www databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,10 +11,12 @@ MAINTAINER= kristaps.kulis@gmail.com
COMMENT= Pluggable search for Django
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django16>=1.6.11:www/py-django16
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18
USES= python
NO_ARCH= yes
USES= python:2.7+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View File

@ -1,2 +1,3 @@
SHA256 (django-haystack-2.4.1.tar.gz) = 8eac12672ad081f35bde9f32fce16e649c53efe48d2c883f79b1a7f330529b11
SIZE (django-haystack-2.4.1.tar.gz) = 160757
TIMESTAMP = 1475827847
SHA256 (django-haystack-2.5.0.tar.gz) = 54f6aa03770aa11de30b7052cdbdfdb102f8d5be4342033a89e538b4bdc86d9b
SIZE (django-haystack-2.5.0.tar.gz) = 212172