git: c8f957c25d56 - 2024Q3 - sysutils/screen*: Bump PORTREVISION for runtime fix
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 18 Aug 2024 13:25:11 UTC
The branch 2024Q3 has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c8f957c25d56334e9a1a517e3af7e2854f22c1db
commit c8f957c25d56334e9a1a517e3af7e2854f22c1db
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:58 +0000
sysutils/screen*: Bump PORTREVISION for runtime fix
92b0c9cdbef5 fixed a runtime issue. A PORTREVISION bump is required.
PR: 280868
(cherry picked from commit 41881861905e2368c69ea9596c1673f1e56bf5aa)
---
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/ \