[109465] trunk/dports/java

Ryan Schmidt ryandesign at macports.org
Thu Aug 15 17:59:14 PDT 2013


On Aug 15, 2013, at 17:39, easieste at macports.org wrote:

> Revision: 109465
>          https://trac.macports.org/changeset/109465
> Author:   easieste at macports.org
> Date:     2013-08-15 15:39:45 -0700 (Thu, 15 Aug 2013)
> Log Message:
> -----------
> maven-devel: track maven-3.1.0.
> 
> Maven 3.1.x replaces the Sonatype Aether connector with the new
> Apache-engineered one.  Should be a good thing over time, but will be
> "bumpy" for tools that use Aether to introspect the distributed POM
> graph (like lang/abcl).

> Added: trunk/dports/java/maven-devel/Portfile

> +supported_archs noarch

> +use_configure     no
> +# hmm?  
> +universal_variant no 

"universal_variant no" is implied by both "use_configure no" (because the default universal variant is for autotools configure scripts, and "use_configure no" means you don't have a configure script) and "supported_archs noarch" (because if you're not installing any architecture-specific files then there is no such thing as a universal build of that).




More information about the macports-dev mailing list