git: c11203465b63 - main - */plan: fix portrevision bump
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Jan 2024 13:13:09 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c11203465b63c7f1ed48a4eed6b1f3f265a6d512
commit c11203465b63c7f1ed48a4eed6b1f3f265a6d512
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-01-10 12:59:52 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-01-10 13:13:03 +0000
*/plan: fix portrevision bump
---
deskutils/plan/Makefile | 2 +-
japanese/plan/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/deskutils/plan/Makefile b/deskutils/plan/Makefile
index a9e9f1c6c01d..949193b6f17d 100644
--- a/deskutils/plan/Makefile
+++ b/deskutils/plan/Makefile
@@ -2,7 +2,7 @@
PORTNAME= plan
PORTVERSION= 1.12
-PORTREVISION= 1
+PORTREVISION?= 1
CATEGORIES+= deskutils
MASTER_SITES= https://cschubert.com/distfiles/plan/ \
ftp://ftp.bitrot.de/pub/plan/ \
diff --git a/japanese/plan/Makefile b/japanese/plan/Makefile
index 1850dabcb71a..60e7e9a7b2bf 100644
--- a/japanese/plan/Makefile
+++ b/japanese/plan/Makefile
@@ -1,6 +1,6 @@
PORTNAME= plan
PORTVERSION= 1.9
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= japanese
MAINTAINER= ports@FreeBSD.org