diff options
author | cube <cube@pkgsrc.org> | 2003-12-01 17:23:24 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2003-12-01 17:23:24 +0000 |
commit | 2fb77fcc013e8c760420128f55d154d42b886576 (patch) | |
tree | 9c48b416e994fb8fdd5f85bf6d6e529087dbe0e1 /net | |
parent | bb8b927f0e31ffbfb8152646286d61ba617bf7e0 (diff) | |
download | pkgsrc-2fb77fcc013e8c760420128f55d154d42b886576.tar.gz |
Bump PKGREVISION after last commit (fix for a connection hanging bug).
Diffstat (limited to 'net')
-rw-r--r-- | net/ppp-mppe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ppp-mppe/Makefile b/net/ppp-mppe/Makefile index 623c8b80ba4..1947d9ca4b1 100644 --- a/net/ppp-mppe/Makefile +++ b/net/ppp-mppe/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2003/11/12 05:25:45 cube Exp $ +# $NetBSD: Makefile,v 1.24 2003/12/01 17:23:24 cube Exp $ DISTNAME= ppp-2.3.9 PKGNAME= ppp-mppe-2.3.9 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= ftp://cs.anu.edu.au/pub/software/ppp/ |