diff options
author | imil <imil@pkgsrc.org> | 2012-08-07 08:21:53 +0000 |
---|---|---|
committer | imil <imil@pkgsrc.org> | 2012-08-07 08:21:53 +0000 |
commit | 4523a37eba63f68999dea368f618d199d444e8af (patch) | |
tree | 39ed467a7e6f8c0718031fad12c27b404e8e1aa4 /www/nginx/Makefile | |
parent | 1e6c0207866711d9eeb414e9cc59f2bd9f7964f5 (diff) | |
download | pkgsrc-4523a37eba63f68999dea368f618d199d444e8af.tar.gz |
While we are not supposed to revbump for a module that does not affect
standard package, that naxsi update is rather critical, people using that
option should upgrade.
Diffstat (limited to 'www/nginx/Makefile')
-rw-r--r-- | www/nginx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index e901974bcf1..c8bc2057e6f 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.22 2012/04/21 10:32:47 imil Exp $ +# $NetBSD: Makefile,v 1.23 2012/08/07 08:21:53 imil Exp $ DISTNAME= nginx-1.0.15 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ DISTFILES= ${DEFAULT_DISTFILES} +PKGREVISION= 1 MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://nginx.org/ |