From user@blg.akavia.ru  Mon Dec  1 11:48:05 2008
Return-Path: <user@blg.akavia.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5EDCC1065677
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  1 Dec 2008 11:48:05 +0000 (UTC)
	(envelope-from user@blg.akavia.ru)
Received: from blg.akavia.ru (blg.akavia.ru [92.50.210.250])
	by mx1.freebsd.org (Postfix) with ESMTP id 749798FC1A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  1 Dec 2008 11:48:03 +0000 (UTC)
	(envelope-from user@blg.akavia.ru)
Received: from blg.akavia.ru (localhost [127.0.0.1])
	by blg.akavia.ru (8.14.2/8.14.2) with ESMTP id mB1BlwcN027330;
	Mon, 1 Dec 2008 20:47:58 +0900 (YAKT)
	(envelope-from user@blg.akavia.ru)
Received: (from root@localhost)
	by blg.akavia.ru (8.14.2/8.14.2/Submit) id mB1Blv3L027329;
	Mon, 1 Dec 2008 20:47:57 +0900 (YAKT)
	(envelope-from user)
Message-Id: <200812011147.mB1Blv3L027329@blg.akavia.ru>
Date: Mon, 1 Dec 2008 20:47:57 +0900 (YAKT)
From: Alexander Logvinov <ports@logvinov.com>
Reply-To: Alexander Logvinov <ports@logvinov.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Alexander Logvinov <ports@logvinov.com>
Subject: [maintainer update] mail/heirloom-mailx: add mutual CONFLICTS
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         129332
>Category:       ports
>Synopsis:       [maintainer update] mail/heirloom-mailx: add mutual CONFLICTS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    amdmi3
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 01 11:50:03 UTC 2008
>Closed-Date:    Mon Dec 01 14:24:01 UTC 2008
>Last-Modified:  Mon Dec  1 14:30:01 UTC 2008
>Originator:     Alexander Logvinov
>Release:        FreeBSD 6.3-RELEASE-p6 i386
>Organization:
>Environment:

>Description:

  Add mutual conflicts to mail/heirloom-mailx and mail/mailx: both install bin/mailx

  Reported by: Evgeniy Pismenchuk <evpian at gmail dot com>	

>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/heirloom-mailx/Makefile,v
retrieving revision 1.51
diff -u -r1.51 Makefile
--- Makefile	15 Aug 2008 00:27:48 -0000	1.51
+++ Makefile	1 Dec 2008 11:46:00 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	mailx
 PORTVERSION=	12.4
+PORTREVISION=	1
 CATEGORIES=	mail ipv6
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	heirloom
@@ -17,6 +18,8 @@
 
 OPTIONS=	IPV6	"Enable IPv6 Support"	On
 
+CONFLICTS=	mailx-[0-9]*
+
 USE_BZIP2=	yes
 USE_ICONV=	yes
 USE_OPENSSL=	yes
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/mailx/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	5 Nov 2003 17:16:59 -0000	1.11
+++ Makefile	1 Dec 2008 11:45:52 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	mailx
 PORTVERSION=	0.5
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_PORTS_JP}
 DISTFILES=	mail-2.2.8.tar.gz mailx-memo-2.2.8R
@@ -18,6 +19,8 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Mail command with mailx extensions
 
+CONFLICTS=	heirloom-mailx-[0-9]*
+
 EXTRACT_ONLY=	mail-2.2.8.tar.gz
 WRKSRC=		${WRKDIR}/mail-2.2.8
 USE_PERL5=	yes
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 
Responsible-Changed-By: amdmi3 
Responsible-Changed-When: Mon Dec 1 14:10:28 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129332 
State-Changed-From-To: open->closed 
State-Changed-By: amdmi3 
State-Changed-When: Mon Dec 1 14:24:00 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129332 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/129332: commit references a PR
Date: Mon,  1 Dec 2008 14:24:05 +0000 (UTC)

 amdmi3      2008-12-01 14:23:52 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/heirloom-mailx  Makefile 
     mail/mailx           Makefile 
   Log:
   - Add mutual conflicts to mail/heirloom-mailx and mail/mailx: both install bin/mailx
   
   PR:             129332
   Submitted by:   Alexander Logvinov <ports at logvinov dot com> (maintainer of mail/heirloom-mailx)
   Reported by:    Evgeniy Pismenchuk <evpian at gmail dot com>
   
   Revision  Changes    Path
   1.52      +3 -0      ports/mail/heirloom-mailx/Makefile
   1.12      +3 -0      ports/mail/mailx/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
