Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Apr 2017 10:35:58 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439047 - head/mail/mailfmt
Message-ID:  <201704211035.v3LAZwJl035117@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Apr 21 10:35:58 2017
New Revision: 439047
URL: https://svnweb.freebsd.org/changeset/ports/439047

Log:
  - Fix shebangs

Modified:
  head/mail/mailfmt/Makefile

Modified: head/mail/mailfmt/Makefile
==============================================================================
--- head/mail/mailfmt/Makefile	Fri Apr 21 10:35:47 2017	(r439046)
+++ head/mail/mailfmt/Makefile	Fri Apr 21 10:35:58 2017	(r439047)
@@ -3,14 +3,15 @@
 
 PORTNAME=	mailfmt
 PORTVERSION=	1.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail
 MASTER_SITES=	http://www.tundraware.com/Software/mailfmt/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Remove leading quotations from mail/news and wrap lines to fixed width
 
-USES=		python
+USES=		python shebangfix
+SHEBANG_FILES=	mailfmt
 NO_ARCH=	yes
 NO_BUILD=	yes
 



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