svn commit: r514833 - head/devel/cfr

Mateusz Piotrowski 0mp at FreeBSD.org
Sat Oct 19 20:18:06 UTC 2019


Author: 0mp
Date: Sat Oct 19 20:18:05 2019
New Revision: 514833
URL: https://svnweb.freebsd.org/changeset/ports/514833

Log:
  Update to 0.147
  
  Changelog:
  - Support for deobfuscation mapping files
  - Fix extraneous array creation
  - Handle duplicate target shared between disconnected switches
  - Reduce over-aggressive eclipse pass
  - Allow try resources to be collapsed
  - Fail gracefully if a lambda body is recursive
  - Handle module definition classes
  - Fix for effectively empty try requiring topsort
  - Allow filter on imports, to force FQN
  - Fix overuse of boxed constant names
  
  Reported by:	Repology

Modified:
  head/devel/cfr/Makefile
  head/devel/cfr/distinfo

Modified: head/devel/cfr/Makefile
==============================================================================
--- head/devel/cfr/Makefile	Sat Oct 19 20:16:40 2019	(r514832)
+++ head/devel/cfr/Makefile	Sat Oct 19 20:18:05 2019	(r514833)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cfr
-DISTVERSION=	0.146
+DISTVERSION=	0.147
 CATEGORIES=	devel java
 MASTER_SITES=	https://www.benf.org/other/cfr/ \
 		http://www.benf.org/other/cfr/

Modified: head/devel/cfr/distinfo
==============================================================================
--- head/devel/cfr/distinfo	Sat Oct 19 20:16:40 2019	(r514832)
+++ head/devel/cfr/distinfo	Sat Oct 19 20:18:05 2019	(r514833)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1564401665
-SHA256 (cfr-0.146.jar) = 6cc41ece70cb463e0a830fe9d68c22836d9eef5c5f7da1d6e8002c08f5b0f59a
-SIZE (cfr-0.146.jar) = 1748015
+TIMESTAMP = 1571510828
+SHA256 (cfr-0.147.jar) = 9a22ca2f882286912f331f1b2f5647f3a200f5314aa8e836cf67021afbee4ef5
+SIZE (cfr-0.147.jar) = 1802382


More information about the svn-ports-head mailing list