diff options
author | scheidell <scheidell@FreeBSD.org> | 2012-08-09 20:36:27 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2012-08-09 20:36:27 +0800 |
commit | e09b3ce9c4ee0a0880f0e645d7915e32159ac676 (patch) | |
tree | 7f86b71cd9365ec414ee97953a7c8f3c1f9caf77 /www | |
parent | 029d498e4c61429fd7aec86e7c2381c6632d2833 (diff) | |
download | freebsd-ports-gnome-e09b3ce9c4ee0a0880f0e645d7915e32159ac676.tar.gz freebsd-ports-gnome-e09b3ce9c4ee0a0880f0e645d7915e32159ac676.tar.zst freebsd-ports-gnome-e09b3ce9c4ee0a0880f0e645d7915e32159ac676.zip |
- 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)
Diffstat (limited to 'www')
-rw-r--r-- | www/py-django-haystack/Makefile | 4 | ||||
-rw-r--r-- | www/py-django-haystack/distinfo | 4 | ||||
-rw-r--r-- | www/py-django-haystack/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/www/py-django-haystack/Makefile b/www/py-django-haystack/Makefile index c51906bbc3f0..e01332166870 100644 --- a/www/py-django-haystack/Makefile +++ b/www/py-django-haystack/Makefile @@ -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 diff --git a/www/py-django-haystack/distinfo b/www/py-django-haystack/distinfo index eb1170734eb9..68adc14e854c 100644 --- a/www/py-django-haystack/distinfo +++ b/www/py-django-haystack/distinfo @@ -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 diff --git a/www/py-django-haystack/pkg-descr b/www/py-django-haystack/pkg-descr index b6dd9640ebef..4aae0bccb4b5 100644 --- a/www/py-django-haystack/pkg-descr +++ b/www/py-django-haystack/pkg-descr @@ -7,4 +7,4 @@ architecture that allows you to swap things in and out as you need to, it's how 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/ |