svn commit: r400586 - head/devel/lfcbase

Kurt Jaeger pi at FreeBSD.org
Sat Oct 31 21:01:19 UTC 2015


Author: pi
Date: Sat Oct 31 21:01:17 2015
New Revision: 400586
URL: https://svnweb.freebsd.org/changeset/ports/400586

Log:
  devel/lfcbase: 1.6.2 -> 1.6.3
  
  Performance fix in Datetime class. Changed dynamic allocation of
  struct tm var to static.
  
  Submitted by:	Bjoern Lemke <lemke at lemke-it.com>

Modified:
  head/devel/lfcbase/Makefile
  head/devel/lfcbase/distinfo

Modified: head/devel/lfcbase/Makefile
==============================================================================
--- head/devel/lfcbase/Makefile	Sat Oct 31 20:02:25 2015	(r400585)
+++ head/devel/lfcbase/Makefile	Sat Oct 31 21:01:17 2015	(r400586)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	lfcbase
-PORTVERSION=	1.6.2
+PORTVERSION=	1.6.3
 CATEGORIES=	devel
 MASTER_SITES=	http://www.lemke-it.com/
 

Modified: head/devel/lfcbase/distinfo
==============================================================================
--- head/devel/lfcbase/distinfo	Sat Oct 31 20:02:25 2015	(r400585)
+++ head/devel/lfcbase/distinfo	Sat Oct 31 21:01:17 2015	(r400586)
@@ -1,2 +1,2 @@
-SHA256 (lfcbase-1.6.2.tar.gz) = 79feec0e0bd1bcd832f81aef816720e9030d3516f565fb6669e78d88513bf9c9
-SIZE (lfcbase-1.6.2.tar.gz) = 474612
+SHA256 (lfcbase-1.6.3.tar.gz) = f8edfc5433dc1a93a7b292ad21e000c570658d22a005360db22ce5eeeb5eaf94
+SIZE (lfcbase-1.6.3.tar.gz) = 473615


More information about the svn-ports-head mailing list