Date: Tue, 9 Jun 2015 18:58:50 +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: r388981 - head/devel/cvsmonitor Message-ID: <201506091858.t59IwoaV053909@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jun 9 18:58:49 2015 New Revision: 388981 URL: https://svnweb.freebsd.org/changeset/ports/388981 Log: - Fix shebangs - Add NO_ARCH MFH: 2015Q2 (blanket) Modified: head/devel/cvsmonitor/Makefile Modified: head/devel/cvsmonitor/Makefile ============================================================================== --- head/devel/cvsmonitor/Makefile Tue Jun 9 18:58:48 2015 (r388980) +++ head/devel/cvsmonitor/Makefile Tue Jun 9 18:58:49 2015 (r388981) @@ -3,7 +3,7 @@ PORTNAME= cvsmonitor DISTVERSION= 0-6-3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Stable @@ -41,9 +41,11 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes +NO_ARCH= yes -USES= perl5 +USES= perl5 shebangfix USE_PERL5= patch run build +SHEBANG_FILES= *.pl # stolen from cvsweb .if !exists(${PREFIX}/www) && exists(${PREFIX}/share/apache)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506091858.t59IwoaV053909>