svn commit: r393123 - branches/2015Q3/java/netbeans

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 28 21:50:57 UTC 2015


Author: amdmi3
Date: Tue Jul 28 21:50:56 2015
New Revision: 393123
URL: https://svnweb.freebsd.org/changeset/ports/393123

Log:
  MFH: r393122
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q3/java/netbeans/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/java/netbeans/Makefile
==============================================================================
--- branches/2015Q3/java/netbeans/Makefile	Tue Jul 28 21:48:05 2015	(r393122)
+++ branches/2015Q3/java/netbeans/Makefile	Tue Jul 28 21:50:56 2015	(r393123)
@@ -3,6 +3,7 @@
 
 PORTNAME=	netbeans
 PORTVERSION=	8.0.2
+PORTREVISION=	1
 CATEGORIES=	java devel
 MASTER_SITES=	http://download.netbeans.org/netbeans/${PORTVERSION}/final/zip/ \
     		http://dlc.sun.com.edgesuite.net/netbeans/${PORTVERSION}/final/zip/
@@ -14,7 +15,11 @@ COMMENT=	Modular, standards-based integr
 LICENSE=	CDDL GPLv2
 LICENSE_COMB=	dual
 
-USES=		zip
+USES=		shebangfix zip
+SHEBANG_FILES=	extide/ant/bin/antRun.pl \
+		extide/ant/bin/complete-ant-cmd.pl \
+		extide/ant/bin/runant.pl \
+		extide/ant/bin/runant.py
 USE_JAVA=	yes
 JAVA_VERSION=	1.7+
 NO_BUILD=	yes


More information about the svn-ports-all mailing list