Skip to content

Commit bf9148c

Browse files
committed
devel/libffi: Update to 3.4.7
1 parent 7743b53 commit bf9148c

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

‎devel/libffi/Makefile‎

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
PORTNAME= libffi
2-
DISTVERSION= 3.4.6
2+
DISTVERSION= 3.4.7
33
CATEGORIES= devel
44
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/
55

6+
PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/
7+
PATCHFILES= fe203ffbb2bd7f93a86013d341aa767a406150bc.patch:-p1
8+
69
MAINTAINER= kbowling@FreeBSD.org
710
COMMENT= Foreign Function Interface
811
WWW= https://sourceware.org/libffi/
@@ -12,19 +15,20 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
1215

1316
TEST_DEPENDS= runtest:misc/dejagnu
1417

15-
USES= compiler:c11 cpe libtool pathfix
16-
USE_LDCONFIG= yes
17-
GNU_CONFIGURE= yes
18-
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
19-
CPE_VENDOR= libffi_project
18+
USES= compiler:c11 cpe libtool pathfix
19+
CPE_VENDOR= libffi_project
20+
USE_LDCONFIG= yes
21+
GNU_CONFIGURE= yes
22+
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
2023

2124
CONFIGURE_ARGS= --disable-multi-os-directory
2225
INSTALL_TARGET= install-strip
23-
INFO= libffi
2426
TEST_TARGET= check
2527

2628
LDFLAGS+= -Wl,--undefined-version
2729

30+
INFO= libffi
31+
2832
post-patch:
2933
@${REINPLACE_CMD} -e 's| -Wno-psabi||g' \
3034
${WRKSRC}/testsuite/lib/libffi.exp

‎devel/libffi/distinfo‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
TIMESTAMP = 1712244192
2-
SHA256 (libffi-3.4.6.tar.gz) = b0dea9df23c863a7a50e825440f3ebffabd65df1497108e5d437747843895a4e
3-
SIZE (libffi-3.4.6.tar.gz) = 1391684
1+
TIMESTAMP = 1744004752
2+
SHA256 (libffi-3.4.7.tar.gz) = 138607dee268bdecf374adf9144c00e839e38541f75f24a1fcf18b78fda48b2d
3+
SIZE (libffi-3.4.7.tar.gz) = 1393979
4+
SHA256 (fe203ffbb2bd7f93a86013d341aa767a406150bc.patch) = b3d01eb45c67da09d31bb923dab88d898be53b57581b16035910dd8936d3cc46
5+
SIZE (fe203ffbb2bd7f93a86013d341aa767a406150bc.patch) = 4618

0 commit comments

Comments
 (0)