From owner-cvs-ports@FreeBSD.ORG Sun Dec 25 13:01:31 2011 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 B0D30106566C; Sun, 25 Dec 2011 13:01:31 +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 9C2F98FC08; Sun, 25 Dec 2011 13:01:31 +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 pBPD1VjL088032; Sun, 25 Dec 2011 13:01:31 GMT (envelope-from rm@repoman.freebsd.org) Received: (from rm@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pBPD1Vk5088031; Sun, 25 Dec 2011 13:01:31 GMT (envelope-from rm) Message-Id: <201112251301.pBPD1Vk5088031@repoman.freebsd.org> From: Ruslan Mahmatkhanov Date: Sun, 25 Dec 2011 13:01:31 +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 distinfo pkg-descr 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: Sun, 25 Dec 2011 13:01:31 -0000 rm 2011-12-25 13:01:31 UTC FreeBSD ports repository Modified files: net/py-smb Makefile distinfo pkg-descr pkg-plist Log: - update to 1.0.0 - add CHEESESHOP mirror - strict python versions (python3 isn't supported) - add dependency on devel/py-asn1 - install via distutils, not manually Please note that this is complete rewrite, that contains no compatibility shims with 0.x.x. But since no ports depend on this one, i updated it straight w/o messing with creating additional port for an old version. Approved by: novel (mentor, implicit) Revision Changes Path 1.13 +15 -17 ports/net/py-smb/Makefile 1.10 +2 -2 ports/net/py-smb/distinfo 1.5 +7 -7 ports/net/py-smb/pkg-descr 1.6 +91 -25 ports/net/py-smb/pkg-plist