diff options
author | agc <agc@pkgsrc.org> | 2003-12-19 12:25:02 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-12-19 12:25:02 +0000 |
commit | a4501a4216a9090e197cf24529e08f1e0f9d3870 (patch) | |
tree | be2cfafd5b8a20e3a3208397bd5704dd929433a2 /net/socks5 | |
parent | 7f99714885590884759e80cd3ecdbb64126d50b9 (diff) | |
download | pkgsrc-a4501a4216a9090e197cf24529e08f1e0f9d3870.tar.gz |
Bump PKGREVISION for varargs -> stdarg fixes.
Diffstat (limited to 'net/socks5')
-rw-r--r-- | net/socks5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index c5d9f4929e4..05c563ee97a 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.29 2003/10/18 12:36:07 cjep Exp $ +# $NetBSD: Makefile,v 1.30 2003/12/19 12:25:02 agc Exp $ # FreeBSD Id: Makefile,v 1.14 1997/08/28 06:49:06 obrien Exp # DISTNAME= socks5-v1_0r2 PKGNAME= socks5-1.0.2 -PKGREVISION= 2 +PKGREVISION= 3 WRKSRC= ${WRKDIR}/socks5-v1.0r2 CATEGORIES= net security MASTER_SITES= # empty -- manual fetch needed |