View | Details | Raw Unified | Return to bug 206312 | Differences between
and this patch

Collapse All | Expand All

(-)dev/www/py-django-tagging/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/www/py-django-tagging/Makefile 390167 2015-06-20 16:28:05Z swills $
2
# $FreeBSD: head/www/py-django-tagging/Makefile 390167 2015-06-20 16:28:05Z swills $
3
3
4
PORTNAME=	django-tagging
4
PORTNAME=	django-tagging
5
PORTVERSION=	0.4
5
PORTVERSION=	0.4.1
6
CATEGORIES=	www python
6
CATEGORIES=	www python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
(-)dev/www/py-django-tagging/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (django-tagging-0.4.tar.gz) = 033e3d1b352f0dacdf8588dc83521ac602a020f34f4c1c389912eaff2915e557
1
SHA256 (django-tagging-0.4.1.tar.gz) = 35802daf35f90aa022d59f7d7d485c719c29c4efbde1bf966d44017e1e64602b
2
SIZE (django-tagging-0.4.tar.gz) = 44225
2
SIZE (django-tagging-0.4.1.tar.gz) = 44260
(-)dev/www/py-django-tagging/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
A generic tagging application for Django projects, which allows association of
1
A generic tagging application for Django projects, which allows association of
2
a number of tags with any Model instance and makes retrieval of tags simple.
2
a number of tags with any Model instance and makes retrieval of tags simple.
3
3
4
WWW: http://code.google.com/p/django-tagging/
4
WWW: https://github.com/Fantomas42/django-tagging

Return to bug 206312