From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 16 22:00:16 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A73F21065676 for ; Fri, 16 Oct 2009 22:00:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 286528FC19 for ; Fri, 16 Oct 2009 22:00:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9GM0FUV090539 for ; Fri, 16 Oct 2009 22:00:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9GM0F6U090538; Fri, 16 Oct 2009 22:00:15 GMT (envelope-from gnats) Resent-Date: Fri, 16 Oct 2009 22:00:15 GMT Resent-Message-Id: <200910162200.n9GM0F6U090538@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, Sylvio Cesar Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58181106566B for ; Fri, 16 Oct 2009 21:56:31 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: from mail-qy0-f203.google.com (mail-qy0-f203.google.com [209.85.221.203]) by mx1.freebsd.org (Postfix) with ESMTP id 1AE718FC12 for ; Fri, 16 Oct 2009 21:56:30 +0000 (UTC) Received: by qyk42 with SMTP id 42so1770968qyk.28 for ; Fri, 16 Oct 2009 14:56:30 -0700 (PDT) Received: by 10.224.35.12 with SMTP id n12mr1340927qad.250.1255730190119; Fri, 16 Oct 2009 14:56:30 -0700 (PDT) Received: from fbsd.scjamorim.org (200-140-166-177.bsace705.dsl.brasiltelecom.net.br [200.140.166.177]) by mx.google.com with ESMTPS id 8sm3498916qwj.26.2009.10.16.14.56.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 16 Oct 2009 14:56:29 -0700 (PDT) Received: by fbsd.scjamorim.org (Postfix, from userid 0) id 2CA153F4097; Fri, 16 Oct 2009 18:56:25 -0300 (BRT) Message-Id: <20091016215625.2CA153F4097@fbsd.scjamorim.org> Date: Fri, 16 Oct 2009 18:56:25 -0300 (BRT) From: Sylvio Cesar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/139685: [PATCH] ftp/bftpd: update to 2.5. Take maintainership. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Oct 2009 22:00:16 -0000 >Number: 139685 >Category: ports >Synopsis: [PATCH] ftp/bftpd: update to 2.5. Take maintainership. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Oct 16 22:00:15 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Update to 2.5 - Take maintainership. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- bftpd-2.5.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/ftp/bftpd/Makefile,v retrieving revision 1.28 diff -u -u -r1.28 Makefile --- Makefile 28 Aug 2009 16:52:22 -0000 1.28 +++ Makefile 16 Oct 2009 21:55:49 -0000 @@ -6,11 +6,11 @@ # PORTNAME= bftpd -PORTVERSION= 2.3 +PORTVERSION= 2.5 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= Very configurable FTP server that can do chroot easily WRKSRC= ${WRKDIR}/${PORTNAME} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/ftp/bftpd/distinfo,v retrieving revision 1.17 diff -u -u -r1.17 distinfo --- distinfo 18 Oct 2008 00:25:58 -0000 1.17 +++ distinfo 16 Oct 2009 21:55:49 -0000 @@ -1,3 +1,3 @@ -MD5 (bftpd-2.3.tar.gz) = 4ab1eb33135fa5eaaf050e6d3dd0b319 -SHA256 (bftpd-2.3.tar.gz) = 0af27ca6c49f696c64bcfb3e50452cad240997993e0b7afb65624898d3d95ff2 -SIZE (bftpd-2.3.tar.gz) = 128256 +MD5 (bftpd-2.5.tar.gz) = 828e58fc2d2c023f7c067bbc94256638 +SHA256 (bftpd-2.5.tar.gz) = 33834904c6e679579a74bb93ba2b859221dd0366345fdb622e6728b8a6c24acc +SIZE (bftpd-2.5.tar.gz) = 138437 --- bftpd-2.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: