ports/166395: [PATCH] math/jakarta-commons-math: update to 2.2, take maintainership

Muhammad Moinur Rahman 5u623l20 at gmail.com
Sun Mar 25 15:40:10 UTC 2012


>Number:         166395
>Category:       ports
>Synopsis:       [PATCH] math/jakarta-commons-math: update to 2.2, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 25 15:40:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD bofh.telnet.net.bd 9.0-STABLE FreeBSD 9.0-STABLE #0: Fri Mar  2 02:21:51 BDT
>Description:
- Update to 2.2
- Take maintainership

Added file(s):
- files/patch-build.xml

Generated with FreeBSD Port Tools 0.99_4 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- jakarta-commons-math-2.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/math/jakarta-commons-math/Makefile ./Makefile
--- /usr/ports/math/jakarta-commons-math/Makefile	2011-07-21 11:02:50.000000000 +0600
+++ ./Makefile	2012-03-25 19:41:37.108329000 +0600
@@ -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 at FreeBSD.org
+MAINTAINER=	5u623l20 at 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 @@
 .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
 
diff -ruN --exclude=CVS /usr/ports/math/jakarta-commons-math/distinfo ./distinfo
--- /usr/ports/math/jakarta-commons-math/distinfo	2011-03-20 18:50:11.000000000 +0600
+++ ./distinfo	2012-03-25 19:41:37.110234000 +0600
@@ -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
diff -ruN --exclude=CVS /usr/ports/math/jakarta-commons-math/files/patch-build.xml ./files/patch-build.xml
--- /usr/ports/math/jakarta-commons-math/files/patch-build.xml	1970-01-01 06:00:00.000000000 +0600
+++ ./files/patch-build.xml	2012-03-25 19:41:37.117235000 +0600
@@ -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 ==================================== -->
--- jakarta-commons-math-2.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list