From 9258cab80be0a1d74da5c9635eda1ca4e2bb966d Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sun, 11 Nov 2018 09:31:07 +0100 Subject: [PATCH] editors/nano: sync with upstream Taken from: HardenedBSD --- editors/nano/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 74e5c0527bb..71bb3f01eb6 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -3,6 +3,7 @@ PORTNAME= nano PORTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://www.nano-editor.org/dist/v${PORTVERSION:R}/ GNU