- Update to 4.2.1.GA
PR: ports/116465 Submitted by: Sebastian Mindling <dev at mindling.com> Approved by: Jonathan Chen <jonc at chen.org.nz> (maintainer)
This commit is contained in:
parent
386efc135b
commit
9216cabdbe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199942
3 changed files with 7 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= ${APP_TITLE:L}
|
||||
PORTVERSION= 4.2.0.GA
|
||||
PORTVERSION= 4.2.1.GA
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (jboss-4.2.0.GA-src.tar.gz) = 1b6d458f1945a6203dfbed87ac83dda3
|
||||
SHA256 (jboss-4.2.0.GA-src.tar.gz) = 88a1308b30dbd6fdb6bd6fd69050c55285cf0d410a3ed942646a8593e76003b0
|
||||
SIZE (jboss-4.2.0.GA-src.tar.gz) = 108677264
|
||||
MD5 (jboss-4.2.1.GA-src.tar.gz) = 59dfe8b0ccc81b8044159481ab156700
|
||||
SHA256 (jboss-4.2.1.GA-src.tar.gz) = 1e6e3de93008611fd8a23157e1992e6a416baaab868376f0f1138180deab3d4f
|
||||
SIZE (jboss-4.2.1.GA-src.tar.gz) = 108063873
|
||||
|
|
|
@ -2,8 +2,8 @@ $FreeBSD$
|
|||
|
||||
These patches disables the ant version checks.
|
||||
|
||||
diff -ruN /tmp/jboss-4.2.0.GA-src/tools/etc/buildmagic/build-common.xml ./tools/etc/buildmagic/build-common.xml
|
||||
--- /tmp/jboss-4.2.0.GA-src/tools/etc/buildmagic/build-common.xml Sat May 12 06:24:27 2007
|
||||
diff -ruN /tmp/jboss-4.2.1.GA-src/tools/etc/buildmagic/build-common.xml ./tools/etc/buildmagic/build-common.xml
|
||||
--- /tmp/jboss-4.2.1.GA-src/tools/etc/buildmagic/build-common.xml Sat May 12 06:24:27 2007
|
||||
+++ ./tools/etc/buildmagic/build-common.xml Tue Jun 19 13:56:11 2007
|
||||
@@ -9,10 +9,12 @@
|
||||
-->
|
||||
|
@ -18,7 +18,7 @@ diff -ruN /tmp/jboss-4.2.0.GA-src/tools/etc/buildmagic/build-common.xml ./tools/
|
|||
</condition>
|
||||
|
||||
<fail unless="buildmagic.ant.compatible">
|
||||
diff -ruN /tmp/jboss-4.2.0.GA-src/tools/etc/buildmagic/buildmagic.ent ./tools/etc/buildmagic/buildmagic.ent
|
||||
diff -ruN /tmp/jboss-4.2.1.GA-src/tools/etc/buildmagic/buildmagic.ent ./tools/etc/buildmagic/buildmagic.ent
|
||||
--- /tmp/jboss-4.2.0.GA-src/tools/etc/buildmagic/buildmagic.ent Sat May 12 06:24:27 2007
|
||||
+++ ./tools/etc/buildmagic/buildmagic.ent Tue Jun 19 14:03:55 2007
|
||||
@@ -11,19 +11,8 @@
|
||||
|
|
Loading…
Reference in a new issue