Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jul 2015 19:02:21 +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: r391938 - head/mail/bogofilter
Message-ID:  <201507131902.t6DJ2Lw2006286@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Jul 13 19:02:21 2015
New Revision: 391938
URL: https://svnweb.freebsd.org/changeset/ports/391938

Log:
  - Fix shebangs (actually affects slave bogofilter-tc port)
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/mail/bogofilter/Makefile

Modified: head/mail/bogofilter/Makefile
==============================================================================
--- head/mail/bogofilter/Makefile	Mon Jul 13 18:59:20 2015	(r391937)
+++ head/mail/bogofilter/Makefile	Mon Jul 13 19:02:21 2015	(r391938)
@@ -3,7 +3,7 @@
 
 PORTNAME=	bogofilter
 PORTVERSION=	1.2.4
-PORTREVISION?=	4
+PORTREVISION?=	5
 CATEGORIES?=	mail
 MASTER_SITES=	SF/bogofilter/bogofilter-current/bogofilter-${PORTVERSION}
 
@@ -22,7 +22,9 @@ UNICODE_DESC=		Normalize tokens to Unico
 
 CONFLICTS_INSTALL?=	bogofilter-sqlite-[0-9]* bogofilter-qdbm-[0-9]* bogofilter-tc-[0-9]* [a-z][a-z]-bogofilter-[0-9]*
 
-USES=		cpe perl5 tar:bzip2
+USES=		cpe perl5 shebangfix tar:bzip2
+SHEBANG_FILES=	contrib/randomtrain.sh \
+		contrib/scramble.sh
 USE_PERL5=	run
 GNU_CONFIGURE=	yes
 



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