From owner-svn-ports-head@FreeBSD.ORG Fri Sep 28 20:11:11 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 923F4106566B; Fri, 28 Sep 2012 20:11:11 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6466E8FC14; Fri, 28 Sep 2012 20:11:11 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8SKBBbx099537; Fri, 28 Sep 2012 20:11:11 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8SKBB32099532; Fri, 28 Sep 2012 20:11:11 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201209282011.q8SKBB32099532@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Fri, 28 Sep 2012 20:11:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305010 - head/net/py-smb X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Sep 2012 20:11:11 -0000 Author: rm Date: Fri Sep 28 20:11:10 2012 New Revision: 305010 URL: http://svn.freebsd.org/changeset/ports/305010 Log: - update to 1.1.2 changelog: o Improve queryIPForName() in nmb.NetBIOS and nmb.NBNSProtocol class to return only server machine name and ignore workgroup names. Modified: head/net/py-smb/Makefile head/net/py-smb/distinfo head/net/py-smb/pkg-descr head/net/py-smb/pkg-plist Modified: head/net/py-smb/Makefile ============================================================================== --- head/net/py-smb/Makefile Fri Sep 28 19:12:46 2012 (r305009) +++ head/net/py-smb/Makefile Fri Sep 28 20:11:10 2012 (r305010) @@ -1,13 +1,8 @@ -# ex:ts=8 -# Ports collection makefile for: pysmb -# Date created: Jan 11, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= smb -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= net python MASTER_SITES= http://miketeo.net/files/Projects/py${PORTNAME}/ \ CHEESESHOP Modified: head/net/py-smb/distinfo ============================================================================== --- head/net/py-smb/distinfo Fri Sep 28 19:12:46 2012 (r305009) +++ head/net/py-smb/distinfo Fri Sep 28 20:11:10 2012 (r305010) @@ -1,2 +1,2 @@ -SHA256 (pysmb-1.1.1.tar.gz) = eeb63cc1670eae7473061a4f2e8e9cb0a73ffb1a81d5d45587647571d67a5c61 -SIZE (pysmb-1.1.1.tar.gz) = 1454561 +SHA256 (pysmb-1.1.2.tar.gz) = 8e54fa4903aadbacc6cd4198c481d0f0cf33bd3b61204954375db402f90fc5f3 +SIZE (pysmb-1.1.2.tar.gz) = 1397622 Modified: head/net/py-smb/pkg-descr ============================================================================== --- head/net/py-smb/pkg-descr Fri Sep 28 19:12:46 2012 (r305009) +++ head/net/py-smb/pkg-descr Fri Sep 28 20:11:10 2012 (r305010) @@ -9,4 +9,4 @@ Modules nmb - Contains some of the NetBIOS over TCP/IP operations which is necessary for the smb module to operate. -WWW: http://miketeo.net/wp/index.php/projects/pysmb +WWW: http://miketeo.net/wp/index.php/projects/pysmb Modified: head/net/py-smb/pkg-plist ============================================================================== --- head/net/py-smb/pkg-plist Fri Sep 28 19:12:46 2012 (r305009) +++ head/net/py-smb/pkg-plist Fri Sep 28 20:11:10 2012 (r305010) @@ -30,7 +30,6 @@ %%PORTDOCS%%%%DOCSDIR%%/api/nmb_NBNSProtocol.html %%PORTDOCS%%%%DOCSDIR%%/api/nmb_NetBIOS.html %%PORTDOCS%%%%DOCSDIR%%/api/smb_SMBConnection.html -%%PORTDOCS%%%%DOCSDIR%%/api/smb_SMBHandler.html %%PORTDOCS%%%%DOCSDIR%%/api/smb_SMBProtocolFactory.html %%PORTDOCS%%%%DOCSDIR%%/api/smb_SharedDevice.html %%PORTDOCS%%%%DOCSDIR%%/api/smb_SharedFile.html