1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

security/keynote: Mark DEPRECATED

- Upstream last release in 2000
- Set EXPIRATION_DATE to 2023-05-28
- Mark IGNORE as it requires upstream EOL OpenSSL 1.0.X

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2023-04-28 11:08:36 -05:00
parent afe976d2bd
commit b3eb28b236

View File

@ -11,6 +11,10 @@ WWW= https://www1.cs.columbia.edu/~angelos/keynote.html
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
DEPRECATED= Upstream last release in 2000
EXPIRATION_DATE= 2023-05-28
IGNORE= Requires upstream EOL OpenSSL 1.0.X routines
# gmake required to support parallel (-jX) builds
USES= gmake ssl
GNU_CONFIGURE= yes
@ -24,14 +28,6 @@ PORTDOCS= *
OPTIONS_DEFINE= DOCS
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_12= incomplete definition of type 'struct evp_pkey_st'
BROKEN_FreeBSD_13= incomplete definition of type 'struct evp_pkey_st'
BROKEN_FreeBSD_14= incomplete definition of type 'struct evp_pkey_st'
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/keynote ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/keynote.h ${STAGEDIR}${PREFIX}/include
@ -46,4 +42,4 @@ do-install-DOCS-on:
${INSTALL_DATA} ${WRKSRC}/HOWTO.add.crypto ${WRKSRC}/TODO \
${WRKSRC}/doc/rfc*.txt ${STAGEDIR}${DOCSDIR}
.include <bsd.port.post.mk>
.include <bsd.port.mk>