ant, bump version (#5801)

This commit is contained in:
Schrijvers Luc
2021-03-28 15:39:00 +02:00
committed by GitHub
parent 1408f6c4cc
commit a868d85792

View File

@@ -1,13 +1,12 @@
SUMMARY="Java-based build tool similar to 'make'"
DESCRIPTION="
Apache Ant is a Java library and command-line tool whose mission is to drive \
processes described in build files as targets and extension points dependent \
upon each other. The main known usage of Ant is the build of Java \
applications. Ant supplies a number of built-in tasks allowing to compile, \
assemble, test and run Java applications. Ant can also be used effectively to \
build non Java applications, for instance C or C++ applications. More \
generally, Ant can be used to pilot any type of process which can be described \
in terms of targets and tasks.
DESCRIPTION="Apache Ant is a Java library and command-line tool whose mission \
is to drive processes described in build files as targets and extension \
points dependent upon each other. The main known usage of Ant is the build of \
Java applications. Ant supplies a number of built-in tasks allowing to \
compile, assemble, test and run Java applications. Ant can also be used \
effectively to build non Java applications, for instance C or C++ applications.
More generally, Ant can be used to pilot any type of process which can be \
described in terms of targets and tasks.
Ant is written in Java. Users of Ant can develop their own "antlibs" \
containing Ant tasks and types, and are offered a large number of ready-made \
commercial or open-source "antlibs".
@@ -15,14 +14,13 @@ Ant is extremely flexible and does not impose coding conventions or directory \
layouts to the Java projects which adopt it as a build tool.
Software development projects looking for a solution combining build tool and \
dependency management can use Ant in combination with Apache Ivy.
The Apache Ant project is part of the Apache Software Foundation.
"
The Apache Ant project is part of the Apache Software Foundation."
HOMEPAGE="http://ant.apache.org/"
COPYRIGHT="1999-2018 The Apache Software Foundation"
COPYRIGHT="1999-2020 The Apache Software Foundation"
LICENSE="Apache v2"
REVISION="2"
REVISION="1"
SOURCE_URI="http://archive.apache.org/dist/ant/source/apache-ant-$portVersion-src.tar.bz2"
CHECKSUM_SHA256="71a5cdd45a54901b6321d5a140d882f7580c38f766a4e4959bcc36555da9f3ac"
CHECKSUM_SHA256="cac5cf44906fceae4604fb6a641d67ab1703b45e3dc941d2dd6108edf89fca71"
SOURCE_DIR="apache-ant-$portVersion"
ARCHITECTURES="any"