Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 May 2023 12:09:59 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f279a8b75577 - main - security/esteidfirefoxplugin: Remove expired port:
Message-ID:  <202305281209.34SC9xbS070682@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f279a8b755771a12d88e7af0f6c6744fbc329bd6

commit f279a8b755771a12d88e7af0f6c6744fbc329bd6
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2023-05-28 12:09:50 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2023-05-28 12:09:50 +0000

    security/esteidfirefoxplugin: Remove expired port:
    
    2023-05-28 security/esteidfirefoxplugin: Upstream last release in 2013 and has been migrated into other products of upstream
---
 MOVED                                             |  1 +
 security/Makefile                                 |  1 -
 security/esteidfirefoxplugin/Makefile             | 34 -----------------------
 security/esteidfirefoxplugin/distinfo             |  2 --
 security/esteidfirefoxplugin/files/patch-Makefile | 15 ----------
 security/esteidfirefoxplugin/pkg-descr            |  2 --
 6 files changed, 1 insertion(+), 54 deletions(-)

diff --git a/MOVED b/MOVED
index 27b059df5675..062ad2bd4373 100644
--- a/MOVED
+++ b/MOVED
@@ -7582,3 +7582,4 @@ www/node14||2023-05-28|Has expired: Consider using www/node16 or later as Upstre
 security/p5-Net-SAML||2023-05-28|Has expired: Depends on deprecated security/zxid
 security/zxid||2023-05-28|Has expired: Do not build with OpenSSL 1.1.1e and later
 security/keynote||2023-05-28|Has expired: Upstream last release in 2000
+security/esteidfirefoxplugin||2023-05-28|Has expired: Upstream last release in 2013 and has been migrated into other products of upstream
diff --git a/security/Makefile b/security/Makefile
index 03fd55dcb01e..a62a8b5a6355 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -140,7 +140,6 @@
     SUBDIR += easy-rsa
     SUBDIR += enchive
     SUBDIR += eschalot
-    SUBDIR += esteidfirefoxplugin
     SUBDIR += expiretable
     SUBDIR += f-prot
     SUBDIR += fakebo
diff --git a/security/esteidfirefoxplugin/Makefile b/security/esteidfirefoxplugin/Makefile
deleted file mode 100644
index bff3e9404274..000000000000
--- a/security/esteidfirefoxplugin/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-PORTNAME=	esteidfirefoxplugin
-PORTVERSION=	3.8.0.1115
-PORTREVISION=	1
-CATEGORIES=	security
-MASTER_SITES=	https://installer.id.ee/media/sources/
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Digital signing with Estonian ID card in Firefox
-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
-
-USES=		gnome pkgconfig ssl webplugin:gecko
-USE_GNOME=	gtk20
-WEBPLUGIN_FILES=	npesteid-firefox-plugin.so
-WEBPLUGIN_DIR=	${PREFIX}/lib
-
-ALL_TARGET=	plugin
-
-EXTRACT_AFTER_ARGS=	--exclude 'include/openssl'
-
-PLIST_FILES=	lib/npesteid-firefox-plugin.so
-
-post-install:
-	${INSTALL_LIB} ${WRKSRC}/npesteid-firefox-plugin.so ${STAGEDIR}${PREFIX}/lib
-
-.include <bsd.port.mk>
diff --git a/security/esteidfirefoxplugin/distinfo b/security/esteidfirefoxplugin/distinfo
deleted file mode 100644
index 985c8ef3bf47..000000000000
--- a/security/esteidfirefoxplugin/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (esteidfirefoxplugin-3.8.0.1115.tar.gz) = 2783d275f08e3addc1e07990656220568477261367b56aa4737a89e14517afef
-SIZE (esteidfirefoxplugin-3.8.0.1115.tar.gz) = 444994
diff --git a/security/esteidfirefoxplugin/files/patch-Makefile b/security/esteidfirefoxplugin/files/patch-Makefile
deleted file mode 100644
index 4f85e42b5efd..000000000000
--- a/security/esteidfirefoxplugin/files/patch-Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
---- ./Makefile.orig	2013-04-29 17:49:10.000000000 +0300
-+++ ./Makefile	2014-09-10 16:37:31.000000000 +0300
-@@ -1,10 +1,10 @@
- # EstEID Browser Plugin
--CC = gcc
-+CC = cc
- COMMON_HEADERS = common/esteid_certinfo.h common/pkcs11_errors.h common/esteid_log.h common/esteid_sign.h common/esteid_timer.h common/esteid_time.h common/l10n.h common/labels.h common/esteid_map.h common/esteid_dialog_common.h 
- COMMON_SOURCES = common/esteid_certinfo.c common/pkcs11_errors.c common/esteid_log.c common/esteid_sign.c common/esteid_timer.c common/esteid_time.c common/l10n.c common/l10n-linux.c common/esteid_map.c common/esteid_dialog_common.c
- C_FLAGS = -g -O2 -std=gnu99 -Wall $(CPPFLAGS)
- I_FLAGS = -Iinclude -Icommon `pkg-config --cflags gtk+-2.0`
--L_FLAGS = -ldl -lcrypto -lpthread `pkg-config --libs gtk+-2.0`
-+L_FLAGS = -lcrypto -lpthread `pkg-config --libs gtk+-2.0`
- D_FLAGS = -DXP_UNIX -DMOZ_X11
- PLUGIN_HEADERS = firefox/plugin.h firefox/plugin-class.h firefox/cert-class.h
- PLUGIN_SOURCES = firefox/plugin.c firefox/plugin-class.c firefox/cert-class.c
diff --git a/security/esteidfirefoxplugin/pkg-descr b/security/esteidfirefoxplugin/pkg-descr
deleted file mode 100644
index 825b60efac7c..000000000000
--- a/security/esteidfirefoxplugin/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-A Firefox plugin that enables in-browser digital signing with Estonian ID
-cards.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305281209.34SC9xbS070682>