Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 08:25:18 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r342653 - branches/2014Q1/www/py-django-dpaste
Message-ID:  <201402050825.s158PIbV027846@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Wed Feb  5 08:25:18 2014
New Revision: 342653
URL: http://svnweb.freebsd.org/changeset/ports/342653
QAT: https://qat.redports.org/buildarchive/r342653/

Log:
  MFH: r336618
  
  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
  
  Approved by:	portmgr (mat)

Modified:
  branches/2014Q1/www/py-django-dpaste/Makefile
  branches/2014Q1/www/py-django-dpaste/distinfo
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/www/py-django-dpaste/Makefile
==============================================================================
--- branches/2014Q1/www/py-django-dpaste/Makefile	Wed Feb  5 08:24:45 2014	(r342652)
+++ branches/2014Q1/www/py-django-dpaste/Makefile	Wed Feb  5 08:25:18 2014	(r342653)
@@ -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: branches/2014Q1/www/py-django-dpaste/distinfo
==============================================================================
--- branches/2014Q1/www/py-django-dpaste/distinfo	Wed Feb  5 08:24:45 2014	(r342652)
+++ branches/2014Q1/www/py-django-dpaste/distinfo	Wed Feb  5 08:25:18 2014	(r342653)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402050825.s158PIbV027846>