diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-15 13:00:33 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-15 13:01:44 +0000 |
commit | f2400abb5fcc6f7bb9960d9f262aea55716f6e29 (patch) | |
tree | a2d5c4ee5ab3ea67054b0f118a5492981ac9cb03 | |
parent | 591a0e909d38e20c4f462c09e49846c3188a7f0c (diff) |
editors/bless: Fix pkg version going backwords
Approved by: portmgr (blanket)
-rw-r--r-- | editors/bless/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/bless/Makefile b/editors/bless/Makefile index bae998497337..d439fffea26b 100644 --- a/editors/bless/Makefile +++ b/editors/bless/Makefile @@ -1,5 +1,6 @@ PORTNAME= bless PORTVERSION= 0.6.3 +PORTEPOCH= 1 DISTVERSIONPREFIX= v CATEGORIES= editors |