pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc Update devel/apache-maven to 2.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3cd4858519ec
branches:  trunk
changeset: 396635:3cd4858519ec
user:      yyamano <yyamano%pkgsrc.org@localhost>
date:      Wed Jul 29 17:45:59 2009 +0000

description:
Update devel/apache-maven to 2.2.0

Maven 2.2.0 contains a few important changes that justify the version
upgrade, instead of simply naming it 2.1.1. First, the Java requirement
for Maven 2.2.0 has been upgraded to 1.5 or later. This upgrade was
planned for 2.1.0, but that release still contained binaries that were
compatible with JDK 1.4. In addition, due to some serious flaws in the
version-expression POM transformation included in 2.1.0, this feature
has been removed for the time being. Finally, some new default execution
IDs have been added to Maven to enable the separation of configuration
for plugins bound by the default lifecycle mappings, and for those
invoked directly from the command line.

Changes that may affect existing builds

* MNG-4143 - Starting in 2.2.0, Maven will run only on Java 1.5 and later.
  You can still build projects for JDK1.4 and earlier using the approach
  documented in the Guide to Building JDK 1.4 Projects on JDK 1.5.
* MNG-3401 - Executions with an id equal to default-phase (where phase is
  a valid lifecycle phase) may have unexpected results as it will be merged
  into the default lifecycle.
* MNG-4140/4179 - Version-expression resolution during installation and
  deployment has been removed, returning to Maven 2.0.x behaviour.

diffstat:

 devel/apache-maven/Makefile |  6 +++---
 devel/apache-maven/distinfo |  8 ++++----
 doc/CHANGES-2009            |  3 ++-
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (51 lines):

diff -r 49df83ad219f -r 3cd4858519ec devel/apache-maven/Makefile
--- a/devel/apache-maven/Makefile       Wed Jul 29 17:45:27 2009 +0000
+++ b/devel/apache-maven/Makefile       Wed Jul 29 17:45:59 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2009/05/28 23:27:12 yyamano Exp $
+# $NetBSD: Makefile,v 1.3 2009/07/29 17:45:59 yyamano Exp $
 #
 
-DISTNAME=      apache-maven-2.1.0
+DISTNAME=      apache-maven-2.2.0
 CATEGORIES=    devel java
 MASTER_SITES=  ${MASTER_SITE_APACHE:=maven/binaries/}
 EXTRACT_SUFX=  .tar.bz2
@@ -14,7 +14,7 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 USE_JAVA=      run
-USE_JAVA2=     yes
+USE_JAVA2=     1.5
 USE_TOOLS+=    pax
 NO_BUILD=      yes
 
diff -r 49df83ad219f -r 3cd4858519ec devel/apache-maven/distinfo
--- a/devel/apache-maven/distinfo       Wed Jul 29 17:45:27 2009 +0000
+++ b/devel/apache-maven/distinfo       Wed Jul 29 17:45:59 2009 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2009/05/28 23:27:12 yyamano Exp $
+$NetBSD: distinfo,v 1.3 2009/07/29 17:45:59 yyamano Exp $
 
-SHA1 (apache-maven-2.1.0-bin.tar.bz2) = 7b18c2968b3c4e0c32aceb3203b776572c161fd3
-RMD160 (apache-maven-2.1.0-bin.tar.bz2) = fde285896606d8a380ad07656a6401f6d66b4f6b
-Size (apache-maven-2.1.0-bin.tar.bz2) = 2903842 bytes
+SHA1 (apache-maven-2.2.0-bin.tar.bz2) = c301aefcd7dd9a6fb605937e1e049ed485f75188
+RMD160 (apache-maven-2.2.0-bin.tar.bz2) = 96b0c1afe229bb047f3bd4045390b8f6a54a86a0
+Size (apache-maven-2.2.0-bin.tar.bz2) = 2854567 bytes
 SHA1 (patch-aa) = 74c4607226b3d783648c4fc369460dcce4a0144f
 SHA1 (patch-ab) = d9219f96473c4a929cad15990e1c131e08f8ed13
diff -r 49df83ad219f -r 3cd4858519ec doc/CHANGES-2009
--- a/doc/CHANGES-2009  Wed Jul 29 17:45:27 2009 +0000
+++ b/doc/CHANGES-2009  Wed Jul 29 17:45:59 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2009,v 1.2875 2009/07/29 11:03:34 joerg Exp $
+$NetBSD: CHANGES-2009,v 1.2876 2009/07/29 17:45:59 yyamano Exp $
 
 Changes to the packages collection and infrastructure in 2009:
 
@@ -3823,3 +3823,4 @@
        Added databases/postgresql84-plpython version 8.4.0 [adam 2009-07-29]
        Added databases/postgresql84-pltcl version 8.4.0 [adam 2009-07-29]
        Updated www/py-django to 1.0.3 [joerg 2009-07-29]
+       Updated devel/apache-maven to 2.2.0 [yyamano 2009-07-29]



Home | Main Index | Thread Index | Old Index