svn commit: r392082 - head/security/monkeysphere

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 14 20:30:51 UTC 2015


Author: amdmi3
Date: Tue Jul 14 20:30:51 2015
New Revision: 392082
URL: https://svnweb.freebsd.org/changeset/ports/392082

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

Modified:
  head/security/monkeysphere/Makefile

Modified: head/security/monkeysphere/Makefile
==============================================================================
--- head/security/monkeysphere/Makefile	Tue Jul 14 20:30:26 2015	(r392081)
+++ head/security/monkeysphere/Makefile	Tue Jul 14 20:30:51 2015	(r392082)
@@ -3,6 +3,7 @@
 
 PORTNAME=	monkeysphere
 PORTVERSION=	0.36
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/
 # hack for debian orig tarballs
@@ -18,7 +19,8 @@ RUN_DEPENDS=	gpg:${PORTSDIR}/security/gn
 		p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
 
 USES=		shebangfix
-SHEBANG_FILES=	src/share/keytrans
+SHEBANG_FILES=	src/share/checkperms src/transitions/0.23 \
+		src/transitions/0.28 src/share/keytrans
 
 USERS=	monkeysphere
 GROUPS=	monkeysphere


More information about the svn-ports-all mailing list