mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Update to version 1.12.0
This commit is contained in:
parent
41122b83fe
commit
a6b41e88ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358298
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libgadu
|
||||
DISTVERSION= 1.11.4
|
||||
DISTVERSION= 1.12.0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= polish net-im
|
||||
|
||||
@ -11,11 +11,13 @@ COMMENT= Instant messaging library for Gadu-Gadu protocol
|
||||
|
||||
LICENSE= LGPL21
|
||||
|
||||
LIB_DEPENDS= libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c
|
||||
|
||||
CONFLICTS= pl-ekg-1.[0-6]*
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= wojtekka
|
||||
GH_COMMIT= 3eafeba
|
||||
GH_COMMIT= ff39edb
|
||||
|
||||
USES= gmake libtool pkgconfig tar:bzip2
|
||||
USE_AUTOTOOLS= aclocal autoconf autoheader automake libtoolize
|
||||
@ -27,6 +29,9 @@ CONFIGURE_ARGS= --enable-shared --disable-static --with-pthread \
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
PLIST_FILES= include/libgadu.h \
|
||||
lib/libgadu.so \
|
||||
lib/libgadu.so.3 \
|
||||
@ -42,6 +47,7 @@ OPENSSL_USE= OPENSSL=yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} '/^sed/ s|^|#|' ${WRKSRC}/protobufgen.sh
|
||||
@${REINPLACE_CMD} '/^pkgconfigdir/ s|libdir)|prefix)/libdata|' \
|
||||
${WRKSRC}/pkgconfig/Makefile
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libgadu-1.11.4.tar.bz2) = 15f8f3366ab517c6facf4c8cf53f3dfa2e74e67827ffde30698ecc0d5fe2a2d5
|
||||
SIZE (libgadu-1.11.4.tar.bz2) = 210978
|
||||
SHA256 (libgadu-1.12.0.tar.bz2) = 7f85b5b03df30a68c25b3a3ebd35d26ce9dbe637ee59873f1f787cd7d766489a
|
||||
SIZE (libgadu-1.12.0.tar.bz2) = 290428
|
||||
|
Loading…
Reference in New Issue
Block a user