From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 12 21:20:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 20999D8F for ; Sat, 12 Apr 2014 21:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7D02109E for ; Sat, 12 Apr 2014 21:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3CLK0Lo016126 for ; Sat, 12 Apr 2014 21:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3CLK0va016125; Sat, 12 Apr 2014 21:20:00 GMT (envelope-from gnats) Resent-Date: Sat, 12 Apr 2014 21:20:00 GMT Resent-Message-Id: <201404122120.s3CLK0va016125@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, Patrick Abeya Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 582C7D89 for ; Sat, 12 Apr 2014 21:17:26 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4441C1099 for ; Sat, 12 Apr 2014 21:17:26 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s3CLHPIQ031843 for ; Sat, 12 Apr 2014 21:17:25 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s3CLHP0E031829; Sat, 12 Apr 2014 21:17:25 GMT (envelope-from nobody) Message-Id: <201404122117.s3CLHP0E031829@cgiserv.freebsd.org> Date: Sat, 12 Apr 2014 21:17:25 GMT From: Patrick Abeya To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/188533: [PATCH] Deprecate maven 2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2014 21:20:01 -0000 >Number: 188533 >Category: ports >Synopsis: [PATCH] Deprecate maven 2 >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: Sat Apr 12 21:20:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Patrick Abeya >Release: FreeBSD 10.0-RELEASE >Organization: >Environment: FreeBSD damon 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Marking maven 2 for removal. Maven was EOLed on 2014-02-18. I've set the deprecation date for 2014-08-18 which should be reasonable. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 351133) +++ Makefile (working copy) @@ -3,15 +3,17 @@ PORTNAME= maven2 DISTVERSION= 2.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel java MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= maven/binaries DISTNAME= apache-maven-${DISTVERSION}-bin -MAINTAINER= ports@FreeBSD.org +MAINTAINER= wombat@marsupial.org COMMENT= Java project management tool, 2.0 branch +DEPRECATED= No longer supported by the Apache Foundation. Use the 3.x branches instead. +EXPIRATION_DATE= 2014-08-18 RUN_DEPENDS= mvn:${PORTSDIR}/devel/maven-wrapper USE_JAVA= yes >Release-Note: >Audit-Trail: >Unformatted: