Date: Wed, 02 Mar 2011 19:38:39 -0800 (PST) From: "Jason E. Hale" <bsdkaffee@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: markun@onohara.to Subject: ports/155220: [DEPRECATE] security/gpgme03, security/cryptplug: mark DEPRECATED and set EXPIRATION_DATE Message-ID: <4d6f0d3f.0b45340a.3659.11cb@mx.google.com> Resent-Message-ID: <201103030340.p233e4dL094025@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 155220 >Category: ports >Synopsis: [DEPRECATE] security/gpgme03, security/cryptplug: mark DEPRECATED and set EXPIRATION_DATE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 03 03:40:03 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jason E. Hale >Release: FreeBSD 8.2-RELEASE i386 >Organization: none >Environment: System: FreeBSD mocha.verizon.net 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Tue Feb 22 19:19:42 EST 2011 root@mocha.verizon.net:/usr/obj/usr/src/sys/MOCHA8 i386 >Description: - Mark security/gpgme03 and security/cryptplug DEPRECATED and set EXPIRATION_DATE to 3 months from now. - security/cryptplug has not been developed since 2003 and is not used by any other port in the ports tree. It is the last port depending on security/gpgme03. - security/gpgme03 is an ancient version of GpgME (2003) and with cryptplug gone, no other ports need it. New ports should use security/gpgme instead. >How-To-Repeat: Use attached diffs. >Fix: --- 2011-03-02-gpgme03.diff begins here --- diff -ruN gpgme03.orig/Makefile gpgme03/Makefile --- gpgme03.orig/Makefile 2011-03-02 22:06:16.000000000 -0500 +++ gpgme03/Makefile 2011-03-02 22:14:45.000000000 -0500 @@ -18,6 +18,9 @@ BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth +DEPRECATED= superceded by security/gpgme +EXPIRATION_DATE=2011-06-03 + LATEST_LINK= gpgme03 USE_AUTOTOOLS= autoconf libtool --- 2011-03-02-gpgme03.diff ends here --- --- 2011-03-02-cryptplug.diff begins here --- diff -ruN cryptplug.orig/Makefile cryptplug/Makefile --- cryptplug.orig/Makefile 2011-03-02 22:06:03.000000000 -0500 +++ cryptplug/Makefile 2011-03-02 22:16:21.000000000 -0500 @@ -18,6 +18,9 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libgpgme03.so.9:${PORTSDIR}/security/gpgme03 \ gpg-agent:${PORTSDIR}/security/gnupg +DEPRECATED= development has ceased +EXPIRATION_DATE=2011-06-03 + USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_GMAKE= yes --- 2011-03-02-cryptplug.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4d6f0d3f.0b45340a.3659.11cb>