diff options
author | antoine <antoine@FreeBSD.org> | 2018-10-08 04:25:16 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-10-08 04:25:16 +0800 |
commit | 78626d72e337cd78a65172908677ac0c0988c71d (patch) | |
tree | 89bc7a183ca5deb7ecc4b342760bc242b01d2a40 /security | |
parent | 60a48eaf6b3da7448c99361834f076dcd15f3125 (diff) | |
download | freebsd-ports-gnome-78626d72e337cd78a65172908677ac0c0988c71d.tar.gz freebsd-ports-gnome-78626d72e337cd78a65172908677ac0c0988c71d.tar.zst freebsd-ports-gnome-78626d72e337cd78a65172908677ac0c0988c71d.zip |
Deprecate some GNOME 2 applications
With hat: portmgr
Diffstat (limited to 'security')
-rw-r--r-- | security/gnome-gpg/Makefile | 3 | ||||
-rw-r--r-- | security/gpass/Makefile | 3 | ||||
-rw-r--r-- | security/libgnomesu/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
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 |