From nobody@FreeBSD.org  Thu Jan  2 16:51:42 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 2531193A
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  2 Jan 2014 16:51:42 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 115621AD4
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  2 Jan 2014 16:51:42 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s02GpfNx096497
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 2 Jan 2014 16:51:41 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s02Gpfxj096490;
	Thu, 2 Jan 2014 16:51:41 GMT
	(envelope-from nobody)
Message-Id: <201401021651.s02Gpfxj096490@oldred.freebsd.org>
Date: Thu, 2 Jan 2014 16:51:41 GMT
From: Hardy Schumacher <hardy.schumacher@gmx.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] java/netbeans, add license information
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         185423
>Category:       ports
>Synopsis:       [UPDATE] java/netbeans, add license information
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gahr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 02 17:00:00 UTC 2014
>Closed-Date:    Wed Jan 08 10:11:36 UTC 2014
>Last-Modified:  Wed Jan  8 10:20:00 UTC 2014
>Originator:     Hardy Schumacher
>Release:        FreeBSD-9.2
>Organization:
>Environment:
FreeBSD gamma.low.org 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255996: Thu Oct  3 20:40:04 CEST 2013     root@gamma.low.org:/usr/obj/usr/src/sys/LOW_GAMMA  i386
>Description:
Add license information to port java/netbeans.
>How-To-Repeat:
n/a
>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/java/netbeans/Makefile ./netbeans/Makefile
--- /usr/ports/java/netbeans/Makefile	2013-11-07 19:16:41.000000000 +0100
+++ ./netbeans/Makefile	2014-01-02 16:57:27.000000000 +0100
@@ -11,6 +11,9 @@
 MAINTAINER=	gahr@FreeBSD.org
 COMMENT=	A full-featured integrated environment for Java
 
+LICENSE=	CDDL GPLv2
+LICENSE_COMB=	multi
+
 USE_ZIP=	yes
 USE_JAVA=	yes
 JAVA_VERSION=	1.7+
@@ -26,7 +29,7 @@
 		${DATADIR}/nb/netbeans.png \
 		${PORTNAME}-${PORTVERSION} \
 		"Development;" \
-		${FALSE}
+		false
 
 post-patch:
 	@${REINPLACE_CMD} -i "" -e '57s|#||;57s|/path/to/jdk|${JAVA_HOME}|' \


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gahr 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jan 2 17:00:07 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185423 
State-Changed-From-To: open->closed 
State-Changed-By: gahr 
State-Changed-When: Wed Jan 8 10:11:35 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185423 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/185423: commit references a PR
Date: Wed,  8 Jan 2014 10:11:32 +0000 (UTC)

 Author: gahr
 Date: Wed Jan  8 10:11:20 2014
 New Revision: 339083
 URL: http://svnweb.freebsd.org/changeset/ports/339083
 
 Log:
   - Add LICENSE
   
   PR:		185423
   Submitted by:	Hardy Schumacher <hardy.schumacher@gmx.de>
 
 Modified:
   head/java/netbeans/Makefile
 
 Modified: head/java/netbeans/Makefile
 ==============================================================================
 --- head/java/netbeans/Makefile	Wed Jan  8 09:53:50 2014	(r339082)
 +++ head/java/netbeans/Makefile	Wed Jan  8 10:11:20 2014	(r339083)
 @@ -11,6 +11,9 @@ DISTNAME=	netbeans-${PORTVERSION}-201310
  MAINTAINER=	gahr@FreeBSD.org
  COMMENT=	A full-featured integrated environment for Java
  
 +LICENSE=	CDDL GPLv2
 +LICENSE_COMB=	multi
 +
  USE_ZIP=	yes
  USE_JAVA=	yes
  JAVA_VERSION=	1.7+
 @@ -26,7 +29,7 @@ DESKTOP_ENTRIES="NetBeans" \
  		${DATADIR}/nb/netbeans.png \
  		${PORTNAME}-${PORTVERSION} \
  		"Development;" \
 -		${FALSE}
 +		false
  
  post-patch:
  	@${REINPLACE_CMD} -i "" -e '57s|#||;57s|/path/to/jdk|${JAVA_HOME}|' \
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
