Date: Wed, 5 Jan 2022 00:59:40 GMT From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e8cc50a10937 - main - security/boringssl: remove backup files Message-ID: <202201050059.2050xe5V074640@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=e8cc50a10937e2df4b591c87217bf3dc6334c6d1 commit e8cc50a10937e2df4b591c87217bf3dc6334c6d1 Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2022-01-05 00:59:02 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2022-01-05 00:59:02 +0000 security/boringssl: remove backup files --- security/boringssl/Makefile | 3 ++- security/boringssl/pkg-plist | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/security/boringssl/Makefile b/security/boringssl/Makefile index 10e2c1c4e4a1..bb2d1b128463 100644 --- a/security/boringssl/Makefile +++ b/security/boringssl/Makefile @@ -1,6 +1,6 @@ PORTNAME= boringssl PORTVERSION= 0.0.0.0.2021.12.21.01 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= ports@FreeBSD.org @@ -33,6 +33,7 @@ post-patch: ${XARGS} ${REINPLACE_CMD} -e 's,-D_XOPEN_SOURCE=700,,' @${GREP} -FRl '${GO_EXECUTABLE} run ' ${WRKSRC} | \ ${XARGS} ${REINPLACE_CMD} -r -e 's,([$][{]GO_EXECUTABLE[}] run),\1 ${GO_BUILDFLAGS},' + @${FIND} ${WRKSRC}/include -name '*.bak' -delete do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tool/bssl ${STAGEDIR}${PREFIX}/bin/ diff --git a/security/boringssl/pkg-plist b/security/boringssl/pkg-plist index ffcf61e0ef87..e4e699e64689 100644 --- a/security/boringssl/pkg-plist +++ b/security/boringssl/pkg-plist @@ -11,7 +11,6 @@ include/openssl/bio.h include/openssl/blake2.h include/openssl/blowfish.h include/openssl/bn.h -include/openssl/bn.h.bak include/openssl/buf.h include/openssl/buffer.h include/openssl/bytestring.h @@ -57,7 +56,6 @@ include/openssl/ossl_typ.h include/openssl/pem.h include/openssl/pkcs12.h include/openssl/pkcs7.h -include/openssl/pkcs7.h.bak include/openssl/pkcs8.h include/openssl/poly1305.h include/openssl/pool.h @@ -71,7 +69,6 @@ include/openssl/siphash.h include/openssl/span.h include/openssl/srtp.h include/openssl/ssl.h -include/openssl/ssl.h.bak include/openssl/ssl3.h include/openssl/stack.h include/openssl/thread.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201050059.2050xe5V074640>