From 87f9941b343f644c5ea9b679c7429617574ffcb2 Mon Sep 17 00:00:00 2001 From: rm Date: Fri, 28 Sep 2012 20:11:10 +0000 Subject: - 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. --- net/py-smb/Makefile | 9 ++------- net/py-smb/distinfo | 4 ++-- net/py-smb/pkg-descr | 2 +- net/py-smb/pkg-plist | 1 - 4 files changed, 5 insertions(+), 11 deletions(-) diff --git a/net/py-smb/Makefile b/net/py-smb/Makefile index ad93b3e915a5..0f18c242da91 100644 --- a/net/py-smb/Makefile +++ b/net/py-smb/Makefile @@ -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 diff --git a/net/py-smb/distinfo b/net/py-smb/distinfo index 89c836861751..385240c2a971 100644 --- a/net/py-smb/distinfo +++ b/net/py-smb/distinfo @@ -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 diff --git a/net/py-smb/pkg-descr b/net/py-smb/pkg-descr index 1420c907e552..f2d949d2c1d1 100644 --- a/net/py-smb/pkg-descr +++ b/net/py-smb/pkg-descr @@ -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 diff --git a/net/py-smb/pkg-plist b/net/py-smb/pkg-plist index cc9841dbcef7..854f4fe80ed3 100644 --- a/net/py-smb/pkg-plist +++ b/net/py-smb/pkg-plist @@ -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 -- cgit