From sgk@outpost.globcon.net  Sat Nov  9 14:39:07 2002
Return-Path: <sgk@outpost.globcon.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5EA4E37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  9 Nov 2002 14:39:07 -0800 (PST)
Received: from outpost.lukarcos.com (outpost.globcon.net [62.141.88.161])
	by mx1.FreeBSD.org (Postfix) with SMTP id 178BA43E3B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  9 Nov 2002 14:39:06 -0800 (PST)
	(envelope-from sgk@outpost.globcon.net)
Received: (qmail 26969 invoked by uid 911); 9 Nov 2002 22:39:08 -0000
Message-Id: <20021109223908.26968.qmail@outpost.globcon.net>
Date: 9 Nov 2002 22:39:08 -0000
From: Sergei Kolobov <sergei@kolobov.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] Update mail/anubis to 3.6.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         45174
>Category:       ports
>Synopsis:       [MAINTAINER] Update mail/anubis to 3.6.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 09 14:40:01 PST 2002
>Closed-Date:    Mon Nov 11 00:30:18 PST 2002
>Last-Modified:  Mon Nov 11 00:30:18 PST 2002
>Originator:     Sergei Kolobov
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD outpost.globcon.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 14 02:23:23 MSD 2002     sgk@outpost.globcon.net:/data/FreeBSD/obj/data/FreeBSD/src/sys/OUTPOST  i386
>Description:
- Update to 3.6.0
- Project moved to GNU - update MASTER_SITE and pkg-descr
- Even though Anubis now uses GnuTLS by default, the port still
  default to using OpenSSL instead (GnuTLS support will come later)

>How-To-Repeat:
>Fix:

--- anubis-3.6.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/anubis/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	5 Nov 2002 21:12:57 -0000	1.10
+++ Makefile	9 Nov 2002 22:33:53 -0000
@@ -18,10 +18,10 @@
 ###########################################################################
 
 PORTNAME=	anubis
-PORTVERSION=	3.5.0
+PORTVERSION=	3.6.0
 PORTCOMMENT=	Outgoing SMTP mail processor
 CATEGORIES=	mail
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	sergei@kolobov.com
@@ -35,10 +35,9 @@
 		MAKEINFO="makeinfo --no-split"
 
 # OpenSSL
-.if defined(WITHOUT_OPENSSL)
-CONFIGURE_ARGS+=	--without-openssl
-.else
+.if !defined(WITHOUT_OPENSSL)
 USE_OPENSSL=		yes
+CONFIGURE_ARGS+=	--with-openssl
 .endif
 
 # GPGME
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/anubis/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo	15 Oct 2002 15:08:35 -0000	1.6
+++ distinfo	9 Nov 2002 22:33:53 -0000
@@ -1 +1 @@
-MD5 (anubis-3.5.0.tar.gz) = 68793008d15cf43292bdbce3e3a92e83
+MD5 (anubis-3.6.0.tar.gz) = 048382b1b52b1fb7a7762614fe75290b
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/mail/anubis/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	31 Jul 2002 18:52:14 -0000	1.1
+++ pkg-descr	9 Nov 2002 22:33:53 -0000
@@ -1,10 +1,19 @@
-Anubis is an outgoing mail processor, and provides the SMTP tunnel between
-the MUA (Mail User Agent) and the MTA (Mail Transport Agent). It operates
-as a proxy server daemon, independently from mail user agents, and can manage
-and process outgoing mail on the fly using a highly configurable rule system,
-based on a regular expressions (PerlRE) system. Anubis can edit outgoing mail
-headers, encrypt and/or sign mail with GnuPG, build secure SMTP tunnels using
-the TLS/SSL encryption even if your mail user agent doesn't support it, or
-tunnel a connection through a SOCKS proxy server.
+GNU Anubis is an outgoing mail processor. It goes between the MUA (Mail User
+Agent) and the MTA (Mail Transport Agent), and can perform on the fly various
+sorts of processing and conversion on the outgoing mail in accord with the
+sender's specified rules, based on a highly configurable regular expressions
+system. It operates as a proxy server, independently from mail user agents.
+GNU Anubis can edit outgoing mail headers, encrypt and/or sign mail with the
+GNU Privacy Guard, build secure SMTP tunnels (Simple Mail Transport Protocol)
+using the TLS/SSL encryption even if your mail user agent doesn't support it,
+or tunnel a connection through a SOCKS proxy server.
 
-WWW: http://anubis.sourceforge.net/
+--------*      --------**      ------***
+|  MUA  | ---> | Anubis | ---> |  MTA  |
+---------      ----------      ---------
+
+*   Mail User Agent (client)
+**  An outgoing mail processor and the SMTP tunnel.
+*** Mail Transport Agent (server)
+
+WWW:	http://www.gnu.org/software/anubis/
--- anubis-3.6.0.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Mon Nov 11 00:30:09 PST 2002 
State-Changed-Why:  
committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=45174 
>Unformatted:
