svn commit: r391939 - branches/2015Q3/mail/bogofilter

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jul 13 19:03:55 UTC 2015


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
 


More information about the svn-ports-all mailing list