1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- 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.
This commit is contained in:
Ruslan Makhmatkhanov 2012-09-28 20:11:10 +00:00
parent 1949ce1aef
commit 72200077b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305010
4 changed files with 5 additions and 11 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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