svn commit: r501245 - head/devel/cfr

Mateusz Piotrowski 0mp at FreeBSD.org
Sat May 11 10:34:40 UTC 2019


Author: 0mp
Date: Sat May 11 10:34:39 2019
New Revision: 501245
URL: https://svnweb.freebsd.org/changeset/ports/501245

Log:
  devel/cfr: Update to 0.144
  
  Changelog:
  - Fix leakage of internal class names in accesses of enclosing anonymous
    classes.
  - Pseudocode support for JVM11+'s dynamic constants.
  
  Reported by:	portscout

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

Modified: head/devel/cfr/Makefile
==============================================================================
--- head/devel/cfr/Makefile	Sat May 11 10:11:25 2019	(r501244)
+++ head/devel/cfr/Makefile	Sat May 11 10:34:39 2019	(r501245)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cfr
-DISTVERSION=	0.143
+DISTVERSION=	0.144
 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 May 11 10:11:25 2019	(r501244)
+++ head/devel/cfr/distinfo	Sat May 11 10:34:39 2019	(r501245)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1555418922
-SHA256 (cfr-0.143.jar) = df4b0ae1be0bc9b89841ffade7e00dd443729c2974df3af902336fd5d3592a89
-SIZE (cfr-0.143.jar) = 1709025
+TIMESTAMP = 1557570301
+SHA256 (cfr-0.144.jar) = 29a5d4fd4c70fb9d24f1013725a54a7ee2a61dc672ab2b948602c91cffd90df4
+SIZE (cfr-0.144.jar) = 1716976


More information about the svn-ports-head mailing list