diff options
author | koobs <koobs@FreeBSD.org> | 2013-12-16 18:55:38 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2013-12-16 18:55:38 +0800 |
commit | 982e2a16b72682a6396a6b58ec355f5ead26a589 (patch) | |
tree | d2303380e6a6f8273e8c3010fb4fc5458801ceec | |
parent | 5a55583680a2cd68037ea3aa5d840c3ea1dda587 (diff) | |
download | freebsd-ports-gnome-982e2a16b72682a6396a6b58ec355f5ead26a589.tar.gz freebsd-ports-gnome-982e2a16b72682a6396a6b58ec355f5ead26a589.tar.zst freebsd-ports-gnome-982e2a16b72682a6396a6b58ec355f5ead26a589.zip |
www/py-django-dpaste: Update commit hash, switch to setuptools new world order
- Dont point to a direct commit since upstream tagged 2.1
- Deprecate easy_install
-rw-r--r-- | www/py-django-dpaste/Makefile | 5 | ||||
-rw-r--r-- | www/py-django-dpaste/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/www/py-django-dpaste/Makefile b/www/py-django-dpaste/Makefile index 4e44961ce29a..29f36040f36a 100644 --- a/www/py-django-dpaste/Makefile +++ b/www/py-django-dpaste/Makefile @@ -23,11 +23,10 @@ MIGRATIONS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}south>=0.8.2:${PORTSDIR}/database USE_GITHUB= yes USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes GH_ACCOUNT= bartTC -GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= bb089fe +GH_COMMIT= 4ffd0ed .include <bsd.port.mk> diff --git a/www/py-django-dpaste/distinfo b/www/py-django-dpaste/distinfo index 8912574b9e17..611359e23ec2 100644 --- a/www/py-django-dpaste/distinfo +++ b/www/py-django-dpaste/distinfo @@ -1,2 +1,2 @@ -SHA256 (dpaste-2.1.tar.gz) = f87a83b603bc2985e3eeb42df383871aa11f39c10d8088d6d16dcb9bc8c67e8a -SIZE (dpaste-2.1.tar.gz) = 113855 +SHA256 (dpaste-2.1.tar.gz) = 3ca5e2d2a5f7ae7125ce3d479a61c42aef76c71ebed9a7e481da9c6cc7394981 +SIZE (dpaste-2.1.tar.gz) = 113997 |