From owner-freebsd-python@FreeBSD.ORG Sun Mar 11 10:25:51 2012 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36F21106566B for ; Sun, 11 Mar 2012 10:25:51 +0000 (UTC) (envelope-from ports@caomhin.org) Received: from bender.compliantgroup.com (bender.compliantgroup.com [188.165.226.104]) by mx1.freebsd.org (Postfix) with ESMTP id 8A3808FC24 for ; Sun, 11 Mar 2012 10:25:49 +0000 (UTC) Received: (qmail 40541 invoked by uid 89); 11 Mar 2012 10:10:27 -0000 Received: from unknown (HELO ?192.168.2.5?) (postmaster@caomhin.org@62.49.21.186) by bender.compliantgroup.com with ESMTPA; 11 Mar 2012 10:10:27 -0000 Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: multipart/mixed; boundary=Apple-Mail-511-966756380 From: Kevin Golding In-Reply-To: <20120310164057.256FA1065670@hub.freebsd.org> Date: Sun, 11 Mar 2012 10:21:14 +0000 Message-Id: <94335F20-2536-4704-92F3-043B1BC673CA@caomhin.org> References: <20120310164057.256FA1065670@hub.freebsd.org> To: bug-followup@FreeBSD.org X-Mailer: Apple Mail (2.1084) Cc: freebsd-python@FreeBSD.org, dryice@FreeBSD.org Subject: Re: ports/165904: www/py-django-extensions: update to 0.8 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Mar 2012 10:25:51 -0000 --Apple-Mail-511-966756380 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii The docs were never really moved to Github, but that repo now points = people towards packages.python.org so I'd prefer this minor amendment be = committed. --Apple-Mail-511-966756380 Content-Disposition: attachment; filename=py-django-ext-0.8 Content-Type: application/octet-stream; name="py-django-ext-0.8" Content-Transfer-Encoding: 7bit diff -urN py-django-extensions-0.6/Makefile py-django-extensions/Makefile --- py-django-extensions-0.6/Makefile 2012-03-11 09:48:53.000000000 +0000 +++ py-django-extensions/Makefile 2012-03-11 09:57:28.000000000 +0000 @@ -6,7 +6,7 @@ # PORTNAME= django-extensions -PORTVERSION= 0.6 +PORTVERSION= 0.8 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,6 +17,6 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=easy_install .include diff -urN py-django-extensions-0.6/distinfo py-django-extensions/distinfo --- py-django-extensions-0.6/distinfo 2012-03-11 09:48:53.000000000 +0000 +++ py-django-extensions/distinfo 2012-03-11 09:50:11.000000000 +0000 @@ -1,2 +1,2 @@ -SHA256 (django-extensions-0.6.tar.gz) = a19def9534e2be59864f85f148ed8b21578e538b4eae2fdcfa4bca6346ad0900 -SIZE (django-extensions-0.6.tar.gz) = 107850 +SHA256 (django-extensions-0.8.tar.gz) = 692bc19d02b6418ae667230659e63a346642e6e736fd3fddcc35b4451c5b55c6 +SIZE (django-extensions-0.8.tar.gz) = 119697 diff -urN py-django-extensions-0.6/pkg-descr py-django-extensions/pkg-descr --- py-django-extensions-0.6/pkg-descr 2012-03-11 09:48:53.000000000 +0000 +++ py-django-extensions/pkg-descr 2012-03-11 09:59:01.000000000 +0000 @@ -1,3 +1,3 @@ Global custom management extensions for the Django Framework. -WWW: http://code.google.com/p/django-command-extensions/ +WWW: http://packages.python.org/django-extensions/ --Apple-Mail-511-966756380 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii On 10 Mar 2012, at 16:40, Edwin Groothuis wrote: > Maintainer of www/py-django-extensions, > > Please note that PR ports/165904 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165904 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org --Apple-Mail-511-966756380--