View | Details | Raw Unified | Return to bug 176525
Collapse All | Expand All

(-)Makefile (-8 / +3 lines)
Lines 1-17 Link Here
1
# New ports collection makefile for:   smtp-gated
1
# Created by: msciciel
2
# Date created:        1 January 2006
3
# Whom:                msciciel
4
#
5
# $FreeBSD$
2
# $FreeBSD$
6
#
7
3
8
PORTNAME=	smtp-gated
4
PORTNAME=	smtp-gated
9
PORTVERSION=	1.4.18.8
5
PORTVERSION=	1.4.20.0
10
PORTREVISION=	1
11
CATEGORIES=	mail
6
CATEGORIES=	mail
12
MASTER_SITES=	http://software.klolik.org/smtp-gated/files/
7
MASTER_SITES=	http://software.klolik.org/smtp-gated/files/
13
8
14
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	danilogondolfo@gmail.com
15
COMMENT=	Proxy for SMTP sessions with virus and spam scan
10
COMMENT=	Proxy for SMTP sessions with virus and spam scan
16
11
17
LICENSE=	GPLv2
12
LICENSE=	GPLv2
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (smtp-gated-1.4.18.8.tar.gz) = a1c405617b5b925f42696fb28d4c26484328d62c286c43a308137c139e459bed
1
SHA256 (smtp-gated-1.4.20.0.tar.gz) = 1d593ecbbfaed5c7391755bb8d36744b9bf0328f0f1a5540156d234d6d84f89b
2
SIZE (smtp-gated-1.4.18.8.tar.gz) = 311763
2
SIZE (smtp-gated-1.4.20.0.tar.gz) = 316078
(-)files/patch-src__smtp-gated.c (+14 lines)
Line 0 Link Here
1
--- ../../smtp-gated-1.4.20.0/src/smtp-gated.c	2013-02-26 08:06:59.000000000 -0300
2
+++ src/smtp-gated.c	2013-02-28 09:32:47.000000000 -0300
3
@@ -820,7 +820,11 @@
4
 	}
5
 } /* cleanup() */
6
 
7
+#ifdef __clang__
8
+static inline void cleanup_exit(int code)
9
+#else
10
 inline void cleanup_exit(int code)
11
+#endif
12
 {
13
 	cleanup();
14
 	exit(code);

Return to bug 176525