diff options
author | imil <imil> | 2012-08-07 08:21:53 +0000 |
---|---|---|
committer | imil <imil> | 2012-08-07 08:21:53 +0000 |
commit | 1d816ffb223d4b9a9f6d133b28fc00adcf28b50b (patch) | |
tree | 39ed467a7e6f8c0718031fad12c27b404e8e1aa4 /www/nginx | |
parent | e62d0334130cebd061ebf01dab937cd995c04a8a (diff) | |
download | pkgsrc-1d816ffb223d4b9a9f6d133b28fc00adcf28b50b.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')
-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/ |