ports/188533: [PATCH] Deprecate maven 2

Patrick Abeya wombat at marsupial.org
Sat Apr 12 21:20:01 UTC 2014


>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 at 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 at FreeBSD.org
+MAINTAINER=	wombat at 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:


More information about the freebsd-ports-bugs mailing list