Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 May 2006 23:46:09 +0200 (CEST)
From:      Herve Quiroz <hq@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kij@imada.sdu.dk
Subject:   ports/97853: [PATCH] java/bluej: Update to bsd.java.mk 2.0 and portlint fixes
Message-ID:  <200605242146.k4OLk9Hb081541@arabica.esil.univ-mrs.fr>
Resent-Message-ID: <200605242150.k4OLoDbR085670@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         97853
>Category:       ports
>Synopsis:       [PATCH] java/bluej: Update to bsd.java.mk 2.0 and portlint fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 24 21:50:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Herve Quiroz
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD arabica.esil.univ-mrs.fr 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Tue May  9 17:19:22 CEST
>Description:

- Update to bsd.java.mk 2.0
- Remove blank lines from pkg-plist [1]
- Remove redundant port name from COMMENT

Reported by:	portlint [1]

Port maintainer (kij@imada.sdu.dk) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- bluej-2.0.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/java/bluej/Makefile,v
retrieving revision 1.17
diff -u -u -r1.17 Makefile
--- Makefile	19 Dec 2004 01:03:07 -0000	1.17
+++ Makefile	24 May 2006 21:45:36 -0000
@@ -15,12 +15,13 @@
 EXTRACT_ONLY=
 
 MAINTAINER=	kij@imada.sdu.dk
-COMMENT=	BlueJ is an integrated Java environment designed for introductory teaching
+COMMENT=	Integrated Java environment designed for introductory teaching
 
 IS_INTERACTIVE=	yes
 NO_BUILD=	yes
 
-USE_JAVA=	1.4+
+USE_JAVA=	yes
+JAVA_VERSION=	1.4+
 
 do-install:
 	@${ECHO} Starting BlueJ graphical installer...  Please install to default path of
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/java/bluej/pkg-plist,v
retrieving revision 1.6
diff -u -u -r1.6 pkg-plist
--- pkg-plist	19 Dec 2004 01:03:07 -0000	1.6
+++ pkg-plist	24 May 2006 21:45:36 -0000
@@ -354,7 +354,6 @@
 bluej/lib/swedish/templates/readme.tmpl
 bluej/lib/swedish/templates/readmeexp.tmpl
 bluej/lib/userlib/README.TXT
-
 @dirrm bluej/lib/userlib
 @dirrm bluej/lib/swedish/templates/newclass
 @dirrm bluej/lib/swedish/templates
@@ -411,4 +410,3 @@
 @dirrm bluej/examples/appletdemo
 @dirrm bluej/examples
 @dirrm bluej
-
--- bluej-2.0.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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