From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 27 16:20:19 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D798C16A4BF for ; Wed, 27 Aug 2003 16:20:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C018C43FA3 for ; Wed, 27 Aug 2003 16:20:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h7RNKIUp033945 for ; Wed, 27 Aug 2003 16:20:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h7RNKIxL033944; Wed, 27 Aug 2003 16:20:18 -0700 (PDT) Resent-Date: Wed, 27 Aug 2003 16:20:18 -0700 (PDT) Resent-Message-Id: <200308272320.h7RNKIxL033944@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Nottebrock Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B229216A4BF for ; Wed, 27 Aug 2003 16:11:08 -0700 (PDT) Received: from meitner.wh.uni-dortmund.de (meitner.wh.uni-dortmund.de [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BC3C4400F for ; Wed, 27 Aug 2003 16:11:07 -0700 (PDT) (envelope-from lofi@lofi.dyndns.org) Received: from lofi.dyndns.org (pc2-105.intern.meitner [10.3.12.105]) by meitner.wh.uni-dortmund.de (Postfix) with ESMTP id A4BA6167522; Thu, 28 Aug 2003 01:11:06 +0200 (CEST) Received: from lofi.dyndns.org (lofi@localhost [127.0.0.1]) by lofi.dyndns.org (8.12.9/8.12.9) with ESMTP id h7RNB5KW021515 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 28 Aug 2003 01:11:06 +0200 (CEST) (envelope-from lofi@lofi.dyndns.org) Received: (from lofi@localhost) by lofi.dyndns.org (8.12.9/8.12.9/Submit) id h7RNB5rd021514; Thu, 28 Aug 2003 01:11:05 +0200 (CEST) (envelope-from lofi) Message-Id: <200308272311.h7RNB5rd021514@lofi.dyndns.org> Date: Thu, 28 Aug 2003 01:11:05 +0200 (CEST) From: Michael Nottebrock To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: einekoai@chello.nl Subject: ports/56054: Update net/samba-libsmbclient (important bugfix for KDE) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Michael Nottebrock List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2003 23:20:20 -0000 >Number: 56054 >Category: ports >Synopsis: Update net/samba-libsmbclient (important bugfix for KDE) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 27 16:20:18 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Michael Nottebrock >Release: FreeBSD 5.1-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD lofi.dyndns.org 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #0: Tue Aug 12 12:52:47 CEST 2003 root@lofi.dyndns.org:/usr/obj/usr/src/sys/LOFI i386 >Description: This updates samba-libsmbclient to the latest release (3.0 rc1). This update fixes a bug that prevents KDE's kio_smb (from x11/kdebase) from working correctly. >How-To-Repeat: >Fix: --- samba-libsmbclient.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net/samba-libsmbclient/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 3 Aug 2003 19:59:23 -0000 1.2 +++ Makefile 27 Aug 2003 23:06:47 -0000 @@ -6,13 +6,12 @@ # PORTNAME= samba -PORTVERSION= 3.0.0.b3 -PORTREVISION= 1 +PORTVERSION= 3.0.0.r1 CATEGORIES= net MASTER_SITES= http://us4.samba.org/samba/ftp/%SUBDIR%/ -MASTER_SITE_SUBDIR= beta alpha old +MASTER_SITE_SUBDIR= rc PKGNAMESUFFIX= -libsmbclient -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} MAINTAINER= einekoai@chello.nl COMMENT= The shared lib from the samba packges Index: distinfo =================================================================== RCS file: /home/pcvs/ports/net/samba-libsmbclient/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 25 Jul 2003 04:42:08 -0000 1.1 +++ distinfo 27 Aug 2003 23:06:47 -0000 @@ -1 +1 @@ -MD5 (samba-3.0.0beta3.tar.bz2) = a5455bfd675a3e6a75dfed468ae22305 +MD5 (samba-3.0.0rc1.tar.bz2) = c99b45cdb3f504915250ab0108a40bf6 --- samba-libsmbclient.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: