devel/protobuf-c: update to 1.4.0, needed to unbreak build with
upcoming protobuf update https://github.com/protobuf-c/protobuf-c/blob/master/ChangeLog ok gnezdo sthen, maintainer timeout
This commit is contained in:
parent
0e10957996
commit
27e12b44bc
@ -1,6 +1,6 @@
|
||||
COMMENT = c protocol buffers
|
||||
|
||||
V = 1.3.3
|
||||
V = 1.4.0
|
||||
DISTNAME = protobuf-c-$V
|
||||
|
||||
SHARED_LIBS = protobuf-c 2.0 # 1.0
|
||||
@ -32,4 +32,7 @@ USE_GMAKE = Yes
|
||||
|
||||
SEPARATE_BUILD = Yes
|
||||
|
||||
pre-configure:
|
||||
sed -i -E 's,(--plugin|--cpp_out),-I${LOCALBASE}/include &,' ${WRKSRC}/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (protobuf-c-1.3.3.tar.gz) = IpVmBu9Qxg3h+rwTp4+8UIMKBEfXgEZ9PFGfhK1Sfng=
|
||||
SIZE (protobuf-c-1.3.3.tar.gz) = 500505
|
||||
SHA256 (protobuf-c-1.4.0.tar.gz) = JtmO6b8Ypuug0/hV3ewx2+hXZn0mm8C2AXM1Vy+Fu8s=
|
||||
SIZE (protobuf-c-1.4.0.tar.gz) = 505251
|
||||
|
@ -4,6 +4,7 @@ include/google/protobuf-c/
|
||||
include/google/protobuf-c/protobuf-c.h
|
||||
include/protobuf-c/
|
||||
include/protobuf-c/protobuf-c.h
|
||||
include/protobuf-c/protobuf-c.proto
|
||||
@static-lib lib/libprotobuf-c.a
|
||||
lib/libprotobuf-c.la
|
||||
@lib lib/libprotobuf-c.so.${LIBprotobuf-c_VERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user