svn commit: r411183 - head/mail/metamail

Mark Felder feld at FreeBSD.org
Tue Mar 15 16:23:58 UTC 2016


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 at 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


More information about the svn-ports-head mailing list