Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Oct 2012 13:19:20 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305116 - head/devel/py-distribute
Message-ID:  <201210011319.q91DJKRE052681@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Mon Oct  1 13:19:19 2012
New Revision: 305116
URL: http://svn.freebsd.org/changeset/ports/305116

Log:
  - update to 0.6.28
  - trim Makefile header
  - turn conflicts with setuptools into CONFLICTS_INSTALL
  - save distfile into python/ subdirectory like setuptools do
  
  changelog:
  http://pypi.python.org/pypi/distribute#id2

Modified:
  head/devel/py-distribute/Makefile
  head/devel/py-distribute/distinfo

Modified: head/devel/py-distribute/Makefile
==============================================================================
--- head/devel/py-distribute/Makefile	Mon Oct  1 13:09:31 2012	(r305115)
+++ head/devel/py-distribute/Makefile	Mon Oct  1 13:19:19 2012	(r305116)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	py-distribute
-# Date created:		2010-05-06
-# Whom:			Nicola Vitale <nivit@FreeBSD.org>
-#
+# Created by: Nicola Vitale <nivit@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	distribute
-PORTVERSION=	0.6.27
+PORTVERSION=	0.6.28
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,10 +10,11 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	python@FreeBSD.org
 COMMENT=	A Python packages installer and Setuptools replacement
 
-CONFLICTS=	${PYTHON_PKGNAMEPREFIX}setuptools-[0-9]*
+CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}setuptools-[0-9]*
 
 PLIST_SUB=	PYVER=${PYTHON_VER} VERSION=${PORTVERSION} SETUPTOOLS_VER=0.6c11
 
+DIST_SUBDIR=	python
 PYDISTUTILS_NOEGGINFO=	yes
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes

Modified: head/devel/py-distribute/distinfo
==============================================================================
--- head/devel/py-distribute/distinfo	Mon Oct  1 13:09:31 2012	(r305115)
+++ head/devel/py-distribute/distinfo	Mon Oct  1 13:19:19 2012	(r305116)
@@ -1,2 +1,2 @@
-SHA256 (distribute-0.6.27.tar.gz) = 5d79e472ba49e5de17318a9c59b9adf5790ba6b186c6edc1657acd9afe55de00
-SIZE (distribute-0.6.27.tar.gz) = 624016
+SHA256 (python/distribute-0.6.28.tar.gz) = a42e897551aeb7600708f4aa6a0c02acb4458613976234b7d4fad7ae841a8d63
+SIZE (python/distribute-0.6.28.tar.gz) = 627530



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