Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Oct 2015 21:01: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: r400586 - head/devel/lfcbase
Message-ID:  <201510312101.t9VL1HCe003852@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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