git: 3629aba462ab - main - security/esteidfirefoxplugin: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Apr 2023 17:19:54 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=3629aba462ab312db49b2084114fb07e1db1fcfa commit 3629aba462ab312db49b2084114fb07e1db1fcfa Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-04-28 15:34:46 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-04-28 17:18:41 +0000 security/esteidfirefoxplugin: Mark DEPRECATED - Upstream last release in 2013 and has been migrated into other products of upstream - Set EXPIRATION_DATE to 2023-05-28 - Mark IGNORE as it requires upstream EOL OpenSSL 1.0.X Approved by: portmgr (blanket) --- security/esteidfirefoxplugin/Makefile | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/security/esteidfirefoxplugin/Makefile b/security/esteidfirefoxplugin/Makefile index 35aafd86a253..bff3e9404274 100644 --- a/security/esteidfirefoxplugin/Makefile +++ b/security/esteidfirefoxplugin/Makefile @@ -10,13 +10,17 @@ WWW= https://www.id.ee/ LICENSE= LGPL21 +DEPRECATED= Upstream last release in 2013 and has been migrated into other products of upstream +EXPIRATION_DATE= 2023-05-28 +IGNORE= Requires upstream EOL OpenSSL 1.0.X + RUN_DEPENDS= opensc-tool:security/opensc \ pcscd:devel/pcsc-lite -USE_GNOME= gtk20 USES= gnome pkgconfig ssl webplugin:gecko -WEBPLUGIN_DIR= ${PREFIX}/lib +USE_GNOME= gtk20 WEBPLUGIN_FILES= npesteid-firefox-plugin.so +WEBPLUGIN_DIR= ${PREFIX}/lib ALL_TARGET= plugin @@ -24,15 +28,7 @@ EXTRACT_AFTER_ARGS= --exclude 'include/openssl' PLIST_FILES= lib/npesteid-firefox-plugin.so -.include <bsd.port.pre.mk> - -.if ${SSL_DEFAULT} == base -BROKEN_FreeBSD_12= incomplete definition of type 'struct X509_name_entry_st' -BROKEN_FreeBSD_13= incomplete definition of type 'struct X509_name_entry_st' -BROKEN_FreeBSD_14= incomplete definition of type 'struct X509_name_entry_st' -.endif - post-install: ${INSTALL_LIB} ${WRKSRC}/npesteid-firefox-plugin.so ${STAGEDIR}${PREFIX}/lib -.include <bsd.port.post.mk> +.include <bsd.port.mk>