svn commit: r358298 - head/polish/libgadu

Pawel Pekala pawel at FreeBSD.org
Wed Jun 18 18:41:11 UTC 2014


Author: pawel
Date: Wed Jun 18 18:41:10 2014
New Revision: 358298
URL: http://svnweb.freebsd.org/changeset/ports/358298
QAT: https://qat.redports.org/buildarchive/r358298/

Log:
  Update to version 1.12.0

Modified:
  head/polish/libgadu/Makefile
  head/polish/libgadu/distinfo

Modified: head/polish/libgadu/Makefile
==============================================================================
--- head/polish/libgadu/Makefile	Wed Jun 18 18:16:57 2014	(r358297)
+++ head/polish/libgadu/Makefile	Wed Jun 18 18:41:10 2014	(r358298)
@@ -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 G
 
 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 --disabl
 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
 

Modified: head/polish/libgadu/distinfo
==============================================================================
--- head/polish/libgadu/distinfo	Wed Jun 18 18:16:57 2014	(r358297)
+++ head/polish/libgadu/distinfo	Wed Jun 18 18:41:10 2014	(r358298)
@@ -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


More information about the svn-ports-all mailing list