From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 15:20:06 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 65A8816A420 for ; Fri, 17 Feb 2006 15:20:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB61143D48 for ; Fri, 17 Feb 2006 15:20:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1HFK5Rp028304 for ; Fri, 17 Feb 2006 15:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1HFK507028303; Fri, 17 Feb 2006 15:20:05 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2006 15:20:05 GMT Resent-Message-Id: <200602171520.k1HFK507028303@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, Marcus Alves Grando Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 669A316A420 for ; Fri, 17 Feb 2006 15:11:49 +0000 (GMT) (envelope-from root@marcus.grupos.com.br) Received: from mail.grupos.com.br (mail.grupos.com.br [200.203.183.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 015BF43D46 for ; Fri, 17 Feb 2006 15:11:48 +0000 (GMT) (envelope-from root@marcus.grupos.com.br) Received: from corp.grupos.com.br (unknown [200.193.29.43]) by mail.grupos.com.br (Postfix) with ESMTP id 134E911E3E1; Fri, 17 Feb 2006 13:11:48 -0200 (BRST) Received: from marcus.grupos.com.br (marcus.grupos.com.br [192.168.10.10]) by corp.grupos.com.br (Postfix) with ESMTP id 5A83C54DF; Fri, 17 Feb 2006 13:11:47 -0200 (BRST) Received: by marcus.grupos.com.br (Postfix, from userid 0) id 50F1D14C; Fri, 17 Feb 2006 13:11:47 -0200 (BRST) Message-Id: <20060217151147.50F1D14C@marcus.grupos.com.br> Date: Fri, 17 Feb 2006 13:11:47 -0200 (BRST) From: Marcus Alves Grando To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: saturnero@gufi.org Subject: ports/93480: Update port: mail/proxsmtp fix typos X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcus Alves Grando List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2006 15:20:06 -0000 >Number: 93480 >Category: ports >Synopsis: Update port: mail/proxsmtp fix typos >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 Feb 17 15:20:05 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Marcus Alves Grando >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: Grupos Internet S/A >Environment: System: FreeBSD marcus.grupos.com.br 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #15: Thu Feb 16 00:50:14 BRST 2006 root@marcus.grupos.com.br:/usr/obj/usr/src/sys/MARCUS i386 >Description: - Fix typo in COMMENT [1] - Remove unnecessary sig_stop=-KILL in rc.d script - Bump PORTREVISION Submitted by: thierry [1] >How-To-Repeat: >Fix: --- proxsmtp.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/mail/proxsmtp/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 16 Feb 2006 19:14:23 -0000 1.2 +++ Makefile 17 Feb 2006 13:18:55 -0000 @@ -7,11 +7,12 @@ PORTNAME= proxsmtp PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= mail security MASTER_SITES= http://memberwebs.com/nielsen/software/proxsmtp/ MAINTAINER= saturnero@gufi.org -COMMENT= A flexible SMTP filter which can act also as trasparent proxy +COMMENT= A flexible SMTP filter which can act also as transparent proxy USE_GMAKE= yes GNU_CONFIGURE= yes Index: files/proxsmtpd.sh.in =================================================================== RCS file: /home/pcvs/ports/mail/proxsmtp/files/proxsmtpd.sh.in,v retrieving revision 1.2 diff -u -r1.2 proxsmtpd.sh.in --- files/proxsmtpd.sh.in 16 Feb 2006 19:14:24 -0000 1.2 +++ files/proxsmtpd.sh.in 17 Feb 2006 13:18:55 -0000 @@ -26,6 +26,5 @@ required_files="${proxsmtpd_conf}" command=%%PREFIX%%/sbin/proxsmtpd command_args="-f ${proxsmtpd_conf}" -sig_stop=-KILL run_rc_command "$1" --- proxsmtp.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: