svn commit: r461054 - head/devel/monotone

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Feb 6 14:17:30 UTC 2018


Author: amdmi3
Date: Tue Feb  6 14:17:29 2018
New Revision: 461054
URL: https://svnweb.freebsd.org/changeset/ports/461054

Log:
  - Add missing python run-dependency
  - Fix shebangs
  
  Approved by:	portmgr blanket

Modified:
  head/devel/monotone/Makefile

Modified: head/devel/monotone/Makefile
==============================================================================
--- head/devel/monotone/Makefile	Tue Feb  6 14:13:35 2018	(r461053)
+++ head/devel/monotone/Makefile	Tue Feb  6 14:17:29 2018	(r461054)
@@ -3,7 +3,7 @@
 
 PORTNAME=	monotone
 PORTVERSION=	1.1
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	devel
 MASTER_SITES=	http://www.monotone.ca/downloads/${PORTVERSION}/
 
@@ -21,7 +21,8 @@ LIB_DEPENDS=	libpcre.so:devel/pcre \
 
 SUB_FILES=	pkg-message
 USES=		cpe gmake iconv localbase lua:51 makeinfo perl5 \
-		pkgconfig tar:bzip2
+		pkgconfig python:run shebangfix tar:bzip2
+SHEBANG_FILES=	extra/mtn-hooks/monotone-ciabot.py
 USE_PERL5=	build
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list