From owner-svn-ports-head@FreeBSD.ORG Mon Dec 16 10:55:39 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1D9C5800; Mon, 16 Dec 2013 10:55:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 09B2A11F2; Mon, 16 Dec 2013 10:55:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGAtcln088338; Mon, 16 Dec 2013 10:55:38 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBGAtcX3088336; Mon, 16 Dec 2013 10:55:38 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201312161055.rBGAtcX3088336@svn.freebsd.org> From: Kubilay Kocak Date: Mon, 16 Dec 2013 10:55:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336618 - head/www/py-django-dpaste X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 10:55:39 -0000 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 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