Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Sep 2015 17:37:28 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r396686 - branches/2015Q3/devel/cvs+ipv6
Message-ID:  <201509111737.t8BHbS3E056223@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509111737.t8BHbS3E056223>