Skip site navigation (1)Skip section navigation (2)
Date:      9 Nov 2002 22:39:08 -0000
From:      Sergei Kolobov <sergei@kolobov.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45174: [MAINTAINER] Update mail/anubis to 3.6.0
Message-ID:  <20021109223908.26968.qmail@outpost.globcon.net>

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

>Number:         45174
>Category:       ports
>Synopsis:       [MAINTAINER] Update mail/anubis to 3.6.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 09 14:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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