git: 0a0c97634274 - main - devel/avalon-framework: Remove deprecation notice

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 31 Jul 2022 18:10:13 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0a0c976342746bd73a93f9c7f9635b54fdfe0f14

commit 0a0c976342746bd73a93f9c7f9635b54fdfe0f14
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-31 18:03:23 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-31 18:10:11 +0000

    devel/avalon-framework: Remove deprecation notice
    
    The deprecation notice was added by mistake.
    
    avalon-framework is used by math/scilab. SciLab is a major
    software package for systems modeling, visualization, numeric
    analysis, etc.
    
    SciLab is used in multiple industries, and I am sure that
    it has FreeBSD users. GUI is its main feature and it can't be
    deprecated.
    
    Its dependency (devel/avalon-framework) can't be deprecated
    just because it was abandoned upstream. It is buildable and
    runnable, and should stay for the time being.
    
    Approved by:    portmgr (blanket; correct mistake)
---
 devel/avalon-framework/Makefile | 3 ---
 math/scilab/Makefile            | 5 -----
 www/jmeter/Makefile             | 3 ---
 3 files changed, 11 deletions(-)

diff --git a/devel/avalon-framework/Makefile b/devel/avalon-framework/Makefile
index 56239db848bb..685fbf419b6d 100644
--- a/devel/avalon-framework/Makefile
+++ b/devel/avalon-framework/Makefile
@@ -7,9 +7,6 @@ MASTER_SITES=	https://archive.apache.org/dist/avalon/${PORTNAME}/binaries/
 MAINTAINER=	makc@FreeBSD.org
 COMMENT=	Apache Avalon core framework for component programming
 
-DEPRECATED=	Abandoned by upstream in 2010
-EXPIRATION_DATE=2022-03-31
-
 USE_JAVA=	yes
 NO_ARCH=	yes
 NO_BUILD=	yes
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index 456c7748112d..a34b2429ccbe 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -136,11 +136,6 @@ CONFIGURE_ARGS+=	--enable-debug
 FFLAGS+=	-fallow-argument-mismatch
 .endif
 
-.if ${PORT_OPTIONS:MGUI}
-DEPRECATED=	Depends on expired devel/avalon-framework
-EXPIRATION_DATE=2022-09-30
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} 's,/usr/local,${LOCALBASE},' ${WRKSRC}/etc/librarypath.xml
 	@${REINPLACE_CMD} -e 's, gfortran, ${FC},' ${WRKSRC}/modules/dynamic_link/src/scripts/configure
diff --git a/www/jmeter/Makefile b/www/jmeter/Makefile
index 11f9758f5226..ca0e8d563a82 100644
--- a/www/jmeter/Makefile
+++ b/www/jmeter/Makefile
@@ -9,9 +9,6 @@ COMMENT=	Functional behaviour load and performance test application
 
 LICENSE=	APACHE20
 
-DEPRECATED=	Depends on expired devel/avalon-framework
-EXPIRATION_DATE=2022-09-30
-
 # These are JAR-files installed by other ports. The list should keep
 # growing until all Java applications install just their own JARs -- not
 # the 3rd-party ones: