mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- update to 0.6
- trim Makefile header - remove indefinite article from COMMENT - change USE_PYTHON to ``yes'' (python3 is now supported too) - tab -> space change in pkg-descr:WWW Reported by: portscout
This commit is contained in:
parent
8392012b47
commit
12dba7a433
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312128
3 changed files with 6 additions and 10 deletions
|
@ -1,21 +1,17 @@
|
|||
# New ports collection makefile for: py-django-appconf
|
||||
# Date created: 13 April 2012
|
||||
# Whom: Ruslan Mahmatkhanov <rm@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= django-appconf
|
||||
PORTVERSION= 0.5
|
||||
PORTVERSION= 0.6
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= rm@FreeBSD.org
|
||||
COMMENT= A helper class for handling configuration defaults gracefully
|
||||
COMMENT= Helper class for handling configuration defaults gracefully
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
USE_PYTHON= -2.7
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= easy_install
|
||||
PYDISTUTILS_PKGNAME= ${PORTNAME:S/-/_/}
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (django-appconf-0.5.tar.gz) = fe5ddcd6b701727afc4b3dee8967d1b20137e2f4ccb025c1d17e5e0c59696c5f
|
||||
SIZE (django-appconf-0.5.tar.gz) = 14537
|
||||
SHA256 (django-appconf-0.6.tar.gz) = a88ed8fb923a53c70c2c46fbe4508b5f81646b4b01401f1568a821671b33215c
|
||||
SIZE (django-appconf-0.6.tar.gz) = 15384
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
A helper class for handling configuration defaults of packaged Django apps
|
||||
gracefully.
|
||||
|
||||
WWW: http://django-appconf.readthedocs.org/
|
||||
WWW: http://django-appconf.readthedocs.org/
|
||||
|
|
Loading…
Add table
Reference in a new issue