From owner-cvs-ports@FreeBSD.ORG Sat Dec 11 10:10:45 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BB9C106564A; Sat, 11 Dec 2010 10:10:45 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0C0E28FC08; Sat, 11 Dec 2010 10:10:45 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oBBAAiSh058878; Sat, 11 Dec 2010 10:10:44 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oBBAAiHB058877; Sat, 11 Dec 2010 10:10:44 GMT (envelope-from nivit) Message-Id: <201012111010.oBBAAiHB058877@repoman.freebsd.org> From: Nicola Vitale Date: Sat, 11 Dec 2010 10:10:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/py-virtualenv Makefile distinfo pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Dec 2010 10:10:45 -0000 nivit 2010-12-11 10:10:44 UTC FreeBSD ports repository Modified files: devel/py-virtualenv Makefile distinfo pkg-plist Log: - Add setuptools-0.6c11.egg to DISTFILES to fix package building when Python version is 2.7 (see http://www.freebsd.org/cgi/query-pr.cgi?pr=152990 ). It's a temporary solution, pending the next distribution contains that file [1] - Remove PYEASYINSTALL_* variables - Set USE_PYTHON to -2.7 - Use %%PYVER%% for the filename of the setuptools egg inside pkg-plist (don't bump PORTREVISION, because there are not significant changes for the end user/package) PR: ports/152990 Submitted by: danger Revision Changes Path 1.20 +18 -4 ports/devel/py-virtualenv/Makefile 1.17 +2 -1 ports/devel/py-virtualenv/distinfo 1.12 +2 -2 ports/devel/py-virtualenv/pkg-plist