diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-12-01 22:23:52 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-12-01 22:23:52 +0800 |
commit | cb3781af040049723dc101968f6c41365e8ae38f (patch) | |
tree | c3be75d3e57aed34779109b1a9195612d38f658f /mail | |
parent | 07864b3d2d09f908290aff495f0d564fd365bcbf (diff) | |
download | freebsd-ports-gnome-cb3781af040049723dc101968f6c41365e8ae38f.tar.gz freebsd-ports-gnome-cb3781af040049723dc101968f6c41365e8ae38f.tar.zst freebsd-ports-gnome-cb3781af040049723dc101968f6c41365e8ae38f.zip |
- 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>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/heirloom-mailx/Makefile | 3 | ||||
-rw-r--r-- | mail/mailx/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile index 292f506ef942..54132ec52cc3 100644 --- a/mail/heirloom-mailx/Makefile +++ b/mail/heirloom-mailx/Makefile @@ -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 @@ COMMENT= BSD mail utility with MIME, IMAP, POP3, SMTP and S/MIME extensions OPTIONS= IPV6 "Enable IPv6 Support" On +CONFLICTS= mailx-[0-9]* + USE_BZIP2= yes USE_ICONV= yes USE_OPENSSL= yes diff --git a/mail/mailx/Makefile b/mail/mailx/Makefile index b2a234c963a9..f01e26b2fd4b 100644 --- a/mail/mailx/Makefile +++ b/mail/mailx/Makefile @@ -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 @@ PATCH_DIST_STRIP= -p1 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 |