Date: Thu, 28 Feb 2013 16:49:38 GMT From: Danilo Egêa Gondolfo <danilogondolfo@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/176525: mail/smtp-gated update and maintainer change Message-ID: <201302281649.r1SGnc1I009998@red.freebsd.org> Resent-Message-ID: <201302281650.r1SGo3EQ006735@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 176525 >Category: ports >Synopsis: mail/smtp-gated update and maintainer change >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 16:50:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Danilo Egêa Gondolfo >Release: FreeBSD 9.1-RELEASE >Organization: Universidade Estadual de Maringá >Environment: FreeBSD test 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: mail/smtp-gated update. Changes: - Update from 1.4.18.8 to 1.4.20.0 - Take maintainership - Added one patch to fix build with CLANG >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 313108) +++ Makefile (working copy) @@ -1,17 +1,12 @@ -# New ports collection makefile for: smtp-gated -# Date created: 1 January 2006 -# Whom: msciciel -# +# Created by: msciciel # $FreeBSD$ -# PORTNAME= smtp-gated -PORTVERSION= 1.4.18.8 -PORTREVISION= 1 +PORTVERSION= 1.4.20.0 CATEGORIES= mail MASTER_SITES= http://software.klolik.org/smtp-gated/files/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danilogondolfo@gmail.com COMMENT= Proxy for SMTP sessions with virus and spam scan LICENSE= GPLv2 Index: distinfo =================================================================== --- distinfo (revision 313108) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (smtp-gated-1.4.18.8.tar.gz) = a1c405617b5b925f42696fb28d4c26484328d62c286c43a308137c139e459bed -SIZE (smtp-gated-1.4.18.8.tar.gz) = 311763 +SHA256 (smtp-gated-1.4.20.0.tar.gz) = 1d593ecbbfaed5c7391755bb8d36744b9bf0328f0f1a5540156d234d6d84f89b +SIZE (smtp-gated-1.4.20.0.tar.gz) = 316078 Index: files/patch-src__smtp-gated.c =================================================================== --- files/patch-src__smtp-gated.c (revision 0) +++ files/patch-src__smtp-gated.c (working copy) @@ -0,0 +1,14 @@ +--- ../../smtp-gated-1.4.20.0/src/smtp-gated.c 2013-02-26 08:06:59.000000000 -0300 ++++ src/smtp-gated.c 2013-02-28 09:32:47.000000000 -0300 +@@ -820,7 +820,11 @@ + } + } /* cleanup() */ + ++#ifdef __clang__ ++static inline void cleanup_exit(int code) ++#else + inline void cleanup_exit(int code) ++#endif + { + cleanup(); + exit(code); >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302281649.r1SGnc1I009998>