git: 41881861905e - main - sysutils/screen*: Bump PORTREVISION for runtime fix
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 18 Aug 2024 13:24:31 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=41881861905e2368c69ea9596c1673f1e56bf5aa commit 41881861905e2368c69ea9596c1673f1e56bf5aa Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2024-08-18 13:20:27 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2024-08-18 13:24:16 +0000 sysutils/screen*: Bump PORTREVISION for runtime fix 92b0c9cdbef5 fixed a runtime issue. A PORTREVISION bump is required. PR: 280868 MFH: 2024Q4 --- sysutils/screen-devel/Makefile | 1 + sysutils/screen/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/screen-devel/Makefile b/sysutils/screen-devel/Makefile index fef590ffacc8..eba60db63e0c 100644 --- a/sysutils/screen-devel/Makefile +++ b/sysutils/screen-devel/Makefile @@ -1,5 +1,6 @@ PORTNAME= screen DISTVERSION= 5.0.0.${SCREEN_COMMIT_DATE} +PORTREVISION= 1 CATEGORIES= sysutils PKGNAMESUFFIX= -devel MASTER_SITES= # diff --git a/sysutils/screen/Makefile b/sysutils/screen/Makefile index 52dfb4145ab1..a6958eede5f7 100644 --- a/sysutils/screen/Makefile +++ b/sysutils/screen/Makefile @@ -1,6 +1,6 @@ PORTNAME= screen PORTVERSION= 4.9.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= GNU \ ftp://ftp.gnu.org/gnu/screen/ \