svn commit: r458462 - head/devel/libfastjson

Muhammad Moinur Rahman bofh at FreeBSD.org
Mon Jan 8 17:48:10 UTC 2018


Author: bofh
Date: Mon Jan  8 17:48:08 2018
New Revision: 458462
URL: https://svnweb.freebsd.org/changeset/ports/458462

Log:
  devel/libfastjson: Update version 0.99.7=>0.99.8
  
  - Pet portlint
  
  Relnotes:	https://github.com/rsyslog/libfastjson/blob/master/ChangeLog

Modified:
  head/devel/libfastjson/Makefile
  head/devel/libfastjson/distinfo

Modified: head/devel/libfastjson/Makefile
==============================================================================
--- head/devel/libfastjson/Makefile	Mon Jan  8 17:42:56 2018	(r458461)
+++ head/devel/libfastjson/Makefile	Mon Jan  8 17:48:08 2018	(r458462)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libfastjson
-PORTVERSION=	0.99.7
+PORTVERSION=	0.99.8
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel
 
@@ -11,11 +11,12 @@ COMMENT=	libfastjson is a fork from json-c
 
 LICENSE=	MIT
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	rsyslog
-
 GNU_CONFIGURE=	yes
 USES=		autoreconf libtool pathfix pkgconfig
 INSTALL_TARGET=	install-strip
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	rsyslog
+USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/libfastjson/distinfo
==============================================================================
--- head/devel/libfastjson/distinfo	Mon Jan  8 17:42:56 2018	(r458461)
+++ head/devel/libfastjson/distinfo	Mon Jan  8 17:48:08 2018	(r458462)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1508308586
-SHA256 (rsyslog-libfastjson-v0.99.7_GH0.tar.gz) = a142a6e5fa5c9c4ac32615c42fc663a1a14bff305c922e55192b6abf7d1ce1d8
-SIZE (rsyslog-libfastjson-v0.99.7_GH0.tar.gz) = 88262
+TIMESTAMP = 1515416222
+SHA256 (rsyslog-libfastjson-v0.99.8_GH0.tar.gz) = 7e49057b26a5a9e3c6623e024f95f9fd9a14b571b9150aeb89d6d475fc3633e3
+SIZE (rsyslog-libfastjson-v0.99.8_GH0.tar.gz) = 88667


More information about the svn-ports-head mailing list