<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/java/netbeans3, branch release/5.3.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F5.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F5.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2004-10-29T09:06:05Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'RELEASE_5_3_0'.</title>
<updated>2004-10-29T09:06:05Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-10-29T09:06:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3add449a170be706377b66bee46af25633bc945c'/>
<id>urn:sha1:3add449a170be706377b66bee46af25633bc945c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade java requirement to 1.4+.</title>
<updated>2004-06-05T08:35:16Z</updated>
<author>
<name>Jimmy Olgeni</name>
<email>olgeni@FreeBSD.org</email>
</author>
<published>2004-06-05T08:35:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=47ca4b0af368fc2f05f598b76459bff3b74e068a'/>
<id>urn:sha1:47ca4b0af368fc2f05f598b76459bff3b74e068a</id>
<content type='text'>
PR:		67593
Submitted by:	John Cochran &lt;jdc(at)fiawol.org&gt;
</content>
</entry>
<entry>
<title>Upgrade to version 3.6.</title>
<updated>2004-04-16T13:51:23Z</updated>
<author>
<name>Jimmy Olgeni</name>
<email>olgeni@FreeBSD.org</email>
</author>
<published>2004-04-16T13:51:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=024cdc752e2e0380df8da470625deca544b8199c'/>
<id>urn:sha1:024cdc752e2e0380df8da470625deca544b8199c</id>
<content type='text'>
Submitted by:	Conrad Sabatier &lt;conrads(at)cox.net&gt;
</content>
</entry>
<entry>
<title>Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.</title>
<updated>2004-02-04T05:21:48Z</updated>
<author>
<name>Joe Marcus Clarke</name>
<email>marcus@FreeBSD.org</email>
</author>
<published>2004-02-04T05:21:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=053fdb6a6b2e3ff91995de3ff3e70ec1ae925ccc'/>
<id>urn:sha1:053fdb6a6b2e3ff91995de3ff3e70ec1ae925ccc</id>
<content type='text'>
(Part 2)
</content>
</entry>
<entry>
<title>Let DOWNLOAD_URL point to the actual 3.5.1 license page.</title>
<updated>2003-08-05T20:32:33Z</updated>
<author>
<name>Jimmy Olgeni</name>
<email>olgeni@FreeBSD.org</email>
</author>
<published>2003-08-05T20:32:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=adf42b4974a6206cb6bf53c61f227b64227e2980'/>
<id>urn:sha1:adf42b4974a6206cb6bf53c61f227b64227e2980</id>
<content type='text'>
Submitted by:	Carlos F. A. Paniago &lt;pan@cnpm.embrapa.br&gt;
</content>
</entry>
<entry>
<title>Upgrade to release 3.5.1.</title>
<updated>2003-08-05T11:23:52Z</updated>
<author>
<name>Jimmy Olgeni</name>
<email>olgeni@FreeBSD.org</email>
</author>
<published>2003-08-05T11:23:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4b7f0e2e8fa4db298dd8d9eb3889a600a57e602d'/>
<id>urn:sha1:4b7f0e2e8fa4db298dd8d9eb3889a600a57e602d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to version 3.5.</title>
<updated>2003-06-11T21:23:58Z</updated>
<author>
<name>Jimmy Olgeni</name>
<email>olgeni@FreeBSD.org</email>
</author>
<published>2003-06-11T21:23:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c28470005657bc71af2468e2a45a64ff2b91dbd6'/>
<id>urn:sha1:c28470005657bc71af2468e2a45a64ff2b91dbd6</id>
<content type='text'>
Submitted by:	Ivanchenko V. I. &lt;webmaster@asiamusic.ru&gt;
</content>
</entry>
<entry>
<title>The NetBeans startup script should be patched on -CURRENT only.</title>
<updated>2003-06-07T19:55:11Z</updated>
<author>
<name>Jimmy Olgeni</name>
<email>olgeni@FreeBSD.org</email>
</author>
<published>2003-06-07T19:55:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c0fded61b439cc0a5df3785ef6d01fb087f30b11'/>
<id>urn:sha1:c0fded61b439cc0a5df3785ef6d01fb087f30b11</id>
<content type='text'>
The -CURRENT /bin/expr command may get confused when matching regexps
against strings that begin with "-", because they are interpreted as
command flags.

Using "--" as the first flag solves this, but it will in turn confuse
-STABLE expr (syntax error), so it looks like there's no common way to do
it (that I can think of).
</content>
</entry>
<entry>
<title>Revert javavm hack, which prevents execution of jpda related modules.</title>
<updated>2003-06-02T18:18:49Z</updated>
<author>
<name>Jimmy Olgeni</name>
<email>olgeni@FreeBSD.org</email>
</author>
<published>2003-06-02T18:18:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cb4ff3ab0399ab74a5478249789bd273b83ec371'/>
<id>urn:sha1:cb4ff3ab0399ab74a5478249789bd273b83ec371</id>
<content type='text'>
JDK_HOME will have to be set by hand (or use the -jdkhome switch).

Submitted by:	Khairil Yusof &lt;kaeru@pd.jaring.my&gt;
</content>
</entry>
<entry>
<title>Merge some fixes from ports/44275 and ports/49100:</title>
<updated>2003-06-02T15:51:50Z</updated>
<author>
<name>Jimmy Olgeni</name>
<email>olgeni@FreeBSD.org</email>
</author>
<published>2003-06-02T15:51:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9dee347d30f461e14d652c38c612e5d5e22779d2'/>
<id>urn:sha1:9dee347d30f461e14d652c38c612e5d5e22779d2</id>
<content type='text'>
  * Mark as RESTRICTED
  * Use java &gt;= 1.3
  * Add better package description

PR:		ports/44275
Submitted by:	Stefan Schmidt &lt;stefan.schmidt@twest.de&gt;
PR:		ports/49100
Submitted by:	Angel Todorov &lt;angel.todorov@-u.de&gt;
</content>
</entry>
</feed>
