svn commit: r500663 - head/devel/lfcbase

Kurt Jaeger pi at FreeBSD.org
Thu May 2 14:29:50 UTC 2019


Author: pi
Date: Thu May  2 14:29:49 2019
New Revision: 500663
URL: https://svnweb.freebsd.org/changeset/ports/500663

Log:
  devel/lfcbase: upgrade 1.13.0 -> 1.13.1
  
  - Stability patch in Datetime::asChain methods.
    The result of localtime is checked for null pointer ( may occur
    in case of very large long values, for which the instance has been
    created ) and in this case, an exception is thrown.
  
  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	Thu May  2 14:15:13 2019	(r500662)
+++ head/devel/lfcbase/Makefile	Thu May  2 14:29:49 2019	(r500663)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	lfcbase
-PORTVERSION=	1.13.0
+PORTVERSION=	1.13.1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.lemke-it.com/
 
@@ -15,7 +15,7 @@ USE_LDCONFIG=	yes
 USES=		autoreconf libtool
 
 post-patch:
-	@${REINPLACE_CMD} 's|-O3||g' ${WRKSRC}/src/Makefile.in
+	${REINPLACE_CMD} 's|-O3||g' ${WRKSRC}/src/Makefile.in
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblfcbase.so.2

Modified: head/devel/lfcbase/distinfo
==============================================================================
--- head/devel/lfcbase/distinfo	Thu May  2 14:15:13 2019	(r500662)
+++ head/devel/lfcbase/distinfo	Thu May  2 14:29:49 2019	(r500663)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1555832450
-SHA256 (lfcbase-1.13.0.tar.gz) = 69f854a8b296332c26159c66b82922e5e3889bca2fb2913916076fa163770a82
-SIZE (lfcbase-1.13.0.tar.gz) = 644807
+TIMESTAMP = 1556806790
+SHA256 (lfcbase-1.13.1.tar.gz) = 4d90a78bcd27d9a28086254e5212094ab70a7c42f97add61b3ba39aaea32152f
+SIZE (lfcbase-1.13.1.tar.gz) = 644918


More information about the svn-ports-head mailing list