Bug 227240 - devel/gradle: update to 4.6
Summary: devel/gradle: update to 4.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Koichiro Iwao
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-03 04:46 UTC by Pavel Timofeev
Modified: 2018-04-27 15:22 UTC (History)
2 users (show)

See Also:
gasol.wu: maintainer-feedback+


Attachments
port patch (13.76 KB, patch)
2018-04-03 04:46 UTC, Pavel Timofeev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.