[Midnightbsd-cvs] mports: java/junit: update to 4.4
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Feb 28 11:45:10 EST 2009
Log Message:
-----------
update to 4.4
Modified Files:
--------------
mports/java/junit:
Makefile (r1.1 -> r1.2)
distinfo (r1.1 -> r1.2)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/java/junit/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L java/junit/Makefile -L java/junit/Makefile -u -r1.1 -r1.2
--- java/junit/Makefile
+++ java/junit/Makefile
@@ -1,19 +1,15 @@
-# New ports collection makefile for: JUnit
-# Date created: Jun 15 1999
-# Whom: OKAZAKI Tetsurou
-#
-# $FreeBSD: ports/java/junit/Makefile,v 1.12 2006/05/20 14:19:08 hq Exp $
-#
+# $MidnightBSD$
PORTNAME= junit
-PORTVERSION= 3.8.2
+PORTVERSION= 4.4
CATEGORIES= java devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= SF
+#MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}${PORTVERSION}
-MAINTAINER= hq at FreeBSD.org
+MAINTAINER= ports at MidnightBSD.org
COMMENT= A regression testing utility for use with the Java(TM) Language
+LICENSE= other
USE_ZIP= yes
USE_JAVA= yes
@@ -21,10 +17,6 @@
.include <bsd.port.pre.mk>
-.if ${JAVA_PORT_VERSION} == "1.1"
-RUN_DEPENDS+= ${JAVALIBDIR}/jfc-1.1.1/swing.jar:${PORTSDIR}/java/jfc
-.endif
-
.if !defined(NOPORTDOCS)
PORTDOCS= README.html cpl-v10.html doc javadoc
.endif
@@ -33,9 +25,9 @@
PLIST_DIRS= %%DATADIR%%
do-install:
- ${INSTALL_DATA} ${INSTALL_WRKSRC}/junit.jar ${JAVAJARDIR}/
+ ${INSTALL_DATA} ${INSTALL_WRKSRC}/junit-${PORTVERSION}.jar ${JAVAJARDIR}/junit.jar
${MKDIR} ${DATADIR}
- ${INSTALL_DATA} ${INSTALL_WRKSRC}/src.jar ${DATADIR}/
+ ${INSTALL_DATA} ${INSTALL_WRKSRC}/junit-${PORTVERSION}-src.jar ${DATADIR}/src.jar
cd ${INSTALL_WRKSRC}/junit/samples \
&& ${FIND} . -type d -exec ${MKDIR} ${EXAMPLESDIR}/\{} \; \
&& ${FIND} . -type f -exec ${INSTALL_DATA} \{} ${EXAMPLESDIR}/\{} \;
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/java/junit/distinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -L java/junit/distinfo -L java/junit/distinfo -u -r1.1 -r1.2
--- java/junit/distinfo
+++ java/junit/distinfo
@@ -1,3 +1,3 @@
-MD5 (junit3.8.2.zip) = 9b8963ba2147a64bd5f1574b6fd289cb
-SHA256 (junit3.8.2.zip) = aae23d20e6f4dc45b4bf0b10fedcbd209c100342a0cafce1aa07d2da6da1f24a
-SIZE (junit3.8.2.zip) = 461426
+MD5 (junit4.4.zip) = 4755aa0af58a834bedce1f0119dc9514
+SHA256 (junit4.4.zip) = 9bbe7c16b122acd9d918d86ddab8b77836ffb03f9ceb2f0379be653fdc738b6d
+SIZE (junit4.4.zip) = 813114
More information about the Midnightbsd-cvs
mailing list