svn commit: r388199 - head/mail/sa-stats

Kurt Jaeger pi at FreeBSD.org
Mon Jun 1 05:27:31 UTC 2015


Author: pi
Date: Mon Jun  1 05:27:30 2015
New Revision: 388199
URL: https://svnweb.freebsd.org/changeset/ports/388199

Log:
  mail/sa-stats: shebangfix
  
  PR:		200143
  Approved by:	alexey at renatasystems.org (maintainer timeout)

Modified:
  head/mail/sa-stats/Makefile

Modified: head/mail/sa-stats/Makefile
==============================================================================
--- head/mail/sa-stats/Makefile	Mon Jun  1 01:47:57 2015	(r388198)
+++ head/mail/sa-stats/Makefile	Mon Jun  1 05:27:30 2015	(r388199)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sa-stats
 PORTVERSION=	1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail
 MASTER_SITES=	http://www.rulesemporium.com/programs/ \
 		ftp://renatasystems.org/pub/FreeBSD/ports/distfiles/
@@ -15,7 +15,8 @@ COMMENT=	Generates top spam/ham rules fi
 
 RUN_DEPENDS=	p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	sa-stats-1.0.txt
 
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes


More information about the svn-ports-all mailing list