devel/libfastjson: Update version 0.99.2=>0.99.4
- Add USES=gmake pathfix
This commit is contained in:
parent
b312ab2d5b
commit
127b6b994e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420147
3 changed files with 9 additions and 21 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libfastjson
|
||||
PORTVERSION= 0.99.2
|
||||
PORTVERSION= 0.99.4
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= devel
|
||||
|
||||
|
@ -15,11 +15,8 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= rsyslog
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= autoreconf libtool pkgconfig
|
||||
USES= autoreconf gmake libtool pathfix pkgconfig
|
||||
PATHFIX_MAKEFILEIN= Makefile.am
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(libdir)data/pkgconfig|' \
|
||||
${WRKSRC}/Makefile.am
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1465730680
|
||||
SHA256 (rsyslog-libfastjson-v0.99.2_GH0.tar.gz) = fcdca0c4702362de3db3f02c8da05f985b54a9eccd618af41730409b75d10a8f
|
||||
SIZE (rsyslog-libfastjson-v0.99.2_GH0.tar.gz) = 87526
|
||||
TIMESTAMP = 1471039698
|
||||
SHA256 (rsyslog-libfastjson-v0.99.4_GH0.tar.gz) = 03ef63dcc88417e71c19ce4436804159e3397e3a20d3529efef6a43c3bef5c8d
|
||||
SIZE (rsyslog-libfastjson-v0.99.4_GH0.tar.gz) = 80954
|
||||
|
|
|
@ -1,21 +1,12 @@
|
|||
include/libfastjson/arraylist.h
|
||||
include/libfastjson/bits.h
|
||||
include/libfastjson/debug.h
|
||||
include/libfastjson/atomic.h
|
||||
include/libfastjson/json.h
|
||||
include/libfastjson/json_c_version.h
|
||||
include/libfastjson/json_config.h
|
||||
include/libfastjson/json_inttypes.h
|
||||
include/libfastjson/json_object.h
|
||||
include/libfastjson/json_object_iterator.h
|
||||
include/libfastjson/json_object_private.h
|
||||
include/libfastjson/json_tokener.h
|
||||
include/libfastjson/json_util.h
|
||||
include/libfastjson/linkhash.h
|
||||
include/libfastjson/math_compat.h
|
||||
include/libfastjson/printbuf.h
|
||||
include/libfastjson/random_seed.h
|
||||
lib/libfastjson.a
|
||||
lib/libfastjson.so
|
||||
lib/libfastjson.so.3
|
||||
lib/libfastjson.so.3.0.0
|
||||
lib/libfastjson.so.4
|
||||
lib/libfastjson.so.4.0.0
|
||||
libdata/pkgconfig/libfastjson.pc
|
||||
|
|
Loading…
Reference in a new issue