Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5_3 31 Dec 2024 14:39:30
    |
Muhammad Moinur Rahman (bofh)  |
Mk/Uses/java.mk: Runtime fix with USES=java:ant
USES=java:ant does not imply USES=java:run so we need to add the run arg
seperately when we are using USES=java:ant. Not all ports require the
the argument so it is better to address the ports individually instead
of handling it automatically by implying run for ant.
Thanks to vvd for carefully going through this.
Reported by: vvd
Approved by: portmgr (blanket) |
0.5_2 31 Dec 2024 08:57:55
    |
Muhammad Moinur Rahman (bofh)  |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
0.5_2 01 Nov 2023 22:11:47
    |
Rodrigo Osorio (rodrigo)  |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
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) |
0.5_2 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 ) |
0.5_2 20 Jul 2022 14:22:12
    |
Tobias C. Berner (tcberner)  |
java: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alex Dupre <ale@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alexander Yerenkow <yerenkow@gmail.com>
* Anton Yudin (<contact@toha.org.ua>)
* Anton Yudin <toha@toha.org.ua>
* Benjamin Close <benjsc@FreeBSD.org>
* Björn König <bkoenig@alpha-tierchen.de>
* Conor McDermottroe <ports@mcdermottroe.com>
* Danilo Egea Gondolfo <danilo@FreeBSD.org
* Dave Glowacki <dglo@ssec.wisc.edu>
* Ernst de Haan <znerd@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.5_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.5_2 26 Nov 2019 21:46:13
  |
jkim  |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
0.5_2 31 May 2014 14:22:29
  |
pawel  |
- Add staging support
- Convert to new options framework |
0.5_2 20 Sep 2013 19:48:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
java) |
0.5_2 10 Dec 2012 13:18:29
  |
bapt  |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2) |
0.5_2 21 Jul 2011 05:03:02
 |
linimon  |
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp |
0.5_2 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
0.5_2 22 Aug 2009 00:24:37
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L |
0.5_2 06 Jun 2008 13:38:51
 |
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) |
0.5_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.5 24 Nov 2005 23:21:04
 |
pav  |
- Add SHA256 |
0.5 03 Dec 2004 01:01:34
 |
hq  |
Reset znerd's ports maintainership:
- All JDK ports (and JDK documentation ports) that were formerly maintained by
znerd have been assigned to java@FreeBSD.org
- I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j
and xmlenc)
- Everything else is reset to ports@FreeBSD.org
Approved by: znerd (maintainer) |
0.5 03 Nov 2004 03:13:28
 |
hq  |
- Update to bsd.java.mk 2.0
- Use USE_ANT
- Variable cleanup
- "CP -r" -> "FIND | CPIO"
- Dynamic plist
Reviewed by: glewis |
0.5 15 Apr 2004 22:07:41
 |
znerd  |
- Update to JUMP 0.5
- Unbroken
- Using PORTDOCS macro
- Removed non-existent metaverse.nl download site |
0.4.1_1 12 Apr 2004 00:47:17
 |
kris  |
BROKEN: Checksum mismatch |
0.4.1_1 23 Jul 2003 14:30:29
 |
znerd  |
Port devel/jakarta-ant was renamed to devel/apache-ant.
Reported by: kris
Pointy hat to: me |
0.4.1_1 07 Mar 2003 06:04:45
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.4.1_1 18 Oct 2002 21:06:59
 |
znerd  |
Removed unnecessary settings. |
0.4.1_1 18 Oct 2002 21:00:55
 |
znerd  |
Small style improvement. |
0.4.1_1 18 Oct 2002 16:05:31
 |
znerd  |
Only installing JAR and docs. And installing where they should go.
Honoring NOPORTDOCS now.
Bumped PORTREVISION. |
0.4.1 11 Oct 2002 23:16:15
 |
znerd  |
Moved MAINTAINER up in the file to stop portlint from complaining. |
0.4.1 11 Oct 2002 23:12:03
 |
znerd  |
Changed WWW reference. |
0.4.1 27 Jun 2002 23:57:51
 |
znerd  |
Upgrade from JUMP 0.3 to JUMP 0.4.1.
See:
http://sourceforge.net/project/shownotes.php?release_id=97033 |
0.3 15 Jun 2002 13:08:52
 |
znerd  |
Upgrade to JUMP 0.3. Added an alternative download location.
Not removing ${PREFIX}/share/java at deinstallation anymore
since it is part of the base hierarchy now. |
0.2_1 13 Jun 2002 17:59:35
 |
znerd  |
Not installing the packages anymore.
Fixed the packing list.
Bumped PORTREVISION. |
0.2 13 Jun 2002 17:49:49
 |
znerd  |
Upgrade to JUMP 0.2. |
0.1_2 13 Jun 2002 14:24:42
 |
znerd  |
Now removes ${PREFIX}/share/java after deinstallation if it
is empty.
Bumped PORTREVISION. |
0.1_2 13 Jun 2002 14:24:22
 |
znerd  |
Now removes ${PREFIX}/share/java after deinstallation if it
is empty.
Bumped PORTREVISION. |
0.1_1 13 Jun 2002 14:12:47
 |
znerd  |
Running Ant in ${WRKSRC} instead of ${WRKDIR}. This does not
change the working of the Makefile since NO_WRKSUBDIR is defined. |
0.1_1 13 Jun 2002 12:52:42
 |
znerd  |
Now builds from source using Ant.
Bumped PORTREVISION. |
0.1 13 Jun 2002 12:43:26
 |
znerd  |
Fixed the packing list. |
0.1 13 Jun 2002 12:15:52
 |
znerd  |
New port: JUMP Ultimate Math Package. |