diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-07-12 10:44:52 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-07-12 10:44:52 +0000 |
commit | 7d41b7184392a69250c169ae13ca4c01865934cb (patch) | |
tree | 32a787631a0e2f2e2b7c531a3ca775e8ea53cccb /net/vsftpd | |
parent | 812729303907f51e200ec1d6577074779c466a73 (diff) | |
download | pkgsrc-7d41b7184392a69250c169ae13ca4c01865934cb.tar.gz |
Bump PKGREVISION of all packages which create users, to pick up change of
sysutils/user_* packages.
Diffstat (limited to 'net/vsftpd')
-rw-r--r-- | net/vsftpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/vsftpd/Makefile b/net/vsftpd/Makefile index 8f2fcd170b1..befd250dca9 100644 --- a/net/vsftpd/Makefile +++ b/net/vsftpd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.38 2013/07/05 14:47:41 jperkin Exp $ +# $NetBSD: Makefile,v 1.39 2013/07/12 10:45:01 jperkin Exp $ # DISTNAME= vsftpd-2.3.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= http://security.appspot.com/downloads/ \ ${MASTER_SITE_LOCAL} |