Date: Fri, 9 Dec 2022 19:27:48 GMT From: Kevin Bowling <kbowling@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f05c25d63305 - main - devel/libffi: Update to 3.4.4 Message-ID: <202212091927.2B9JRmfq001429@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=f05c25d633050adf710f4dbf885dbed84d315c30 commit f05c25d633050adf710f4dbf885dbed84d315c30 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-12-09 19:25:07 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2022-12-09 19:27:32 +0000 devel/libffi: Update to 3.4.4 This release fixes a few bugs on alternate archs PR: 268150 --- devel/libffi/Makefile | 4 ++-- devel/libffi/distinfo | 6 +++--- devel/libffi/pkg-plist | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile index e3401a146931..323748103ded 100644 --- a/devel/libffi/Makefile +++ b/devel/libffi/Makefile @@ -1,7 +1,7 @@ PORTNAME= libffi -PORTVERSION= 3.4.3 +DISTVERSION= 3.4.4 CATEGORIES= devel -MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/ +MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ MAINTAINER= kbowling@FreeBSD.org COMMENT= Foreign Function Interface diff --git a/devel/libffi/distinfo b/devel/libffi/distinfo index fd18a57d9f75..4e33c78ffa13 100644 --- a/devel/libffi/distinfo +++ b/devel/libffi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1663696259 -SHA256 (libffi-3.4.3.tar.gz) = 4416dd92b6ae8fcb5b10421e711c4d3cb31203d77521a77d85d0102311e6c3b8 -SIZE (libffi-3.4.3.tar.gz) = 1358634 +TIMESTAMP = 1670179070 +SHA256 (libffi-3.4.4.tar.gz) = d66c56ad259a82cf2a9dfc408b32bf5da52371500b84745f7fb8b645712df676 +SIZE (libffi-3.4.4.tar.gz) = 1362394 diff --git a/devel/libffi/pkg-plist b/devel/libffi/pkg-plist index e4e79fd25c2b..2251455da610 100644 --- a/devel/libffi/pkg-plist +++ b/devel/libffi/pkg-plist @@ -3,7 +3,7 @@ include/ffitarget.h lib/libffi.a lib/libffi.so lib/libffi.so.8 -lib/libffi.so.8.1.1 +lib/libffi.so.8.1.2 libdata/pkgconfig/libffi.pc man/man3/ffi.3.gz man/man3/ffi_call.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212091927.2B9JRmfq001429>