Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jul 2015 19:03:55 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r391939 - branches/2015Q3/mail/bogofilter
Message-ID:  <201507131903.t6DJ3tt8006713@repo.freebsd.org>

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

Log:
  MFH: r391938
  
  - Fix shebangs (actually affects slave bogofilter-tc port)
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q3/mail/bogofilter/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/mail/bogofilter/Makefile
==============================================================================
--- branches/2015Q3/mail/bogofilter/Makefile	Mon Jul 13 19:02:21 2015	(r391938)
+++ branches/2015Q3/mail/bogofilter/Makefile	Mon Jul 13 19:03:54 2015	(r391939)
@@ -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?201507131903.t6DJ3tt8006713>