Date: Sat, 6 Jul 2024 22:57:25 GMT From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 07cfc1ff2d46 - main - security/rustls-ffi: Remove spurious patch file Message-ID: <202407062257.466MvPhS048139@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=07cfc1ff2d469bf44d0365fd61bd096d96b999dd commit 07cfc1ff2d469bf44d0365fd61bd096d96b999dd Author: Bernard Spil <brnrd@FreeBSD.org> AuthorDate: 2024-07-06 22:57:23 +0000 Commit: Bernard Spil <brnrd@FreeBSD.org> CommitDate: 2024-07-06 22:57:23 +0000 security/rustls-ffi: Remove spurious patch file --- security/rustls-ffi/patch | 53 ----------------------------------------------- 1 file changed, 53 deletions(-) diff --git a/security/rustls-ffi/patch b/security/rustls-ffi/patch deleted file mode 100644 index c97b74715006..000000000000 --- a/security/rustls-ffi/patch +++ /dev/null @@ -1,53 +0,0 @@ -diff --git a/security/rustls-ffi/Makefile b/security/rustls-ffi/Makefile -index cd09e6272781..4ea9c2641a92 100644 ---- a/security/rustls-ffi/Makefile -+++ b/security/rustls-ffi/Makefile -@@ -1,6 +1,7 @@ - PORTNAME= rustls-ffi --PORTVERSION= 0.13.0 - DISTVERSIONPREFIX= v -+DISTVERSION= 0.13.0 -+PORTREVISION= 1 - CATEGORIES= security - - MAINTAINER= brnrd@FreeBSD.org -@@ -13,18 +14,22 @@ LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE - LICENSE_FILE_ISCL= ${WRKSRC}/LICENSE-ISC - LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT - --USES= cargo gmake -+BUILD_DEPENDS= cargo-cbuild:devel/cargo-c -+ -+USES= cargo -+USE_LDCONFIG= yes - - USE_GITHUB= yes - GH_ACCOUNT= rustls - --PLIST_FILES= include/rustls.h \ -- lib/librustls.a -- - do-build: -- ${MAKE_CMD} -C ${WRKSRC} -+ @${CARGO_CARGO_RUN} cbuild --verbose --verbose ${CARGO_BUILD_ARGS} - - do-install: -- ${MAKE_CMD} -C ${WRKSRC} DESTDIR=${STAGEDIR}/${PREFIX} install -+ @${CARGO_CARGO_RUN} cinstall --verbose --verbose \ -+ --destdir "${STAGEDIR}" \ -+ --prefix "${PREFIX}" \ -+ ${CARGO_INSTALL_ARGS} -+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so - - .include <bsd.port.mk> -diff --git a/security/rustls-ffi/pkg-plist b/security/rustls-ffi/pkg-plist -new file mode 100644 -index 000000000000..84d04e86784b ---- /dev/null -+++ b/security/rustls-ffi/pkg-plist -@@ -0,0 +1,5 @@ -+include/rustls.h -+lib/librustls.a -+lib/librustls.so -+lib/librustls.so.0.13.0 -+libdata/pkgconfig/rustls.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407062257.466MvPhS048139>