Date: Thu, 9 Aug 2012 12:36:28 +0000 (UTC) From: Michael Scheidell <scheidell@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r302340 - head/www/py-django-haystack Message-ID: <201208091236.q79CaSen009573@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: scheidell Date: Thu Aug 9 12:36:27 2012 New Revision: 302340 URL: http://svn.freebsd.org/changeset/ports/302340 Log: - Update to 1.2.7 - Tweak RUN_DEPENDS - Fix pkg-desc WWW (needs django>=1.3) PR: ports/168864 Submitted by: koobs <koobs.freebsd@gmail.com> Approved by: maintainer (timeout, 60 days) Modified: head/www/py-django-haystack/Makefile head/www/py-django-haystack/distinfo head/www/py-django-haystack/pkg-descr Modified: head/www/py-django-haystack/Makefile ============================================================================== --- head/www/py-django-haystack/Makefile Thu Aug 9 12:31:57 2012 (r302339) +++ head/www/py-django-haystack/Makefile Thu Aug 9 12:36:27 2012 (r302340) @@ -6,7 +6,7 @@ # PORTNAME= django-haystack -PORTVERSION= 1.2.4 +PORTVERSION= 1.2.7 CATEGORIES= www databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ COMMENT= Pluggable search for Django LICENSE= BSD -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.3:${PORTSDIR}/www/py-django USE_PYTHON= yes USE_PYDISTUTILS= yes Modified: head/www/py-django-haystack/distinfo ============================================================================== --- head/www/py-django-haystack/distinfo Thu Aug 9 12:31:57 2012 (r302339) +++ head/www/py-django-haystack/distinfo Thu Aug 9 12:36:27 2012 (r302340) @@ -1,2 +1,2 @@ -SHA256 (django-haystack-1.2.4.tar.gz) = 4cba6ce754a9609f33b09a94d083b24578737be8352e2a42e64a4f5c4958fd11 -SIZE (django-haystack-1.2.4.tar.gz) = 635867 +SHA256 (django-haystack-1.2.7.tar.gz) = 23eda0372aacfb34ce3a53cc5c4aef00d1644dfe40eb050a0906954d7e09f877 +SIZE (django-haystack-1.2.7.tar.gz) = 732596 Modified: head/www/py-django-haystack/pkg-descr ============================================================================== --- head/www/py-django-haystack/pkg-descr Thu Aug 9 12:31:57 2012 (r302339) +++ head/www/py-django-haystack/pkg-descr Thu Aug 9 12:36:27 2012 (r302340) @@ -7,4 +7,4 @@ architecture that allows you to swap thi search ought to be. Haystack is BSD licensed, plays nicely with third-party app without needing to modify the source and supports Solr, Whoosh and Xapian. -WWW: http://south.aeracode.org/ +WWW: http://haystacksearch.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208091236.q79CaSen009573>