notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
junit Regression testing utility for use with the Java(TM) Language
4.12 java on this many watch lists=21 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.12Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2000-11-03 14:49:59
Last Update: 2023-09-17 05:30:09
Commit Hash: 152d92b
People watching this port, also watch:: help2man, gmake, javavmwrapper, expat, libogg
Also Listed In: devel
License: not specified in port
WWW:
https://www.junit.org/
Description:
This is a port of JUnit, a simple testing framework for Java developed by Erich Gamma and Kent Beck. Using JUnit you can build a test suite that will help you measure your progress, spot unintended side effects, and focus your development efforts.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. share/java/classes/junit.jar
  2. share/java/classes/junit4.jar
  3. share/java/junit/src.jar
Collapse this list.
Dependency lines:
  • junit>0:java/junit
To install the port:
cd /usr/ports/java/junit/ && make install clean
To add the package, run one of these commands:
  • pkg install java/junit
  • pkg install junit
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: junit
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (junit-4.12.jar) = 59721f0805e223d84b90677887d9ff567dc534d7c502ca903c0c2b17f05c116a SIZE (junit-4.12.jar) = 314932 SHA256 (junit-4.12-sources.jar) = 9f43fea92033ad82bcad2ae44cec5c82abc9d6ee4b095cab921d11ead98bf2ff SIZE (junit-4.12-sources.jar) = 200355

Packages (timestamps in pop-ups are UTC):
junit
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.124.12-4.124.12---
FreeBSD:13:quarterly4.124.124.124.124.12-4.124.12
FreeBSD:14:latest4.124.124.12-4.12--4.12
FreeBSD:14:quarterly4.124.12--4.12-4.124.12
FreeBSD:15:latest4.124.12n/a-n/a-4.124.12
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. hamcrest.jar : java/hamcrest
  2. java : java/openjdk8
This port is required by:
for Build
  1. devel/libvirt-java
  2. editors/libreoffice
  3. editors/openoffice-4
  4. editors/openoffice-devel
  5. java/berkeley-db
  6. java/bouncycastle
  7. java/bouncycastle15
