diff options
author | okazaki <okazaki@FreeBSD.org> | 2002-09-07 18:54:54 +0800 |
---|---|---|
committer | okazaki <okazaki@FreeBSD.org> | 2002-09-07 18:54:54 +0800 |
commit | b607f1e17af749e06cc078f200a6951e73c28363 (patch) | |
tree | 408ccbd1abb7683d2f7edce246ca141ea4def39d /java/junit/Makefile | |
parent | e64e7d737d2db9e808c7f1a343dbc59a2bbf55a6 (diff) | |
download | freebsd-ports-gnome-b607f1e17af749e06cc078f200a6951e73c28363.tar.gz freebsd-ports-gnome-b607f1e17af749e06cc078f200a6951e73c28363.tar.zst freebsd-ports-gnome-b607f1e17af749e06cc078f200a6951e73c28363.zip |
Upgrade to JUnit 3.8.1, a roll-up release for 3.8 with a couple of fixes.
Diffstat (limited to 'java/junit/Makefile')
-rw-r--r-- | java/junit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/junit/Makefile b/java/junit/Makefile index 2d1133400307..ddebc6017052 100644 --- a/java/junit/Makefile +++ b/java/junit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= junit -PORTVERSION= 3.8 +PORTVERSION= 3.8.1 CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |