svn commit: r392089 - branches/2015Q3/security/monkeysphere

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 14 20:37:33 UTC 2015


Author: amdmi3
Date: Tue Jul 14 20:37:32 2015
New Revision: 392089
URL: https://svnweb.freebsd.org/changeset/ports/392089

Log:
  MFH: r392082
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q3/security/monkeysphere/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/security/monkeysphere/Makefile
==============================================================================
--- branches/2015Q3/security/monkeysphere/Makefile	Tue Jul 14 20:36:29 2015	(r392088)
+++ branches/2015Q3/security/monkeysphere/Makefile	Tue Jul 14 20:37:32 2015	(r392089)
@@ -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-branches mailing list