svn commit: r557081 - head/devel/lfcxml

Kurt Jaeger pi at FreeBSD.org
Sat Dec 5 20:23:18 UTC 2020


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 at 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


More information about the svn-ports-head mailing list