From 95263ca4fb8069f91759c6eac54783daa1dd588c Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Sun, 22 Dec 2024 21:28:12 +0100 Subject: [PATCH] ftp/proftpd: bump PORTREVISION to fix build of module ports --- ftp/proftpd/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index eea8314adf6c..83daada4f34e 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -1,6 +1,7 @@ PORTNAME?= proftpd .if !defined(DISTVERSION) PORTVERSION?= ${PROFTPD_VERSION} +PORTREVISION?= 1 .endif CATEGORIES?= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \