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 | fe25a609d3f35d4aa05a69125e222eef16a4756f (patch) | |
tree | 9c48b416e994fb8fdd5f85bf6d6e529087dbe0e1 /net/ppp-mppe/Makefile | |
parent | 13fa5d7135aafb92c97fda9cd841e643d473a56f (diff) | |
download | pkgsrc-fe25a609d3f35d4aa05a69125e222eef16a4756f.tar.gz |
Bump PKGREVISION after last commit (fix for a connection hanging bug).
Diffstat (limited to 'net/ppp-mppe/Makefile')
-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/ |