Skip to content

Commit abcd54a

Browse files
committed
devel/libffi: Update to 3.4.2
Drop lots of upstreamed patches. Exp-run by: antoine PR: 263764
1 parent ae5ed34 commit abcd54a

File tree

9 files changed

+7
-157
lines changed

9 files changed

+7
-157
lines changed

‎devel/libffi/Makefile‎

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
# Created by: Horance Chou <horance@freedom.ie.cycu.edu.tw>
22

33
PORTNAME= libffi
4-
PORTVERSION= 3.3
5-
PORTREVISION= 1
4+
PORTVERSION= 3.4.2
65
CATEGORIES= devel
7-
MASTER_SITES= SOURCEWARE/${PORTNAME}
8-
9-
PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/
10-
PATCHFILES+= 01a75ed76ea7e57f1b7a5c183e2b1e890e6aa0fd.diff:-p1
11-
# This patch is for configure.ac.
12-
# A local patch against configure has been created in files/patch-configure.
13-
#PATCHFILES+= 8c50837f0b58ba5b2bcb1b424a2a4bfa01559fb2.diff:-p1
6+
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/
147

158
MAINTAINER= kbowling@FreeBSD.org
169
COMMENT= Foreign Function Interface

‎devel/libffi/distinfo‎

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
TIMESTAMP = 1651590393
2-
SHA256 (libffi-3.3.tar.gz) = 72fba7922703ddfa7a028d513ac15a85c8d54c8d67f55fa5a4802885dc652056
3-
SIZE (libffi-3.3.tar.gz) = 1305466
4-
SHA256 (01a75ed76ea7e57f1b7a5c183e2b1e890e6aa0fd.diff) = 79935f5836624a9b38d0d40541a9d7510f4ecff14f6a7881f483b158cf13d335
5-
SIZE (01a75ed76ea7e57f1b7a5c183e2b1e890e6aa0fd.diff) = 414
1+
TIMESTAMP = 1651605317
2+
SHA256 (libffi-3.4.2.tar.gz) = 540fb721619a6aba3bdeef7d940d8e9e0e6d2c193595bc243241b77ff9e93620
3+
SIZE (libffi-3.4.2.tar.gz) = 1351355

‎devel/libffi/files/patch-Makefile.in‎

Lines changed: 0 additions & 16 deletions
This file was deleted.

‎devel/libffi/files/patch-configure‎

Lines changed: 0 additions & 23 deletions
This file was deleted.

‎devel/libffi/files/patch-configure.host‎

Lines changed: 0 additions & 24 deletions
This file was deleted.

‎devel/libffi/files/patch-src__arm__ffi.c‎

Lines changed: 0 additions & 36 deletions
This file was deleted.

‎devel/libffi/files/patch-src__mips__ffi.c‎

Lines changed: 0 additions & 29 deletions
This file was deleted.

‎devel/libffi/files/patch-src__mips__ffitarget.h‎

Lines changed: 0 additions & 13 deletions
This file was deleted.

‎devel/libffi/pkg-plist‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ include/ffi.h
22
include/ffitarget.h
33
lib/libffi.a
44
lib/libffi.so
5-
lib/libffi.so.7
6-
lib/libffi.so.7.1.0
5+
lib/libffi.so.8
6+
lib/libffi.so.8.1.0
77
libdata/pkgconfig/libffi.pc
88
man/man3/ffi.3.gz
99
man/man3/ffi_call.3.gz

0 commit comments

Comments
 (0)