View | Details | Raw Unified | Return to bug 234875 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-6 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	ffi
4
PORTNAME=	ffi
5
PORTVERSION=	1.9.25
5
PORTVERSION=	1.10.0
6
CATEGORIES=	devel rubygems
6
CATEGORIES=	devel rubygems
7
MASTER_SITES=	RG
7
MASTER_SITES=	RG
8
8
Lines 14-24 LICENSE_FILE= ${WRKSRC}/LICENSE Link Here
14
14
15
LIB_DEPENDS=	libffi.so:devel/libffi
15
LIB_DEPENDS=	libffi.so:devel/libffi
16
16
17
USE_RUBY=	yes
18
USES=		gem
17
USES=		gem
19
18
USE_RUBY=	yes
20
post-patch:
21
	@${LN} -s i386-freebsd ${WRKSRC}/lib/ffi/platform/arm-freebsd
22
	@${LN} -s x86_64-freebsd ${WRKSRC}/lib/ffi/platform/aarch64-freebsd
23
19
24
.include <bsd.port.mk>
20
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1528202798
1
TIMESTAMP = 1546784753
2
SHA256 (rubygem/ffi-1.9.25.gem) = f854f08f08190fec772a12e863f33761d02ad3efea3c3afcdeffc8a06313f54a
2
SHA256 (rubygem/ffi-1.10.0.gem) = 17001940b28a961c94251a39f0ae00b32c2d0850479b5978c971759591fc1749
3
SIZE (rubygem/ffi-1.9.25.gem) = 867840
3
SIZE (rubygem/ffi-1.10.0.gem) = 869376

Return to bug 234875