diff -urN py-django-tagging.orig/Makefile py-django-tagging/Makefile --- py-django-tagging.orig/Makefile 2014-05-19 13:58:21.000000000 +0000 +++ py-django-tagging/Makefile 2014-05-19 14:00:09.000000000 +0000 @@ -2,15 +2,16 @@ # $FreeBSD: head/www/py-django-tagging/Makefile 346105 2014-02-26 06:12:19Z miwi $ PORTNAME= django-tagging -PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTVERSION= 0.3.2 CATEGORIES= www python -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@caomhin.org COMMENT= Generic tagging application for Django +LICENSE= BSD + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django USE_PYTHON= yes diff -urN py-django-tagging.orig/distinfo py-django-tagging/distinfo --- py-django-tagging.orig/distinfo 2014-05-19 13:58:29.000000000 +0000 +++ py-django-tagging/distinfo 2014-05-19 13:53:21.000000000 +0000 @@ -1,2 +1,2 @@ -SHA256 (django-tagging-0.3.1.tar.gz) = e5fbeb7ca6e0c22a9a96239095dff508040ec95171e51c69e6f8ada72ea4bce2 -SIZE (django-tagging-0.3.1.tar.gz) = 31531 +SHA256 (django-tagging-0.3.2.tar.gz) = 670342ed5de97473aa73dcd99914eb6f196e744340e1c65b431b06631cec1834 +SIZE (django-tagging-0.3.2.tar.gz) = 30995 diff -urN py-django-tagging.orig/pkg-descr py-django-tagging/pkg-descr --- py-django-tagging.orig/pkg-descr 2014-05-19 13:56:51.000000000 +0000 +++ py-django-tagging/pkg-descr 2014-05-19 14:00:21.000000000 +0000 @@ -1,4 +1,4 @@ A generic tagging application for Django projects, which allows association of a number of tags with any Model instance and makes retrieval of tags simple. -WWW: http://code.google.com/p/django-tagging/ +WWW: http://code.google.com/p/django-tagging/