Expand this list (20 items / 13 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. java/icedtea-web
  3. java/openjfx14
  4. math/scilab
  5. net-p2p/vuze
  6. Collapse this list.

Deleted ports which required this port:

Expand this list of 9 deleted ports
  1. devel/jgoodies-common*
  2. editors/openoffice-3*
  3. editors/openoffice-3-devel*
  4. editors/openoffice.org-3*
  5. editors/openoffice.org-3-RC*
  6. editors/openoffice.org-3-devel*
  7. java/openjfx8-devel*
  8. net-p2p/azureus2*
  9. net-p2p/bittyrant*
  10. Collapse this list of deleted ports.
for Run
  1. math/scilab
  2. www/jmeter

Configuration Options:
No options to configure
Options name:
java_junit
USES:
cpe
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://repo1.maven.org/maven2/junit/junit/4.12/
Collapse this list.

Number of commits found: 41

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.12
17 Sep 2023 05:30:09
commit hash: 152d92bf575e1c2f2efd4b06372898aa8b653db0commit hash: 152d92bf575e1c2f2efd4b06372898aa8b653db0commit hash: 152d92bf575e1c2f2efd4b06372898aa8b653db0commit hash: 152d92bf575e1c2f2efd4b06372898aa8b653db0 files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
Author: Michael Osipov
*/*: Use only HTTPS to fetch ports from Maven Central

Maven Central supports HTTPS only for quite some time now and responds
with "Not Implemented" over HTTP.

Source: https://blog.sonatype.com/central-repository-moving-to-https

PR:		272867
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
4.12
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
4.12
20 Jul 2022 14:22:12
commit hash: 526869d8dc02563825a24d394e1d087334d654cccommit hash: 526869d8dc02563825a24d394e1d087334d654cccommit hash: 526869d8dc02563825a24d394e1d087334d654cccommit hash: 526869d8dc02563825a24d394e1d087334d654cc files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
4.12
23 Oct 2021 20:25:55
commit hash: a9fc8d1bcad288589c488ebbc39718da153531decommit hash: a9fc8d1bcad288589c488ebbc39718da153531decommit hash: a9fc8d1bcad288589c488ebbc39718da153531decommit hash: a9fc8d1bcad288589c488ebbc39718da153531de files touched by this commit
Stefan Eßer (se) search for other commits by this committer
java/junit: Add CPE information

Approved by:    portmgr (blanket)
4.12
30 Jun 2021 20:44:27
commit hash: 38dbc3195d6b8742608b72f30f76facc5d1e049fcommit hash: 38dbc3195d6b8742608b72f30f76facc5d1e049fcommit hash: 38dbc3195d6b8742608b72f30f76facc5d1e049fcommit hash: 38dbc3195d6b8742608b72f30f76facc5d1e049f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
java/junit: Add NO_ARCH
4.12
19 May 2021 19:56:15
commit hash: bca985ecf610e525cdc28e363a10f3f7a5da6c44commit hash: bca985ecf610e525cdc28e363a10f3f7a5da6c44commit hash: bca985ecf610e525cdc28e363a10f3f7a5da6c44commit hash: bca985ecf610e525cdc28e363a10f3f7a5da6c44 files touched by this commit
Danilo Egea Gondolfo (danilo) search for other commits by this committer
java/junit: Drop maintainership
4.12
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
4.12
13 Jan 2017 16:54:56
Revision:431402Original commit files touched by this commit
mat search for other commits by this committer
Fix ports using PREFIX in their depends instead of LOCALBASE.

With hat:	portmgr
Sponsored by:	Absolight
4.12
01 Apr 2016 14:08:38
Revision:412347Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
4.12
11 May 2015 18:34:58
Revision:386097Original commit files touched by this commit
mat search for other commits by this committer
Cleanup DIST* variables.

When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
4.12
02 May 2015 18:00:59
Revision:385202Original commit files touched by this commit
pi search for other commits by this committer
java/junit: 4.11 -> 4.12

Changes:
https://github.com/junit-team/junit/blob/master/doc/ReleaseNotes4.12.md

Moved from building from source with ant to using the binary jar file,
as the new build mechanism is based on maven. java/hamcrest was split
from 4.12.

PR:		192575
Submitted by:	danilo (maintainer), kevin.bowling@kev009.com
4.11_1
19 Mar 2015 16:44:59
Revision:381618Original commit files touched by this commit
bdrewery search for other commits by this committer
Update USE_GITHUB so it does not require GH_COMMIT.

Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
4.11_1
20 Dec 2014 19:06:20
Revision:375092Original commit files touched by this commit
bapt search for other commits by this committer
cleanup plist
4.11_1
20 Dec 2014 17:53:02
Revision:375026Original commit files touched by this commit
antoine search for other commits by this committer
Use GH_COMMIT
4.11_1
02 May 2014 13:02:01
Revision:352811Original commit files touched by this commit
danilo search for other commits by this committer
-  Install junit4.jar to fix detection in math/scilab

PR:		ports/189201
Submitted by:	Max Brazhnikov <makc@FreeBSD.org>
4.11
05 Mar 2014 02:24:31
Revision:347092Original commit files touched by this commit
danilo search for other commits by this committer
- Update from 4.10 to 4.11
- Add stage support
- Improve COMMENT
- Change MASTER_SITES to GH
- Take maintainership
4.10
02 Mar 2014 05:22:26
Revision:346734Original commit files touched by this commit
tabthorpe search for other commits by this committer
- Reassign ports to the heap
- Thank you hq@ for your years of service!
4.10
20 Sep 2013 19:48:32
Revision:327738Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
java)
4.10
10 Sep 2012 13:33:09
Revision:304037Original commit files touched by this commit
hq search for other commits by this committer
Update to 4.10

Submitted by:	mi
4.8.2
29 Nov 2010 21:27:55
Original commit files touched by this commit
hq search for other commits by this committer
- Update to 4.8.2
- Remove unnecessary include of bsd.port.pre.mk
- Respect NOPORTEXAMPLES
- Install examples with COPYTREE_SHARE

PR:             152664
Submitted by:   glewis
4.8.1
28 Mar 2010 10:01:01
Original commit files touched by this commit
hq search for other commits by this committer
Update to 4.8.1

PR:             145073
Submitted by:   Dominic Fandrey <kamikaze@bsdforen.de>
4.6
02 May 2009 14:23:45
Original commit files touched by this commit
hq search for other commits by this committer
Update to 4.6
4.4_1
06 Jun 2008 13:38:51
Original commit files touched by this commit
edwin search for other commits by this committer
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)
4.4
05 May 2008 19:49:20
Original commit files touched by this commit
hq search for other commits by this committer
- Update to version 4.4 [1]
- Remove Java 1.1 related logic

PR:             122520 [1]
Submitted by:   Wen heping <wenheping@gmail.com> [1]
3.8.2_1
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
3.8.2
20 May 2006 14:19:08
Original commit files touched by this commit
hq search for other commits by this committer
- Update to 3.8.2
- Do not mkdir ${JAVAJARDIR} (already in mtree now)
3.8.1
22 Jan 2006 12:39:58
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
3.8.1
21 Jan 2005 18:37:58
Original commit files touched by this commit
hq search for other commits by this committer
- Update to bsd.java.mk 2.0
- Use JAVAJARDIR and JAVALIBDIR
- Dynamic plist
- Unroll documentation install loop
- Honor hier(7): install samples in ${EXAMPLESDIR}

PR:             74285
Submitted by:   me
3.8.1
21 Jan 2005 15:26:02
Original commit files touched by this commit
okazaki search for other commits by this committer
Pass maintainership to hq.
3.8.1
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
3.8.1
07 Mar 2003 06:04:45
Original commit files touched by this commit
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
3.8.1
10 Nov 2002 22:44:03
Original commit files touched by this commit
kris search for other commits by this committer
Don't remove system directories share/java, share/java/classes, and
share/doc
3.8.1
07 Sep 2002 10:54:54
Original commit files touched by this commit
okazaki search for other commits by this committer
Upgrade to JUnit 3.8.1, a roll-up release for 3.8 with a couple of fixes.
3.8
25 Aug 2002 20:43:16
Original commit files touched by this commit
okazaki search for other commits by this committer
Upgrade to JUnit 3.8.
Install src.jar again, since it is possible for a Java-developper to use
source archive effectively in some IDEs.
3.7_1
23 Jun 2002 19:31:23
Original commit files touched by this commit
okazaki search for other commits by this committer
Use "bsd.java.mk".
Install documents into ${DOCSDIR}.
Increment PORTREVISION.

Submitted by:   des
27 Nov 2001 12:28:34
commit hash: fp1.21269@dev.null.freshports.orgcommit hash: fp1.21269@dev.null.freshports.orgcommit hash: fp1.21269@dev.null.freshports.orgcommit hash: fp1.21269@dev.null.freshports.org files touched by this commit
znerd search for other commits by this committer
Updated MASTER_SITES.    
22 Oct 2001 07:31:06
commit hash: fp1.19961@dev.null.freshports.orgcommit hash: fp1.19961@dev.null.freshports.orgcommit hash: fp1.19961@dev.null.freshports.orgcommit hash: fp1.19961@dev.null.freshports.org files touched by this commit
okazaki search for other commits by this committer
Fix previous commit.    
20 Oct 2001 15:39:16
commit hash: fp1.19908@dev.null.freshports.orgcommit hash: fp1.19908@dev.null.freshports.orgcommit hash: fp1.19908@dev.null.freshports.orgcommit hash: fp1.19908@dev.null.freshports.org files touched by this commit
clive search for other commits by this committer
Add 2 extra download locations.    
26 Jun 2001 17:52:15
commit hash: fp1.15532@dev.null.freshports.orgcommit hash: fp1.15532@dev.null.freshports.orgcommit hash: fp1.15532@dev.null.freshports.orgcommit hash: fp1.15532@dev.null.freshports.org files touched by this commit
okazaki search for other commits by this committer
Update to 3.7.  Change maintainer's address.    
03 Nov 2000 17:49:59
commit hash: fp1.6028@dev.null.freshports.orgcommit hash: fp1.6028@dev.null.freshports.orgcommit hash: fp1.6028@dev.null.freshports.orgcommit hash: fp1.6028@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Add JUnit, a regression testing utility for use with the Java(TM)   Language.   

Number of commits found: 41