FreeBSD Bugzilla – Attachment 153253 Details for
Bug 192575
[patch] java/junit: fix build of 4.11 with openjdk8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
junit 4.12
junit-4.12.patch (text/plain), 2.97 KB, created by
Danilo Egea Gondolfo
on 2015-02-20 22:54:17 UTC
(
hide
)
Description:
junit 4.12
Filename:
MIME Type:
Creator:
Danilo Egea Gondolfo
Created:
2015-02-20 22:54:17 UTC
Size:
2.97 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 379340) >+++ Makefile (working copy) >@@ -2,27 +2,22 @@ > # $FreeBSD$ > > PORTNAME= junit >-PORTVERSION= 4.11 >-PORTREVISION= 1 >-CATEGORIES= java devel >-MASTER_SITES= GH >-DISTNAME= ${PORTNAME}${PORTVERSION} >+PORTVERSION= 4.12 >+CATEGORIES= java devel >+MASTER_SITES= http://repo1.maven.org/maven2/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ >+DISTFILES= ${PORTNAME}-${PORTVERSION}.jar ${PORTNAME}-${PORTVERSION}-sources.jar \ >+ ${PORTNAME}-${PORTVERSION}-javadoc.jar >+EXTRACT_ONLY= > > MAINTAINER= danilo@FreeBSD.org > COMMENT= Regression testing utility for use with the Java(TM) Language > >-USE_GITHUB= yes >-GH_ACCOUNT= junit-team >-GH_PROJECT= ${PORTNAME} >-GH_TAGNAME= r${PORTVERSION} >-GH_COMMIT= c62e2df >+OPTIONS_DEFINE= DOCS > >-USES= perl5 >+USES= zip:infozip > USE_JAVA= yes >-USE_ANT= yes >- >-PORTDOCS= README.html cpl-v10.html doc javadoc >-PORTEXAMPLES= * >+NO_BUILD= yes >+PORTDOCS= javadoc > DATADIR= ${JAVASHAREDIR}/${PORTNAME} > PLIST_FILES= %%JAVAJARDIR%%/junit.jar \ > %%JAVAJARDIR%%/junit4.jar \ >@@ -29,18 +24,16 @@ > %%DATADIR%%/src.jar > > do-install: >- ${INSTALL_DATA} ${INSTALL_WRKSRC}/junit${PORTVERSION}-SNAPSHOT/junit-${PORTVERSION}-SNAPSHOT.jar \ >+ ${INSTALL_DATA} ${DISTDIR}/junit-${PORTVERSION}.jar \ > ${STAGEDIR}${JAVAJARDIR}/junit.jar > ${LN} -sf junit.jar ${STAGEDIR}${JAVAJARDIR}/junit4.jar > @${MKDIR} ${STAGEDIR}${DATADIR} >- ${INSTALL_DATA} ${INSTALL_WRKSRC}/junit${PORTVERSION}-SNAPSHOT/junit-${PORTVERSION}-SNAPSHOT-src.jar \ >+ ${INSTALL_DATA} ${DISTDIR}/junit-${PORTVERSION}-sources.jar \ > ${STAGEDIR}${DATADIR}/src.jar >- cd ${INSTALL_WRKSRC}/junit${PORTVERSION}-SNAPSHOT/junit/samples \ >- && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/ >- cd ${INSTALL_WRKSRC} \ >- && ${FIND} ${PORTDOCS:Njavadoc} -type d -exec ${MKDIR} ${STAGEDIR}${DOCSDIR}/\{} \; \ >- && ${FIND} ${PORTDOCS:Njavadoc} -type f -exec ${INSTALL_DATA} \{} ${STAGEDIR}${DOCSDIR}/\{} \; >- cd ${INSTALL_WRKSRC}/junit${PORTVERSION}-SNAPSHOT \ >+ @${MKDIR} ${WRKDIR}/javadoc >+ ${UNZIP_CMD} -q -d ${WRKDIR}/javadoc ${DISTDIR}/junit-${PORTVERSION}-javadoc.jar >+ cd ${WRKDIR} \ > && ${FIND} javadoc -type d -exec ${MKDIR} ${STAGEDIR}${DOCSDIR}/\{} \; \ >+ && ${FIND} javadoc -type f -exec ${INSTALL_DATA} \{} ${STAGEDIR}${DOCSDIR}/\{} \; > > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 379340) >+++ distinfo (working copy) >@@ -1,2 +1,6 @@ >-SHA256 (junit4.11.tar.gz) = a9266060d72c43411c93d1bfae952134ad91f4115bf5769e9a0d17b3d51bd097 >-SIZE (junit4.11.tar.gz) = 1974279 >+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 >+SHA256 (junit-4.12-javadoc.jar) = 84354aa70f995a7ff3c96b144c49b7fe90a0c6e21f818fd23b17f75b17fd1ca9 >+SIZE (junit-4.12-javadoc.jar) = 937942
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 192575
:
145654
| 153253 |
156082
|
156114