Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Apr 2014 21:17:25 GMT
From:      Patrick Abeya <wombat@marsupial.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/188533: [PATCH] Deprecate maven 2
Message-ID:  <201404122117.s3CLHP0E031829@cgiserv.freebsd.org>
Resent-Message-ID: <201404122120.s3CLK0va016125@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404122117.s3CLHP0E031829>