mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Update to 0.3.2
PR: 189951 Submitted by: maintainer
This commit is contained in:
parent
8375d58031
commit
2f534f3fa7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354778
@ -2,15 +2,16 @@
|
||||
# $FreeBSD$
|
||||
|
||||
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
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user