Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Aug 2023 09:03:42 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6784aa5d0139 - main - sysutils/sysrc: Mark DEPRECATED
Message-ID:  <202308270903.37R93gGh046380@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6784aa5d013925b0c56c541edb35708c44b08d67

commit 6784aa5d013925b0c56c541edb35708c44b08d67
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-27 01:46:58 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-27 09:03:23 +0000

    sysutils/sysrc: Mark DEPRECATED
    
    - All supported versions of FreeBSD has this into the base system. So no
      point having a port whereas the version of src is more recent then the
      one in the port.
    - Set EXPIRATION_DATE to 2023-09-27
    
    Approved by:    portmgr (blanket)
---
 sysutils/sysrc/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sysutils/sysrc/Makefile b/sysutils/sysrc/Makefile
index 7b8e0aeffb1b..b94a30f1a898 100644
--- a/sysutils/sysrc/Makefile
+++ b/sysutils/sysrc/Makefile
@@ -9,6 +9,9 @@ WWW=		http://druidbsd.sourceforge.net/
 
 LICENSE=	BSD2CLAUSE
 
+DEPRECATED=	Migrated into src
+EXPIRATION_DATE=	2023-09-27
+
 NO_BUILD=	yes
 
 do-install:



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