Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2015 13:55:50 +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: r395837 - branches/2015Q3/news/suck
Message-ID:  <201509021355.t82DtoFC032301@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Sep  2 13:55:49 2015
New Revision: 395837
URL: https://svnweb.freebsd.org/changeset/ports/395837

Log:
  MFH: r395835
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam shebang fix blanket

Modified:
  branches/2015Q3/news/suck/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/news/suck/Makefile
==============================================================================
--- branches/2015Q3/news/suck/Makefile	Wed Sep  2 13:53:02 2015	(r395836)
+++ branches/2015Q3/news/suck/Makefile	Wed Sep  2 13:55:49 2015	(r395837)
@@ -3,7 +3,7 @@
 
 PORTNAME=	suck
 PORTVERSION=	4.3.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	news
 #MASTER_SITES=	http://www.sucknews.org/
 MASTER_SITES=	http://home.comcast.net/~bobyetman/ \
@@ -15,7 +15,8 @@ COMMENT=	Receives/sends news to/from loc
 
 CONFLICTS?=	suckblow-1.*
 
-USES=		gmake
+USES=		gmake shebangfix
+SHEBANG_FILES=	sample/post_filter.pl
 GNU_CONFIGURE=	yes
 MAKE_ENV=	CHKHISTORY=chkhistory_db.o
 



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