Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Dec 2020 20:23:17 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557081 - head/devel/lfcxml
Message-ID:  <202012052023.0B5KNHJH045505@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat Dec  5 20:23:17 2020
New Revision: 557081
URL: https://svnweb.freebsd.org/changeset/ports/557081

Log:
  devel/lfcxml: update 1.3.1 -> 1.3.2
  
  - Changed parser table to be static again ( was changed to dynamic
    because of some memory allocation investigations ) Also this solves
    the compile issue for Linux compiles
  
  Submitted by:	Björn Lemke <lemke@lemke-it.com>

Modified:
  head/devel/lfcxml/Makefile
  head/devel/lfcxml/distinfo

Modified: head/devel/lfcxml/Makefile
==============================================================================
--- head/devel/lfcxml/Makefile	Sat Dec  5 20:22:09 2020	(r557080)
+++ head/devel/lfcxml/Makefile	Sat Dec  5 20:23:17 2020	(r557081)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	lfcxml
-PORTVERSION=	1.3.1
+PORTVERSION=	1.3.2
 CATEGORIES=	devel
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/devel/lfcxml/distinfo
==============================================================================
--- head/devel/lfcxml/distinfo	Sat Dec  5 20:22:09 2020	(r557080)
+++ head/devel/lfcxml/distinfo	Sat Dec  5 20:23:17 2020	(r557081)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1606638448
-SHA256 (lfcxml-1.3.1.tar.gz) = 64d762bde7924fcbb68f6c059d177e9fddac889f48cf0e14c652d74496641997
-SIZE (lfcxml-1.3.1.tar.gz) = 512140
+TIMESTAMP = 1606853348
+SHA256 (lfcxml-1.3.2.tar.gz) = 0c5a263cd2c82d137e97b510ba2f8b0408e4ef3e08954e5876c5d956ca65b0c4
+SIZE (lfcxml-1.3.2.tar.gz) = 512054



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012052023.0B5KNHJH045505>