svn commit: r395844 - head/mail/wmbiff

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 2 14:08:33 UTC 2015


Author: amdmi3
Date: Wed Sep  2 14:08:32 2015
New Revision: 395844
URL: https://svnweb.freebsd.org/changeset/ports/395844

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

Modified:
  head/mail/wmbiff/Makefile

Modified: head/mail/wmbiff/Makefile
==============================================================================
--- head/mail/wmbiff/Makefile	Wed Sep  2 14:00:46 2015	(r395843)
+++ head/mail/wmbiff/Makefile	Wed Sep  2 14:08:32 2015	(r395844)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wmbiff
 PORTVERSION=	0.4.27
-PORTREVISION=	16
+PORTREVISION=	17
 CATEGORIES=	mail windowmaker afterstep
 MASTER_SITES=	SF
 
@@ -14,6 +14,8 @@ LICENSE=	GPLv2
 
 OPTIONS_DEFINE=	GNUTLS
 
+USES=		shebangfix
+SHEBANG_FILES=	scripts/security.debian.rb
 USE_XORG=	xpm
 GNU_CONFIGURE=	yes
 


More information about the svn-ports-all mailing list