svn commit: r336618 - head/www/py-django-dpaste
Kubilay Kocak
koobs at FreeBSD.org
Mon Dec 16 10:55:39 UTC 2013
Author: koobs
Date: Mon Dec 16 10:55:38 2013
New Revision: 336618
URL: http://svnweb.freebsd.org/changeset/ports/336618
Log:
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
Modified:
head/www/py-django-dpaste/Makefile
head/www/py-django-dpaste/distinfo
Modified: head/www/py-django-dpaste/Makefile
==============================================================================
--- head/www/py-django-dpaste/Makefile Mon Dec 16 10:55:14 2013 (r336617)
+++ head/www/py-django-dpaste/Makefile Mon Dec 16 10:55:38 2013 (r336618)
@@ -23,11 +23,10 @@ MIGRATIONS_RUN_DEPENDS= ${PYTHON_PKGNAME
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>
Modified: head/www/py-django-dpaste/distinfo
==============================================================================
--- head/www/py-django-dpaste/distinfo Mon Dec 16 10:55:14 2013 (r336617)
+++ head/www/py-django-dpaste/distinfo Mon Dec 16 10:55:38 2013 (r336618)
@@ -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
More information about the svn-ports-all
mailing list