Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Mar 2016 16:23:57 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411183 - head/mail/metamail
Message-ID:  <201603151623.u2FGNvVi091496@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Tue Mar 15 16:23:57 2016
New Revision: 411183
URL: https://svnweb.freebsd.org/changeset/ports/411183

Log:
  mail/metamail: Disable X11 by default
  
  This is only needed for Hebrew font rendering and this is now a
  dependency of mail/mutt which is often used on systems where X11 is not
  wanted.
  
  Submitted by:	gahr

Modified:
  head/mail/metamail/Makefile

Modified: head/mail/metamail/Makefile
==============================================================================
--- head/mail/metamail/Makefile	Tue Mar 15 16:17:48 2016	(r411182)
+++ head/mail/metamail/Makefile	Tue Mar 15 16:23:57 2016	(r411183)
@@ -3,22 +3,22 @@
 
 PORTNAME=	metamail
 PORTVERSION=	2.7
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	mail
 MASTER_SITES=	http://ftp.funet.fi/pub/unix/mail/metamail/ \
 		ftp://ftp.research.telcordia.com/pub/nsb/
 DISTNAME=	mm${PORTVERSION}
-EXTRACT_SUFX=	.tar.Z
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Implementation of MIME, the Multipurpose Internet Mail Extensions
 
+USES=		tar:Z
+
 LICENSE=	MIT
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/src
 
 OPTIONS_DEFINE=	X11
-OPTIONS_DEFAULT=	X11
 OPTIONS_SUB=	yes
 
 X11_DESC=		X11 hebrew font support



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