From owner-svn-ports-branches@freebsd.org Fri Sep 11 17:37:28 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9356A02E45; Fri, 11 Sep 2015 17:37:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA0DB1256; Fri, 11 Sep 2015 17:37:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8BHbSo7056224; Fri, 11 Sep 2015 17:37:28 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8BHbS3E056223; Fri, 11 Sep 2015 17:37:28 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509111737.t8BHbS3E056223@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 11 Sep 2015 17:37:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396686 - branches/2015Q3/devel/cvs+ipv6 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2015 17:37:28 -0000 Author: amdmi3 Date: Fri Sep 11 17:37:27 2015 New Revision: 396686 URL: https://svnweb.freebsd.org/changeset/ports/396686 Log: MFH: r396685 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/devel/cvs+ipv6/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/devel/cvs+ipv6/Makefile ============================================================================== --- branches/2015Q3/devel/cvs+ipv6/Makefile Fri Sep 11 17:33:54 2015 (r396685) +++ branches/2015Q3/devel/cvs+ipv6/Makefile Fri Sep 11 17:37:27 2015 (r396686) @@ -2,7 +2,7 @@ PORTNAME= cvs PORTVERSION= 1.20120905 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel ipv6 MASTER_SITES= LOCAL/eadler PKGNAMESUFFIX= +ipv6 @@ -18,7 +18,16 @@ COMMENT= IPv6 enabled cvs. You can use CONFLICTS= cvsnt-[12]* cvs-devel-[12]* LICENSE= GPLv2 -USES= makeinfo tar:xz uidfix +USES= makeinfo shebangfix tar:xz uidfix +SHEBANG_FILES= contrib/clmerge \ + contrib/cln_hist \ + contrib/commit_prep \ + contrib/cvs_acls \ + contrib/easy-import \ + contrib/log \ + contrib/log_accum \ + contrib/mfpipe \ + contrib/rcslock PATCHDIR= ${WRKDIR}/call/cvs-build WRKSRC= ${WRKDIR}/call/cvs-build INFO= cvs cvsclient