Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jun 2019 10:34:31 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504296 - head/databases/tarantool-c
Message-ID:  <201906161034.x5GAYVOY082327@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jun 16 10:34:31 2019
New Revision: 504296
URL: https://svnweb.freebsd.org/changeset/ports/504296

Log:
  Update to latest snapshot
  
  - Add LICENSE_FILE
  - Fix linking: change from libmsgpuck.a to libmsgpuck.so
  - Bump PORTREVISION for package change
  
  Changes:	https://github.com/tarantool/tarantool-c/commits/master

Modified:
  head/databases/tarantool-c/Makefile
  head/databases/tarantool-c/distinfo

Modified: head/databases/tarantool-c/Makefile
==============================================================================
--- head/databases/tarantool-c/Makefile	Sun Jun 16 10:34:23 2019	(r504295)
+++ head/databases/tarantool-c/Makefile	Sun Jun 16 10:34:31 2019	(r504296)
@@ -2,13 +2,14 @@
 
 PORTNAME=	tarantool-c
 PORTVERSION=	1.0.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	C client for Tarantool 1.6+
 
 LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libmsgpuck.so:devel/msgpuck
 
@@ -18,10 +19,11 @@ CMAKE_OFF=	ENABLE_BUNDLED_DOCS ENABLE_BUNDLED_MSGPUCK
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	tarantool
-GH_TAGNAME=	d93096a
+GH_TAGNAME=	0df3623
 
 post-patch:
 	@${GREP} -lr 'msgpuck/msgpuck.h' ${WRKSRC}/ | ${XARGS} ${REINPLACE_CMD} -e 's|msgpuck/msgpuck.h|msgpuck.h|'
+	@${REINPLACE_CMD} -e 's|libmsgpuck.a|libmsgpuck.so|' ${WRKSRC}/cmake/FindMsgPuck.cmake
 
 .include <bsd.port.pre.mk>
 

Modified: head/databases/tarantool-c/distinfo
==============================================================================
--- head/databases/tarantool-c/distinfo	Sun Jun 16 10:34:23 2019	(r504295)
+++ head/databases/tarantool-c/distinfo	Sun Jun 16 10:34:31 2019	(r504296)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1554563575
-SHA256 (tarantool-tarantool-c-1.0.1-d93096a_GH0.tar.gz) = cb0e3794535b7e7e5871f243a53c8d0086cf0256f041f0e8f34493f67ddea74c
-SIZE (tarantool-tarantool-c-1.0.1-d93096a_GH0.tar.gz) = 140415
+TIMESTAMP = 1560671635
+SHA256 (tarantool-tarantool-c-1.0.1-0df3623_GH0.tar.gz) = c66c079ce3ef0cf63b4a85e7ccf3088f1238f60f0f6af3d1a5cdef56bc13c2bd
+SIZE (tarantool-tarantool-c-1.0.1-0df3623_GH0.tar.gz) = 140487



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906161034.x5GAYVOY082327>