From 78626d72e337cd78a65172908677ac0c0988c71d Mon Sep 17 00:00:00 2001 From: antoine Date: Sun, 7 Oct 2018 20:25:16 +0000 Subject: Deprecate some GNOME 2 applications With hat: portmgr --- security/gnome-gpg/Makefile | 3 +++ security/gpass/Makefile | 3 +++ security/libgnomesu/Makefile | 3 +++ 3 files changed, 9 insertions(+) (limited to 'security') diff --git a/security/gnome-gpg/Makefile b/security/gnome-gpg/Makefile index b5da2149d983..46c8ac9ceacf 100644 --- a/security/gnome-gpg/Makefile +++ b/security/gnome-gpg/Makefile @@ -11,6 +11,9 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Simple commandline wrapper around gpg for gnome-keyring +DEPRECATED= GNOME 2 application +EXPIRATION_DATE= 2018-12-10 + BUILD_DEPENDS= gpgv:security/gnupg1 LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring RUN_DEPENDS= gpgv:security/gnupg1 diff --git a/security/gpass/Makefile b/security/gpass/Makefile index e25cafae4ab7..1c9ed7b83152 100644 --- a/security/gpass/Makefile +++ b/security/gpass/Makefile @@ -13,6 +13,9 @@ COMMENT= Password manager for GNOME2 LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= GNOME 2 application +EXPIRATION_DATE= 2018-12-10 + LIB_DEPENDS= libmcrypt.so:security/libmcrypt \ libmhash.so:security/mhash diff --git a/security/libgnomesu/Makefile b/security/libgnomesu/Makefile index a94ef363e3f2..94b7019d649a 100644 --- a/security/libgnomesu/Makefile +++ b/security/libgnomesu/Makefile @@ -15,6 +15,9 @@ LICENSE= LGPL20+ PD LICENSE_COMB= multi LICENSE_FILE_LGPL20+ = ${WRKSRC}/COPYING +DEPRECATED= GNOME 2 application +EXPIRATION_DATE= 2018-12-10 + USES= gmake gettext-tools libtool localbase pathfix pkgconfig GNU_CONFIGURE= yes USE_GNOME= gnomeprefix libgnomeui -- cgit