From owner-cvs-all@FreeBSD.ORG Thu Jun 21 18:59:36 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3AAB6106564A; Thu, 21 Jun 2012 18:59:36 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0F0518FC17; Thu, 21 Jun 2012 18:59:36 +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 q5LIxZiS084299; Thu, 21 Jun 2012 18:59:35 GMT (envelope-from rm@repoman.freebsd.org) Received: (from rm@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q5LIxZ93084298; Thu, 21 Jun 2012 18:59:35 GMT (envelope-from rm) Message-Id: <201206211859.q5LIxZ93084298@repoman.freebsd.org> From: Ruslan Mahmatkhanov Date: Thu, 21 Jun 2012 18:59:35 +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/net/py-smb Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2012 18:59:36 -0000 rm 2012-06-21 18:59:35 UTC FreeBSD ports repository Modified files: net/py-smb Makefile pkg-plist Log: - since 1.1.1 upstream switched to setuptools by default, so switching this port to setuptools to fix packaging - change USE_PYTHON just to yes, because since version 1.1.1 this port supports python3, and it now packaging fine both with python2 and python3 - do not bump PORTREVISION, because port was broken Reported by: pointyhat (pav, linimon) Revision Changes Path 1.20 +3 -4 ports/net/py-smb/Makefile 1.10 +1 -72 ports/net/py-smb/pkg-plist