Bug 227240

Summary: devel/gradle: update to 4.6
Product: Ports & Packages Reporter: Pavel Timofeev <timp87>
Component: Individual Port(s)Assignee: Koichiro Iwao <meta>
Status: Closed FIXED    
Severity: Affects Only Me CC: gasol.wu, meta
Priority: --- Flags: gasol.wu: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
port patch none

Description Pavel Timofeev 2018-04-03 04:46:46 UTC
Created attachment 192158 [details]
port patch

- update devel/gradle to 4.6
- sort plist
- set JAVA_VERSION to 1.7+, according to https://gradle.org/install/ it can run even with jdk 1.7
Comment 1 Gasol Wu 2018-04-03 08:12:49 UTC
Comment on attachment 192158 [details]
port patch

LGTM
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-04-27 14:48:17 UTC
A commit references this bug:

Author: meta
Date: Fri Apr 27 14:47:28 UTC 2018
New revision: 468432
URL: https://svnweb.freebsd.org/changeset/ports/468432

Log:
  devel/gradle: Update to 4.6

  - sort plist
  - set JAVA_VERSION to set JAVA_VERSION to 1.7+,
    according to https://gradle.org/install/ it can run even with jdk 1.7

  PR:		227240
  Submitted by:	timp87@gmail.com
  Approved by:	Gasol Wu <gasol.wu@gmail.com> (maintainer), pi (mentor)
  Relnotes:	https://docs.gradle.org/4.1/release-notes.html
  		https://docs.gradle.org/4.2/release-notes.html
  		https://docs.gradle.org/4.3/release-notes.html
  		https://docs.gradle.org/4.4/release-notes.html
  		https://docs.gradle.org/4.5/release-notes.html
  		https://docs.gradle.org/4.6/release-notes.html

Changes:
  head/devel/gradle/Makefile
  head/devel/gradle/distinfo
  head/devel/gradle/pkg-plist
Comment 3 Koichiro Iwao freebsd_committer freebsd_triage 2018-04-27 14:51:10 UTC
Comitted, thanks!

BTW, please always add links to release notes when you submit a patch.