From owner-svn-ports-branches@freebsd.org Fri Jul 31 19:58:54 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 934189AFE6A; Fri, 31 Jul 2015 19:58:54 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8325D169C; Fri, 31 Jul 2015 19:58:54 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6VJwsW7098718; Fri, 31 Jul 2015 19:58:54 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6VJwsDW098717; Fri, 31 Jul 2015 19:58:54 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201507311958.t6VJwsDW098717@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 31 Jul 2015 19:58:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r393373 - branches/2015Q3/news/ifmail X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jul 2015 19:58:54 -0000 Author: amdmi3 Date: Fri Jul 31 19:58:53 2015 New Revision: 393373 URL: https://svnweb.freebsd.org/changeset/ports/393373 Log: MFH: r393372 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/news/ifmail/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/news/ifmail/Makefile ============================================================================== --- branches/2015Q3/news/ifmail/Makefile Fri Jul 31 19:57:47 2015 (r393372) +++ branches/2015Q3/news/ifmail/Makefile Fri Jul 31 19:58:53 2015 (r393373) @@ -2,13 +2,38 @@ PORTNAME= ifmail PORTVERSION= 2.15 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= news comms MASTER_SITES= SUNSITE/system/fido MAINTAINER= dinoex@FreeBSD.org COMMENT= FidoNet(tm) support package for UN*X platform +USES= shebangfix +SHEBANG_FILES= misc/contrib/a2dbm \ + misc/contrib/abbs2nf/abbs2nf.pl \ + misc/contrib/areafix-0.5.07/areafix.pl \ + misc/contrib/areafix-0.5.07-jv10/areafix.pl \ + misc/contrib/areafix-0.6.02/areafix \ + misc/contrib/edalias \ + misc/contrib/edalias.cgi \ + misc/contrib/ifinfo \ + misc/contrib/ifinfo.pl \ + misc/contrib/ifman \ + misc/contrib/ifreq \ + misc/contrib/ldbm \ + misc/contrib/lmsgid \ + misc/contrib/sumlog \ + misc/contrib/tic/checker.pl \ + misc/contrib/tic/lister.pl \ + misc/contrib/tic/makeconfig.pl \ + misc/contrib/tic/poster.pl \ + misc/contrib/tic/process_tics.pl \ + misc/contrib/tic/purge_history.pl \ + misc/contrib/u-tic/make_machdep.pl \ + misc/contrib/u-tic/u-attach.pl \ + misc/contrib/u-tic/u-fix.pl \ + misc/contrib/u-tic/u-tic.pl USERS= ifmail CFLAGS+= -DHAS_STDARG_H -Wall GID!= id -g