Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jul 2001 17:46:10 -0700 (PDT)
From:      John Merryweather Cooper <jmcoopr@webmail.bmi.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29338: Fix jgnat-1.0p for bento
Message-ID:  <200107310046.f6V0k9A94642@johncoop.MSHOME>

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

>Number:         29338
>Category:       ports
>Synopsis:       Fix jgnat-1.0p for bento
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 30 17:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     John Merryweather Cooper
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD johncoop.MSHOME 4.3-STABLE FreeBSD 4.3-STABLE #36: Sun Jul 29 11:47:43 PDT 2001 jmcoopr@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386


	
>Description:
	Fix typo in pkg-plist (missing file extension).  Given the history
	of this port, I would be happy to assume maintainership.


>How-To-Repeat:
	N/A

>Fix:

diff -ruN jgnat/Makefile jgnat.new/Makefile
--- jgnat/Makefile	Wed Dec 27 03:28:58 2000
+++ jgnat.new/Makefile	Mon Jul 30 17:30:52 2001
@@ -13,7 +13,7 @@
 		ftp://ftp.lip6.fr/pub/gnat/jgnat/jgnat-1.0p/split-1.0p/
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	sam@inf.enst.fr
+MAINTAINER=	jmcoopr@webmail.bmi.net
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/adagcc:${PORTSDIR}/lang/gnat \
 		${LOCALBASE}/jdk1.1.8/bin/javac:${PORTSDIR}/java/jdk
diff -ruN jgnat/pkg-descr jgnat.new/pkg-descr
--- jgnat/pkg-descr	Wed Dec 27 03:28:58 2000
+++ jgnat.new/pkg-descr	Mon Jul 30 17:33:16 2001
@@ -1,5 +1,6 @@
-This is a port of jgnat, an Ada to Java-Byte-Code compiler.  jgnat allows
-you to develop applets or applications in full Ada, and execute them on
-any Java virtual machine.
+"jgnat" is an Ada 95 to Java byte-code compiler.  "jgnat" allows
+you to develop Java applets or applications in Ada 95, compile
+them to Java byte-code, and execute them on any Java virtual
+machine.
 
-- Samuel Tardieu <sam@inf.enst.fr>
+-- John Merryweather Cooper <jmcoopr@webmail.bmi.net>
diff -ruN jgnat/pkg-plist jgnat.new/pkg-plist
--- jgnat/pkg-plist	Wed Dec 27 03:28:58 2000
+++ jgnat.new/pkg-plist	Mon Jul 30 17:34:03 2001
@@ -628,7 +628,7 @@
 lib/jgnat/adalib/s-taasde.ali
 lib/jgnat/adalib/s-tadeca.ali
 lib/jgnat/adalib/s-tadert.ali
-lib/jgnat/adalib/s-taenca
+lib/jgnat/adalib/s-taenca.ali
 lib/jgnat/adalib/s-taprob.ali
 lib/jgnat/adalib/s-taprop.ali
 lib/jgnat/adalib/s-tarest.ali
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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