Date: Wed, 30 Sep 2015 11:54:38 +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: r398212 - head/devel/cvs-devel Message-ID: <201509301154.t8UBsclT069544@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Sep 30 11:54:37 2015 New Revision: 398212 URL: https://svnweb.freebsd.org/changeset/ports/398212 Log: - This requires perl5 for contrib scripts - Silence patching Approved by: portmgr blanket Modified: head/devel/cvs-devel/Makefile Modified: head/devel/cvs-devel/Makefile ============================================================================== --- head/devel/cvs-devel/Makefile Wed Sep 30 10:28:55 2015 (r398211) +++ head/devel/cvs-devel/Makefile Wed Sep 30 11:54:37 2015 (r398212) @@ -3,7 +3,7 @@ PORTNAME= cvs PORTVERSION= 1.12.13 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= devel ipv6 MASTER_SITES= GNU/non-gnu/${PORTNAME}/source/feature/${PORTVERSION} PKGNAMESUFFIX= -devel @@ -13,7 +13,7 @@ COMMENT= IPv6 enabled cvs. You can use CONFLICTS= cvsnt-[12]* cvs+ipv6-[12]* -USES= makeinfo tar:bzip2 +USES= makeinfo perl5 tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-ipv6 --without-gssapi \ --with-editor="vi" \ @@ -25,7 +25,7 @@ CVS_SITE?= :pserver:anoncvs@anoncvs.jp.F CVS_VER?= v${PORTVERSION:S//_/g} post-patch: - ${REINPLACE_CMD} 's/${PORTVERSION:S/./\./g}/&-devel/g' \ + @${REINPLACE_CMD} 's/${PORTVERSION:S/./\./g}/&-devel/g' \ ${WRKSRC}/configure @${CP} ${FILESDIR}/missing ${WRKSRC}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509301154.t8UBsclT069544>