From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 3 03:40:04 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B661106566C for ; Thu, 3 Mar 2011 03:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 48B3A8FC13 for ; Thu, 3 Mar 2011 03:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p233e4CQ094026 for ; Thu, 3 Mar 2011 03:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p233e4dL094025; Thu, 3 Mar 2011 03:40:04 GMT (envelope-from gnats) Resent-Date: Thu, 3 Mar 2011 03:40:04 GMT Resent-Message-Id: <201103030340.p233e4dL094025@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Jason E. Hale" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5167106566C for ; Thu, 3 Mar 2011 03:38:40 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 984068FC0A for ; Thu, 3 Mar 2011 03:38:40 +0000 (UTC) Received: by vws16 with SMTP id 16so764922vws.13 for ; Wed, 02 Mar 2011 19:38:39 -0800 (PST) Received: by 10.52.91.10 with SMTP id ca10mr944926vdb.302.1299123519731; Wed, 02 Mar 2011 19:38:39 -0800 (PST) Received: from mocha.verizon.net (c-24-3-43-53.hsd1.oh.comcast.net [24.3.43.53]) by mx.google.com with ESMTPS id a11sm190873vdu.25.2011.03.02.19.38.38 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 02 Mar 2011 19:38:39 -0800 (PST) Message-Id: <4d6f0d3f.0b45340a.3659.11cb@mx.google.com> Date: Wed, 02 Mar 2011 19:38:39 -0800 (PST) From: "Jason E. Hale" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: markun@onohara.to Subject: ports/155220: [DEPRECATE] security/gpgme03, security/cryptplug: mark DEPRECATED and set EXPIRATION_DATE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Jason E. Hale" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2011 03:40:04 -0000 >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: