Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Feb 2006 13:11:47 -0200 (BRST)
From:      Marcus Alves Grando <mnag@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        saturnero@gufi.org
Subject:   ports/93480: Update port: mail/proxsmtp fix typos
Message-ID:  <20060217151147.50F1D14C@marcus.grupos.com.br>
Resent-Message-ID: <200602171520.k1HFK507028303@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060217151147.50F1D14C>