Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Nov 2016 12:28:54 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425613 - head/mail/neomutt
Message-ID:  <201611071228.uA7CSsIo023366@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Mon Nov  7 12:28:54 2016
New Revision: 425613
URL: https://svnweb.freebsd.org/changeset/ports/425613

Log:
  mail/neomutt: gdate isn't required for building anymore, pet portlint
  
  Approved by:	bapt (maintainer)

Modified:
  head/mail/neomutt/Makefile

Modified: head/mail/neomutt/Makefile
==============================================================================
--- head/mail/neomutt/Makefile	Mon Nov  7 12:27:38 2016	(r425612)
+++ head/mail/neomutt/Makefile	Mon Nov  7 12:28:54 2016	(r425613)
@@ -12,15 +12,14 @@ COMMENT=	Bringing together all the Mutt 
 LICENSE=	GPLv1
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
+RUN_DEPENDS=	${LOCALBASE}/etc/mime.types:misc/mime-support \
+		urlview:textproc/urlview
+
 USE_GITHUB=	yes
 
 USES=		autoreconf localbase ncurses shebangfix ssl
 GNU_CONFIGURE=	yes
 
-BUILD_DEPENDS=	gdate:sysutils/coreutils
-RUN_DEPENDS=	${LOCALBASE}/etc/mime.types:misc/mime-support \
-		urlview:textproc/urlview
-
 OPTIONS_SUB=	yes
 SHEBANG_FILES=	smime_keys.pl
 
@@ -83,7 +82,6 @@ DOCS_BUILD_DEPENDS=	xsltproc:textproc/li
 			lynx:www/lynx
 
 post-patch:
-	@${REINPLACE_CMD} -e "s/\`date/\`gdate/" ${WRKSRC}/Makefile.am ${WRKSRC}/doc/Makefile.am
 	@${REINPLACE_CMD} '/LIBS=$$/d' ${WRKSRC}/configure.ac
 
 post-install:



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