diff options
Diffstat (limited to 'www/unit/Makefile')
-rw-r--r-- | www/unit/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/unit/Makefile b/www/unit/Makefile index c331b0fb8614..bc95e8aa24db 100644 --- a/www/unit/Makefile +++ b/www/unit/Makefile @@ -1,10 +1,13 @@ PORTNAME= unit PORTVERSION= ${UNIT_VERSION} -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES?= https://unit.nginx.org/download/ DISTFILES?= ${PORTNAME}-${PORTVERSION}.tar.gz +PATCH_SITES= https://github.com/nginx/unit/commit/ +PATCHFILES= 08e552581d2f56d56ad369a222497138a4e41eff.patch:-p1 + MAINTAINER= osa@FreeBSD.org COMMENT?= Dynamic web application server WWW= https://unit.nginx.org |