From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 13 04:10:09 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E86EC1065693 for ; Sun, 13 Feb 2011 04:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C4FC98FC15 for ; Sun, 13 Feb 2011 04:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p1D4A7VK093683 for ; Sun, 13 Feb 2011 04:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p1D4A7FX093682; Sun, 13 Feb 2011 04:10:07 GMT (envelope-from gnats) Resent-Date: Sun, 13 Feb 2011 04:10:07 GMT Resent-Message-Id: <201102130410.p1D4A7FX093682@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 307421065672 for ; Sun, 13 Feb 2011 04:07:47 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id B07448FC0C for ; Sun, 13 Feb 2011 04:07:46 +0000 (UTC) Received: by iwn39 with SMTP id 39so3734151iwn.13 for ; Sat, 12 Feb 2011 20:07:46 -0800 (PST) Received: by 10.231.30.73 with SMTP id t9mr1795484ibc.64.1297570064252; Sat, 12 Feb 2011 20:07:44 -0800 (PST) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx.google.com with ESMTPS id gy41sm1173462ibb.11.2011.02.12.20.07.41 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 12 Feb 2011 20:07:43 -0800 (PST) Received: by sunpoet.net (Postfix, from userid 1000) id 0F25F2AEC4DD; Sun, 13 Feb 2011 12:07:37 +0800 (CST) Message-Id: <20110213040737.0F25F2AEC4DD@sunpoet.net> Date: Sun, 13 Feb 2011 12:07:37 +0800 (CST) From: Sunpoet Po-Chuan Hsieh Sender: Sunpoet Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: nivit@FreeBSD.org Subject: ports/154729: [PATCH] devel/py-distribute: update Makefile, add WWW X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2011 04:10:09 -0000 >Number: 154729 >Category: ports >Synopsis: [PATCH] devel/py-distribute: update Makefile, add WWW >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 13 04:10:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 8.2-PRERELEASE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #0: Sat Feb 5 00:35:18 CST >Description: - Update Makefile - Remove obsolete MD5 checksum - Add WWW Regardless of python version, both py-setuptools and py-distribute install bin/easy_install. It's OK to replace PKGNAMEPREFIX by py[2-3][0-9]-. Port maintainer (nivit@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- py-distribute-0.6.14.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/py-distribute/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 15 Sep 2010 16:36:09 -0000 1.1 +++ Makefile 13 Feb 2011 03:17:23 -0000 @@ -15,14 +15,11 @@ MAINTAINER= nivit@FreeBSD.org COMMENT= A Python packages installer, and Setuptools replacement +CONFLICTS= py[2-3][0-9]-setuptools-[0-9]* + PLIST_SUB= PYVER=${PYTHON_VER} VERSION=${PORTVERSION} SETUPTOOLS_VER=0.6c11 PYDISTUTILS_NOEGGINFO= yes -# waiting for better times... -PYEASYINSTALL_CMD= ${LOCALBASE}/bin/easy_install-${PYTHON_VER} -CONFLICTS= ${PKGNAMEPREFIX}setuptools-[0-9]* -# i.e. a support in bsd.python.mk - USE_PYTHON= yes USE_PYDISTUTILS= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/py-distribute/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 15 Sep 2010 16:36:09 -0000 1.1 +++ distinfo 13 Feb 2011 03:17:23 -0000 @@ -1,3 +1,2 @@ -MD5 (distribute-0.6.14.tar.gz) = ac607e05682116c06383b27a15e2db90 SHA256 (distribute-0.6.14.tar.gz) = 16d5da8211d74eb11f2744c5945a3c7fcae9abbfebb56ea493f177a45d2e5bec SIZE (distribute-0.6.14.tar.gz) = 281527 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/devel/py-distribute/pkg-descr,v retrieving revision 1.1 diff -u -u -r1.1 pkg-descr --- pkg-descr 15 Sep 2010 16:36:09 -0000 1.1 +++ pkg-descr 13 Feb 2011 03:17:23 -0000 @@ -9,3 +9,5 @@ - Re-factoring the code, and releasing it in several distributions. This work is being done in the 0.7.x series but not yet released. + +WWW: http://pypi.python.org/pypi/distribute --- py-distribute-0.6.14.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: