svn commit: r398212 - head/devel/cvs-devel

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 30 11:54:39 UTC 2015


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 at 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}
 


More information about the svn-ports-head mailing list