diff options
author | wg <wg@FreeBSD.org> | 2013-12-20 03:04:25 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-12-20 03:04:25 +0800 |
commit | 40042d9ce76d0843fe2b89d154ceaf88796f36c0 (patch) | |
tree | 8b1ce836d91f7b99bd8941261ac36a492f7c07fc /www | |
parent | 6c5719d0ab76b3112966c552cdbfc3e0dcde5d07 (diff) | |
download | freebsd-ports-gnome-40042d9ce76d0843fe2b89d154ceaf88796f36c0.tar.gz freebsd-ports-gnome-40042d9ce76d0843fe2b89d154ceaf88796f36c0.tar.zst freebsd-ports-gnome-40042d9ce76d0843fe2b89d154ceaf88796f36c0.zip |
www/py-djangotoolbox: update to 1.6.1
- Update to 1.6.1 [1]
- Allow staging
- Use python auto plist
- Remove leading article from COMMENT
- BSD -> BSD3CLAUSE
PR: ports/184741 [1]
Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/py-djangotoolbox/Makefile | 13 | ||||
-rw-r--r-- | www/py-djangotoolbox/distinfo | 4 |
2 files changed, 7 insertions, 10 deletions
diff --git a/www/py-djangotoolbox/Makefile b/www/py-djangotoolbox/Makefile index 63245439004f..d664b0353b6e 100644 --- a/www/py-djangotoolbox/Makefile +++ b/www/py-djangotoolbox/Makefile @@ -2,23 +2,20 @@ # $FreeBSD$ PORTNAME= djangotoolbox -PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTVERSION= 1.6.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= john@ixsystems.com -COMMENT= A common API for running Django on non-relational/NoSQL databases +COMMENT= Common API for running Django on non-relational/NoSQL databases -LICENSE= BSD +LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>0:${PORTSDIR}/www/py-django USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/py-djangotoolbox/distinfo b/www/py-djangotoolbox/distinfo index 912dea4dfec5..0d46314164a3 100644 --- a/www/py-djangotoolbox/distinfo +++ b/www/py-djangotoolbox/distinfo @@ -1,2 +1,2 @@ -SHA256 (djangotoolbox-0.9.2.tar.gz) = 0b48f2abef1fb4e1d8ea8d3339fe5a6cea1c69197e277570534545a30ff48036 -SIZE (djangotoolbox-0.9.2.tar.gz) = 17762 +SHA256 (djangotoolbox-1.6.1.tar.gz) = a4750a67654a2db464c5fb621d472b49822211cc86fde9033dd34ee496e7863e +SIZE (djangotoolbox-1.6.1.tar.gz) = 33871 |