Date: Tue, 6 Feb 2018 14:17:30 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461054 - head/devel/monotone Message-ID: <201802061417.w16EHUY1094962@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802061417.w16EHUY1094962>