Skip to content

Commit

Permalink
security/boringssl: remove backup files
Browse files Browse the repository at this point in the history
  • Loading branch information
osokin committed Jan 5, 2022
1 parent 121c1e8 commit e8cc50a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion 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
Expand Down Expand Up @@ -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/
Expand Down
3 changes: 0 additions & 3 deletions security/boringssl/pkg-plist
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e8cc50a

Please sign in to comment.