svn commit: r395835 - head/news/suck

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 2 13:46:32 UTC 2015


Author: amdmi3
Date: Wed Sep  2 13:46:31 2015
New Revision: 395835
URL: https://svnweb.freebsd.org/changeset/ports/395835

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/news/suck/Makefile

Modified: head/news/suck/Makefile
==============================================================================
--- head/news/suck/Makefile	Wed Sep  2 13:46:07 2015	(r395834)
+++ head/news/suck/Makefile	Wed Sep  2 13:46:31 2015	(r395835)
@@ -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
 


More information about the svn-ports-all mailing list