Date: Sat, 14 Dec 2013 13:09:11 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336443 - in head/www/py-django-dpaste: . files Message-ID: <201312141309.rBED9BFi079971@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Sat Dec 14 13:09:11 2013 New Revision: 336443 URL: http://svnweb.freebsd.org/changeset/ports/336443 Log: www/py-django-dpaste: Packaging fixes upstreamed and distfile re-rolled Four reported issues were upstreamed and the PyPi distribution file was re-rolled without a version bump or new tag. A number of addition commits also come along with this (Cmd-Enter to submit form) so bump PORTREVISION accordingly. - Delete all patches and the post-patch: workaround. Fixes: Issue #26: Templates and static files missing from sdist and installed files (create MANIFEST.in) https://github.com/bartTC/dpaste/issues/26 Issue #27: manage.py uneccessarily installed in LOCALBASE/bin due to scripts= in setup.py https://github.com/bartTC/dpaste/issues/27 Issue #28: Trove classifiers missing in pypi entry (use list not tuple) https://github.com/bartTC/dpaste/issues/28 Issue #29: Create LICENSE file, add MIT contents, add to MANIFEST.in https://github.com/bartTC/dpaste/issues/29 Deleted: head/www/py-django-dpaste/files/ 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 Sat Dec 14 12:56:38 2013 (r336442) +++ head/www/py-django-dpaste/Makefile Sat Dec 14 13:09:11 2013 (r336443) @@ -3,6 +3,7 @@ PORTNAME= dpaste PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django- @@ -27,9 +28,7 @@ USE_PYDISTUTILS= easy_install PYDISTUTILS_AUTOPLIST= yes GH_ACCOUNT= bartTC -GH_COMMIT= 129be43 - -post-patch: - @${CP} ${FILESDIR}/MANIFEST.in ${WRKSRC} +GH_TAGNAME= ${GH_COMMIT} +GH_COMMIT= bb089fe .include <bsd.port.mk> Modified: head/www/py-django-dpaste/distinfo ============================================================================== --- head/www/py-django-dpaste/distinfo Sat Dec 14 12:56:38 2013 (r336442) +++ head/www/py-django-dpaste/distinfo Sat Dec 14 13:09:11 2013 (r336443) @@ -1,2 +1,2 @@ -SHA256 (dpaste-2.0.tar.gz) = d6704e01765a9e83d85729708be6464271c4e8a6fd65552f9c24d03d169dcc5f -SIZE (dpaste-2.0.tar.gz) = 113097 +SHA256 (dpaste-2.0.tar.gz) = f87a83b603bc2985e3eeb42df383871aa11f39c10d8088d6d16dcb9bc8c67e8a +SIZE (dpaste-2.0.tar.gz) = 113855
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312141309.rBED9BFi079971>