Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
9.2.17.0 04 Apr 2023 18:10:53 |
Muhammad Moinur Rahman (bofh) |
*/*: Refactor java/openjdk7 removal
- java/openjdk7* has been removed from the tree since 2022-09-03 however
the relevant codebases in bsd.java.mk has not been removed and the
consumers has also not been updated to use the next jdk version. This
commit updates all relevant consumers to use JAVA_VERSION=8 instead of
JAVA_VERSION=1.7
- Since the introduction of jdk version 18 it looks like similar with
jdk version 8(java version string 1.8). This is prone to error as it
looks similar and is only seperated by a '.'. Remove using
JAVA_VERSION with dotted fomat of java version string and update all
consumers to utilize version 8 instead of 1.8.
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
9.2.17.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
9.2.17.0 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
9.2.17.0 07 Apr 2021 10:42:46 |
Koichiro Iwao (meta) |
lang/jruby: Update to 9.2.17.0
CVEs are fixed at 9.2.15.0.
PR: 253822
Reported by: Thomas Hurst <tom@hur.st>
Relnotes: https://www.jruby.org/2021/03/29/jruby-9-2-17-0.html
Security: CVE-2011-4815
Security: CVE-2017-17742
Security: CVE-2019-16254
Security: CVE-2020-25613
Security: CVE-2017-18640 |
9.2.5.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
9.2.5.0 09 Dec 2018 22:36:09 |
swills |
lang/jruby: update to 9.2.5.0
PR: 233898
Submitted by: pfg |
9.2.4.0 09 Dec 2018 19:01:09 |
swills |
lang/jruby: update to version 9.2.4.0
PR: 229163
Submitted by: pfg
Reported by: Ed Gomolka <edg@borderlandtech.com> |
9.1.15.0 24 Dec 2017 20:27:45 |
swills |
lang/jruby: update to 9.1.15.0 |
9.1.10.0 26 May 2017 17:53:11 |
sunpoet |
Update to 9.1.10.0
Changes: http://jruby.org/2017/05/25/jruby-9-1-10-0.html
https://github.com/jruby/jruby/commits/master |
9.1.9.0 24 May 2017 13:03:14 |
sunpoet |
Update to 9.1.9.0
Changes: http://jruby.org/2017/05/16/jruby-9-1-9-0.html
http://jruby.org/2017/03/06/jruby-9-1-8-0.html
https://github.com/jruby/jruby/commits/master |
9.1.7.0 23 May 2017 19:00:01 |
sunpoet |
Clean up Makefile
- Use DISTVERSIONPREFIX instead of DISTNAME
- Use = instead of += for PLIST_SUB
- Convert to options target helper
- Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
- Sort PLIST
- Update pkg-descr and remove sentences of outdated Ruby versions [1]
- Update WWW
Reference: https://github.com/jruby/jruby/wiki/AboutJRuby [1] |
9.1.7.0 12 Jan 2017 18:28:57 |
swills |
lang/jruby: update to 9.1.7.0 |
9.1.6.0 06 Dec 2016 18:59:59 |
swills |
lang/jruby: update to 9.1.6.0 |
1.7.26 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.7.26 01 Sep 2016 13:09:24 |
knu |
Update to 1.7.26
- Install /usr/local/bin/jgem
- Stop manually listing doc/example files |
1.7.22 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
1.7.22 11 Nov 2015 12:24:01 |
marino |
lang/jruby: Don't redefine WRKDIR
This port was establishing WRKDIR over bpm. The reason why wasn't good;
There is a home-grown pattern replacement in the port. I replaced the
custom sed command with REINPLACE_CMD as minimally as I could, and then
removed the WRKDIR redefinition.
Approved by: just fix it |
1.7.22 07 Sep 2015 15:09:15 |
mmoll |
lang/jruby: update to 1.7.22
PR: 202519
Submitted by: Andrew Smith <iamasmith.home@gmail.com> |
1.7.15 25 May 2015 19:55:35 |
sunpoet |
- Add LICENSE |
1.7.15 25 Apr 2015 04:51:12 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
1.7.15 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
1.7.15 16 Sep 2014 07:18:32 |
knu |
Update to 1.7.15. |
1.7.11 15 Jul 2014 15:49:34 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
I'm not touching ruby19/ruby20/ruby21, but they also check for :MDOCS
without defining it in OPTIONS_DEFINE. |
1.7.11 05 Jul 2014 19:27:04 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Categories J-L.
CR: D305
Approved by: portmgr (swills) |
1.7.11 04 Apr 2014 01:13:40 |
knu |
Update to 1.7.11 and (attempt to) remove NO_STAGE. |
1.7.10 20 Jan 2014 08:11:51 |
knu |
Update to 1.7.10. |
1.7.8 15 Nov 2013 06:22:10 |
knu |
Sort. |
1.7.8 15 Nov 2013 04:01:03 |
knu |
Update to 1.7.8. |
1.7.6 26 Oct 2013 18:03:03 |
knu |
Update to 1.7.6. |
1.7.4 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
1.7.4 29 Aug 2013 04:10:38 |
sunpoet |
- Use single space after WWW: |
1.7.4 30 May 2013 05:55:04 |
knu |
Update to 1.7.4. |
1.7.3 02 Mar 2013 14:44:37 |
miwi |
- Update to 1.7.3
PR: 176578
Submitted by: Jens Jahnke <jan0sch@gmx.net> |
1.7.1 28 Feb 2013 01:37:16 |
swills |
- Update to 1.7.1
PR: ports/174713
Submitted by: Jens Jahnke <jan0sch@gmx.net> |
1.6.6 10 Dec 2012 13:18:29 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2) |
1.6.6 31 Jan 2012 08:42:14 |
knu |
Update to 1.6.6. |
1.6.5.1 31 Jan 2012 08:42:01 |
knu |
Update pkg-descr. |
1.6.5.1 16 Jan 2012 03:11:44 |
knu |
Update to 1.6.5.1, a security fix. (CVE-2011-4838) |
1.6.5 21 Nov 2011 08:26:06 |
knu |
Update to 1.6.5.
Strip off version number part from JRUBY_HOME.
Feature safe: yes |
1.6.4 17 Oct 2011 06:09:21 |
knu |
Set MAINTAINER to ruby@ instead of ports@. |
1.6.4 17 Oct 2011 06:06:01 |
knu |
Update to 1.6.4.
PR: ports/160236
Submitted by: Bruce Albrecht <bruce@elite.zuhause.org> |
1.6.3 19 Aug 2011 21:30:56 |
pav |
- Fix plist
Reported by: pointyhat |
1.6.3 18 Aug 2011 05:07:39 |
knu |
Update to 1.6.3. |
1.5.6 29 Dec 2010 21:23:44 |
knu |
Update to 1.5.6. |
1.1.5 16 Dec 2009 10:25:21 |
linimon |
Reset nemoliu@FreeBSD.org due to > 6 months of inactivity and no response
to email.
Hat: portmgr |
1.1.5 09 Dec 2008 08:02:19 |
nemoliu |
- Update to 1.1.5
- Change MASTER_SITES |
1.1.3_2 08 Dec 2008 06:43:50 |
linimon |
Reset nemoliu due to maintainer-timeouts and no response to email.
Hat: portmgr |
1.1.3_2 18 Nov 2008 16:21:09 |
itetcu |
- install PORTEXAMPLES only if ! -DNOPORTEXAMPLES (not -DNOPORTDOCS)
- fix plist for -DNOPORTEXAMPLES and -DNOPORTDOCS
- bump PORTREVISION
Approved by: maintainer timeout on QAT BotMail
Prompted by: QAT QA run |
1.1.3_1 05 Sep 2008 07:11:26 |
nemoliu |
- Update to 1.1.3
PR: 125937
Submitted by: Geoff The <geoff2k@gmail.com> |
1.1.1_1 06 Jun 2008 13:41:15 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.1.1 24 Apr 2008 13:30:33 |
nemoliu |
- remove useless patch
Approved by: delphij (mentor,implicit) |
1.1.1 23 Apr 2008 06:26:05 |
nemoliu |
- update to 1.1.1
Approved by: delphij (mentor,implicit) |
1.0.3 24 Jan 2008 06:12:21 |
nemoliu |
- Change MASTER_SITES
Approved by: delphij(mentor,implicit) |
1.0.3 26 Dec 2007 02:55:53 |
nemoliu |
- update to 1.0.3
Approved by: delphij (mentor,implicit) |
1.0.1 06 Sep 2007 03:10:33 |
nemoliu |
- update to 1.0.1
Approved by: delphij (mentor) |
1.0_1 21 Aug 2007 11:18:13 |
nemoliu |
- add bash to RUN_DEPENDS
- change bash declare in patch
Approved by: delphij (mentor) |
1.0_1 21 Aug 2007 02:03:28 |
nemoliu |
- add two sites to MASTER_SITE
Approved by: delphij (mentor) |
1.0_1 30 Jul 2007 18:07:50 |
pav |
- Cleanup docsdir
Reported by: pointyhat
Pointy hat to: nemoliu |
1.0_1 25 Jul 2007 02:34:31 |
nemoliu |
- update to 1.0
Approved by: delphij (mentor) |
0.9.9_1 22 May 2007 06:41:01 |
nemoliu |
- fix mastersite
Approved by: portmgr (marcus, linimon)
delphij (mentor) |
0.9.9_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.9.9 30 Apr 2007 06:27:41 |
nemoliu |
Use my @FreeBSD.org address.
Approved by: delphij (mentor) |
0.9.9 29 Apr 2007 07:34:05 |
nemoliu |
- Update to 0.9.9
- Update pkg-plist
- Use my FreeBSD.org address
Approved by: delphij (mentor) |
0.9.8 25 Apr 2007 03:03:50 |
clsung |
- Update to 0.9.8
- grab maintainership
- Release log:
* Ruby on Rails support. We have been working hard on getting Rails own unit
tests running and over 98% of them now run successfully. We feel things are
running well enough to invite Ruby users to kick the tires and help root out
any final issues.
* Ruby classes can extend concrete/abstract Java classes and override methods
* New Java primitive array syntax
* Reimplementation of String, Numeric classes, and Array to be more correct
and performant
* Significant bottlenecks have been identified. In some cases IO is 6.5x
faster than previous releases. Java included classes are significantly
faster than in the past.
* 225 Jira issues resolved since last release
PR: ports/111316
Submitted by: maintainer (Nemo Liu) |
0.5.3 09 May 2006 20:52:24 |
edwin |
Remove USE_REINPLACE from the categories starting with L |
0.5.3 25 Nov 2005 00:33:45 |
pav |
- Add SHA256 |
0.5.3 11 Nov 2005 01:18:01 |
linimon |
With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months. We hope to see him back sometime. |
0.5.3 22 Mar 2004 15:05:32 |
knu |
Add SIZE data.
Submitted by: trevor |
0.5.3 18 Feb 2003 05:28:16 |
knu |
De-pkg-comment. |
0.5.3 29 Oct 2002 17:30:58 |
knu |
Update to 0.5.3. |
0.5.2 08 Oct 2002 17:59:57 |
knu |
Update to 0.5.2.
The port does not install source files (for reference) any more. |
0.5.1 13 Aug 2002 14:27:58 |
knu |
Update to 0.5.1.
Install source files properly. |
0.5.0 15 May 2002 20:31:11 |
knu |
Update to 0.5.0. |
29 Jan 2002 11:24:09 |
knu |
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO
macro is set to "echo" by default, but it is set to "true" if make(1) is
invoked with the -s option while ECHO_CMD is always set to the echo command.
|
26 Jan 2002 12:07:04 |
knu |
Update to 0.3.1. |
26 Dec 2001 18:56:19 |
knu |
Update to 0.3.0. |
15 Nov 2001 09:43:56 |
knu |
Update to 0.2.1. |
21 Oct 2001 21:59:45 |
knu |
Update to 0.2.0. |
29 Sep 2001 15:02:57 |
knu |
Update to 0.1.7. |
23 Sep 2001 06:41:25 |
knu |
Update to 0.1.6b. |
20 Sep 2001 10:18:27 |
knu |
Add jruby, an implementation of Ruby Interpreter in Pure Java. |