From owner-svn-ports-head@freebsd.org Wed Apr 4 10:56:50 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFF7CF837DB; Wed, 4 Apr 2018 10:56:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C554A724B1; Wed, 4 Apr 2018 10:56:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BDD8012BB1; Wed, 4 Apr 2018 10:56:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w34AumTZ099324; Wed, 4 Apr 2018 10:56:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w34AumFF099318; Wed, 4 Apr 2018 10:56:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201804041056.w34AumFF099318@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 4 Apr 2018 10:56:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466421 - head/devel/tinycbor X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/tinycbor X-SVN-Commit-Revision: 466421 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Apr 2018 10:56:50 -0000 Author: sunpoet Date: Wed Apr 4 10:56:48 2018 New Revision: 466421 URL: https://svnweb.freebsd.org/changeset/ports/466421 Log: Update to 0.5.1 Changes: https://github.com/intel/tinycbor/commits/master Modified: head/devel/tinycbor/Makefile head/devel/tinycbor/distinfo head/devel/tinycbor/pkg-plist Modified: head/devel/tinycbor/Makefile ============================================================================== --- head/devel/tinycbor/Makefile Wed Apr 4 10:56:42 2018 (r466420) +++ head/devel/tinycbor/Makefile Wed Apr 4 10:56:48 2018 (r466421) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= tinycbor -PORTVERSION= 0.5.0 +PORTVERSION= 0.5.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org @@ -18,6 +17,8 @@ LIB_DEPENDS= libcjson.so:devel/libcjson INSTALL_TARGET= install-strip MAKE_ARGS= SOVERSION=${PORTVERSION:R:R} USES= gmake localbase pathfix + +PLIST_SUB= PORTVERSION=${PORTVERSION} GH_ACCOUNT= intel GH_PROJECT= tinycbor Modified: head/devel/tinycbor/distinfo ============================================================================== --- head/devel/tinycbor/distinfo Wed Apr 4 10:56:42 2018 (r466420) +++ head/devel/tinycbor/distinfo Wed Apr 4 10:56:48 2018 (r466421) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518096628 -SHA256 (intel-tinycbor-v0.5.0_GH0.tar.gz) = 5826a284e7f120a8d2c49cb581702be3e851acb4083a4f5af6112975a8b22209 -SIZE (intel-tinycbor-v0.5.0_GH0.tar.gz) = 111948 +TIMESTAMP = 1522750653 +SHA256 (intel-tinycbor-v0.5.1_GH0.tar.gz) = f9d2ec366a38382c1b7bb989c45620dca168ad28107b4ef9a306ee93c3dbb832 +SIZE (intel-tinycbor-v0.5.1_GH0.tar.gz) = 86485 Modified: head/devel/tinycbor/pkg-plist ============================================================================== --- head/devel/tinycbor/pkg-plist Wed Apr 4 10:56:42 2018 (r466420) +++ head/devel/tinycbor/pkg-plist Wed Apr 4 10:56:48 2018 (r466421) @@ -6,5 +6,5 @@ include/tinycbor/tinycbor-version.h lib/libtinycbor.a lib/libtinycbor.so lib/libtinycbor.so.0 -lib/libtinycbor.so.0.5.0 +lib/libtinycbor.so.%%PORTVERSION%% libdata/pkgconfig/tinycbor.pc