mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Update to 2.2
- Pass maintainership to submitter PR: 166395 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
This commit is contained in:
parent
6432370980
commit
4c602865c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294502
@ -6,14 +6,14 @@
|
||||
#
|
||||
|
||||
PORTNAME= commons-math
|
||||
PORTVERSION= 2.1
|
||||
PORTVERSION= 2.2
|
||||
CATEGORIES= math java
|
||||
MASTER_SITES= ${MASTER_SITE_APACHE_COMMONS_SOURCE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME:S,commons-,,}
|
||||
PKGNAMEPREFIX= jakarta-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= 5u623l20@gmail.com
|
||||
COMMENT= Java library of self-contained mathematics and statistics components
|
||||
|
||||
BUILD_DEPENDS= ${JAVAJARDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-commons-logging \
|
||||
@ -58,8 +58,7 @@ MAKE_ARGS+= -Djdk.api=${JDK_API}
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's#4.4##g' \
|
||||
-e 's#junit-#junit#g' \
|
||||
${REINPLACE_CMD} -e 's#junit-#junit#g' \
|
||||
-e 's#/usr/share/junit#${JAVAJARDIR}#g' \
|
||||
${WRKSRC}/build.xml
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (commons-math-2.1-src.tar.gz) = f31e098afa916a7f17bd8d8a15163d761ddb54c28d8d64f7f57ce86167f2c48b
|
||||
SIZE (commons-math-2.1-src.tar.gz) = 1099423
|
||||
SHA256 (commons-math-2.2-src.tar.gz) = a7624c3a3e2581d9905f1f1090c78c25448678bddcec2a48a4dc8a80f16ed1b8
|
||||
SIZE (commons-math-2.2-src.tar.gz) = 1321209
|
||||
|
11
math/jakarta-commons-math/files/patch-build.xml
Normal file
11
math/jakarta-commons-math/files/patch-build.xml
Normal file
@ -0,0 +1,11 @@
|
||||
--- build.xml.orig 2012-03-26 01:38:37.000000000 +0600
|
||||
+++ build.xml 2012-03-26 01:38:56.000000000 +0600
|
||||
@@ -36,7 +36,7 @@
|
||||
<!-- Junit -->
|
||||
<property name="junit.version" value="4.8.2"/>
|
||||
<property name="junit.home" value="/usr/share/junit"/>
|
||||
- <property name="junit.jar" value="${junit.home}/junit-${junit.version}.jar"/>
|
||||
+ <property name="junit.jar" value="${junit.home}/junit.jar"/>
|
||||
|
||||
|
||||
<!-- ========== Component Declarations ==================================== -->
|
Loading…
Reference in New Issue
Block a user