Date: Tue, 11 Jul 2017 17:03:34 +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: r445533 - head/devel/libfastcommon Message-ID: <201707111703.v6BH3YCS086914@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Jul 11 17:03:34 2017 New Revision: 445533 URL: https://svnweb.freebsd.org/changeset/ports/445533 Log: Fix PLIST - Fix GH_TAGNAME - While I'm here, use = instead of += for MAKE_ENV - Bump PORTREVISION for package change Reference: http://package23.nyi.freebsd.org/data/110i386-default-PR220605/2017-07-10_18h05m10s/logs/errors/libfastcommon-1.0.36.log Approved by: portmgr (blanket) Modified: head/devel/libfastcommon/Makefile (contents, props changed) head/devel/libfastcommon/distinfo (contents, props changed) head/devel/libfastcommon/pkg-plist (contents, props changed) Modified: head/devel/libfastcommon/Makefile ============================================================================== --- head/devel/libfastcommon/Makefile Tue Jul 11 17:03:29 2017 (r445532) +++ head/devel/libfastcommon/Makefile Tue Jul 11 17:03:34 2017 (r445533) @@ -2,6 +2,7 @@ PORTNAME= libfastcommon PORTVERSION= 1.0.36 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= daniel@blodan.se @@ -11,11 +12,11 @@ LICENSE= GPLv3 USE_GITHUB= yes GH_ACCOUNT= happyfish100 -GH_TAGNAME= aa4f5b29c76b3a87b54ca177808afc7f103f0b2b +GH_TAGNAME= aa4f5b2 USE_LDCONFIG= yes -MAKE_ENV += DESTDIR=${STAGEDIR} +MAKE_ENV= DESTDIR=${STAGEDIR} do-build: cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${SH} make.sh Modified: head/devel/libfastcommon/distinfo ============================================================================== --- head/devel/libfastcommon/distinfo Tue Jul 11 17:03:29 2017 (r445532) +++ head/devel/libfastcommon/distinfo Tue Jul 11 17:03:34 2017 (r445533) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491471318 -SHA256 (happyfish100-libfastcommon-1.0.36-aa4f5b29c76b3a87b54ca177808afc7f103f0b2b_GH0.tar.gz) = 09bcbc5fed283577cd7bc24220379c0e31fe52e0bdb8999ab70e6ffa956c7b8a -SIZE (happyfish100-libfastcommon-1.0.36-aa4f5b29c76b3a87b54ca177808afc7f103f0b2b_GH0.tar.gz) = 435042 +TIMESTAMP = 1499761730 +SHA256 (happyfish100-libfastcommon-1.0.36-aa4f5b2_GH0.tar.gz) = 2c57ff7c5a14954c2073d252b4e9e4020b62aeecd47d51824d2f5f3d8229fad5 +SIZE (happyfish100-libfastcommon-1.0.36-aa4f5b2_GH0.tar.gz) = 434877 Modified: head/devel/libfastcommon/pkg-plist ============================================================================== --- head/devel/libfastcommon/pkg-plist Tue Jul 11 17:03:29 2017 (r445532) +++ head/devel/libfastcommon/pkg-plist Tue Jul 11 17:03:34 2017 (r445533) @@ -2,6 +2,8 @@ include/fastcommon/_os_define.h include/fastcommon/avl_tree.h include/fastcommon/base64.h include/fastcommon/chain.h +include/fastcommon/char_convert_loader.h +include/fastcommon/char_converter.h include/fastcommon/common_define.h include/fastcommon/connection_pool.h include/fastcommon/fast_allocator.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707111703.v6BH3YCS086914>