Date: Mon, 1 Dec 2008 20:47:57 +0900 (YAKT) From: Alexander Logvinov <ports@logvinov.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Alexander Logvinov <ports@logvinov.com> Subject: ports/129332: [maintainer update] mail/heirloom-mailx: add mutual CONFLICTS Message-ID: <200812011147.mB1Blv3L027329@blg.akavia.ru> Resent-Message-ID: <200812011150.mB1Bo34d086670@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 129332 >Category: ports >Synopsis: [maintainer update] mail/heirloom-mailx: add mutual CONFLICTS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Dec 01 11:50:03 UTC 2008 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812011147.mB1Blv3L027329>