Index: head/devel/gradle/Makefile =================================================================== --- head/devel/gradle/Makefile (revision 562108) +++ head/devel/gradle/Makefile (revision 562109) @@ -1,31 +1,31 @@ # Created by: Gasol Wu # $FreeBSD$ PORTNAME= gradle -PORTVERSION= 6.7.1 +PORTVERSION= 6.8 CATEGORIES= devel java MASTER_SITES= https://downloads.gradle.org/distributions/ EXTRACT_SUFX= -bin.zip MAINTAINER= ygy@FreeBSD.org COMMENT= Project automation tool LICENSE= APACHE20 BSD3CLAUSE CDDL EPL LGPL21+ MIT MPL20 LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE USES= zip USE_JAVA= yes NO_ARCH= yes NO_BUILD= yes SUB_FILES= gradle SUB_LIST= JAVA=${JAVA} \ PORTVERSION=${PORTVERSION} PLIST_FILES= bin/gradle PORTDATA= * do-install: ${INSTALL_SCRIPT} ${WRKDIR}/gradle ${STAGEDIR}${PREFIX}/bin/gradle (cd ${WRKSRC} && ${COPYTREE_SHARE} lib ${STAGEDIR}${DATADIR}) .include Index: head/devel/gradle/distinfo =================================================================== --- head/devel/gradle/distinfo (revision 562108) +++ head/devel/gradle/distinfo (revision 562109) @@ -1,3 +1,3 @@ -TIMESTAMP = 1607931114 -SHA256 (gradle-6.7.1-bin.zip) = 3239b5ed86c3838a37d983ac100573f64c1f3fd8e1eb6c89fa5f9529b5ec091d -SIZE (gradle-6.7.1-bin.zip) = 102842885 +TIMESTAMP = 1610938239 +SHA256 (gradle-6.8-bin.zip) = e2774e6fb77c43657decde25542dea710aafd78c4022d19b196e7e78d79d8c6c +SIZE (gradle-6.8-bin.zip) = 107841145 Index: head/devel/gradle/pkg-descr =================================================================== --- head/devel/gradle/pkg-descr (revision 562108) +++ head/devel/gradle/pkg-descr (revision 562109) @@ -1,16 +1,16 @@ Gradle is build automation evolved. Gradle can automate the building, testing, publishing, deployment and more of software packages or other types of projects such as generated static websites, generated documentation or indeed anything else. Gradle combines the power and flexibility of Ant with the dependency management and conventions of Maven into a more effective way to build. Powered by a Groovy DSL and packed with innovation, Gradle provides a declarative way to describe all kinds of builds through sensible defaults. Gradle is quickly becoming the build system of choice for many open source projects, leading edge enterprises and legacy automation challenges. -WWW: http://www.gradle.org/ +WWW: https://www.gradle.org/