Date: Fri, 28 Jun 2019 08:08:04 +0000 (UTC) From: "Timur I. Bakeyev" <timur@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505270 - in head/sysutils/cmocka: . files Message-ID: <201906280808.x5S884xm009671@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: timur Date: Fri Jun 28 08:08:04 2019 New Revision: 505270 URL: https://svnweb.freebsd.org/changeset/ports/505270 Log: Update port to 1.1.3 version. PR: 238401 Approved by: maintainer timeout Modified: head/sysutils/cmocka/Makefile head/sysutils/cmocka/distinfo head/sysutils/cmocka/files/patch-include_cmocka.h Modified: head/sysutils/cmocka/Makefile ============================================================================== --- head/sysutils/cmocka/Makefile Fri Jun 28 08:01:38 2019 (r505269) +++ head/sysutils/cmocka/Makefile Fri Jun 28 08:08:04 2019 (r505270) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cmocka -PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTVERSION= 1.1.3 CATEGORIES= sysutils MASTER_SITES= https://cmocka.org/files/1.1/ \ LOCAL/dteske @@ -21,12 +20,15 @@ PLIST_FILES= include/cmocka.h \ lib/cmake/cmocka/cmocka-config.cmake \ lib/libcmocka.so \ lib/libcmocka.so.0 \ - lib/libcmocka.so.0.4.1 \ + lib/libcmocka.so.0.5.1 \ libdata/pkgconfig/cmocka.pc OPTIONS_DEFINE= STATIC STATIC_CMAKE_BOOL= WITH_STATIC_LIB STATIC_PLIST_FILES= lib/libcmocka.a + +post-install-STATIC-on: + @${MV} "${STAGEDIR}${PREFIX}/lib/libcmocka-static.a" "${STAGEDIR}${PREFIX}/lib/libcmocka.a" .include <bsd.port.mk> Modified: head/sysutils/cmocka/distinfo ============================================================================== --- head/sysutils/cmocka/distinfo Fri Jun 28 08:01:38 2019 (r505269) +++ head/sysutils/cmocka/distinfo Fri Jun 28 08:08:04 2019 (r505270) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507485136 -SHA256 (cmocka-1.1.1.tar.xz) = f02ef48a7039aa77191d525c5b1aee3f13286b77a13615d11bc1148753fc0389 -SIZE (cmocka-1.1.1.tar.xz) = 85648 +TIMESTAMP = 1559782392 +SHA256 (cmocka-1.1.3.tar.xz) = 43eabcf72a9c80e3d03f7c8a1c04e408c18d2db5121eb058a3ef732a9dfabfaf +SIZE (cmocka-1.1.3.tar.xz) = 78744 Modified: head/sysutils/cmocka/files/patch-include_cmocka.h ============================================================================== --- head/sysutils/cmocka/files/patch-include_cmocka.h Fri Jun 28 08:01:38 2019 (r505269) +++ head/sysutils/cmocka/files/patch-include_cmocka.h Fri Jun 28 08:08:04 2019 (r505270) @@ -1,6 +1,6 @@ ---- include/cmocka.h.orig 2018-01-02 22:14:13.670138000 -0600 -+++ include/cmocka.h 2018-01-02 22:35:26.399769000 -0600 -@@ -110,7 +110,7 @@ +--- include/cmocka.h.orig 2018-09-06 06:15:11 UTC ++++ include/cmocka.h +@@ -111,7 +111,7 @@ typedef uintmax_t LargestIntegralType; ((LargestIntegralType)(value)) /* Smallest integral type capable of holding a pointer. */ @@ -9,7 +9,7 @@ # if defined(_WIN32) /* WIN32 is an ILP32 platform */ typedef unsigned int uintptr_t; -@@ -136,6 +136,7 @@ +@@ -137,6 +137,7 @@ typedef uintmax_t LargestIntegralType; # define _UINTPTR_T # define _UINTPTR_T_DEFINED
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906280808.x5S884xm009671>