Skip site navigation (1)Skip section navigation (2)
Date:      30 Sep 2002 11:29:25 -0000
From:      Sergei Kolobov <sergei@kolobov.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/43510: [MAINTAINER] Update mail/anubis to 3.4.9
Message-ID:  <20020930112925.6411.qmail@outpost.globcon.net>

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

>Number:         43510
>Category:       ports
>Synopsis:       [MAINTAINER] Update mail/anubis to 3.4.9
>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:   Mon Sep 30 04:30:03 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Sergei Kolobov
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD outpost.globcon.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Aug 1 02:44:26 MSD 2002 sgk@outpost.globcon.net:/data/FreeBSD/obj/data/FreeBSD/src/sys/OUTPOST i386
>Description:
- Update to 3.4.9 (see NEWS for list of changes)
- NLS enabled by default now - add gettext/libiconv dependencies

>How-To-Repeat:
>Fix:
To committer:
I have added both gettext and libiconv to LIB_DEPENDS. I know that gettext 
already depends on libiconv, but listing both of them explicitly should not 
do any harm, right?

Please commit after the ports freeze is over.

--- anubis-3.4.9.patch begins here ---
diff -urN /usr/ports/mail/anubis/Makefile /home/sgk/ports/mail/anubis/Makefile
--- /usr/ports/mail/anubis/Makefile	Mon Sep 30 04:08:45 2002
+++ /home/sgk/ports/mail/anubis/Makefile	Mon Sep 30 15:18:56 2002
@@ -3,7 +3,7 @@
 # Date created:			Jul 31, 2002
 # Whom:				ijliao
 #
-# $FreeBSD: ports/mail/anubis/Makefile,v 1.8 2002/09/29 05:47:32 ijliao Exp $
+# $FreeBSD: ports/mail/anubis/Makefile,v 1.5 2002/09/19 21:09:11 ijliao Exp $
 #
 ###########################################################################
 #
@@ -18,15 +18,16 @@
 ###########################################################################
 
 PORTNAME=	anubis
-PORTVERSION=	3.4.6
-PORTREVISION=	1
+PORTVERSION=	3.4.9
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	sergei@kolobov.com
 
-LIB_DEPENDS=	gnugetopt:${PORTSDIR}/devel/libgnugetopt
+LIB_DEPENDS=	gnugetopt:${PORTSDIR}/devel/libgnugetopt \
+		intl:${PORTSDIR}/devel/gettext \
+		iconv:${PORTSDIR}/converters/libiconv
 
 USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
diff -urN /usr/ports/mail/anubis/distinfo /home/sgk/ports/mail/anubis/distinfo
--- /usr/ports/mail/anubis/distinfo	Fri Sep 20 04:08:45 2002
+++ /home/sgk/ports/mail/anubis/distinfo	Mon Sep 30 15:03:23 2002
@@ -1 +1 @@
-MD5 (anubis-3.4.6.tar.gz) = 12e492c1b4287a93659530510db5b77b
+MD5 (anubis-3.4.9.tar.gz) = 0752c2fc6fceb49514261aeb61d3d9ac
diff -urN /usr/ports/mail/anubis/pkg-plist /home/sgk/ports/mail/anubis/pkg-plist
--- /usr/ports/mail/anubis/pkg-plist	Fri Sep 20 04:08:45 2002
+++ /home/sgk/ports/mail/anubis/pkg-plist	Mon Sep 30 15:10:27 2002
@@ -12,7 +12,7 @@
 %%PORTDOCS%%@dirrm share/doc/anubis
 share/examples/anubis/1anubisrc
 share/examples/anubis/2anubisrc
-share/examples/anubis/defaultrc
+share/examples/anubis/redhat-defaultrc
 %%PAM%%share/examples/anubis/pam/anubis
 %%PAM%%share/examples/anubis/pam/anubis.allow
 %%PAM%%share/examples/anubis/pam/anubis.deny
--- anubis-3.4.9.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?20020930112925.6411.qmail>