diff options
author | krion <krion@FreeBSD.org> | 2004-04-11 01:36:02 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-04-11 01:36:02 +0800 |
commit | 72527a6c26962eec63d8c7ce78e4139d140280f2 (patch) | |
tree | e87b317ca2a154f6a243603fb3950db717a8dbfe /net/Makefile | |
parent | 0530afff5a0952aab3aa7199e518e9e93629c350 (diff) | |
download | freebsd-ports-graphics-72527a6c26962eec63d8c7ce78e4139d140280f2.tar.gz freebsd-ports-graphics-72527a6c26962eec63d8c7ce78e4139d140280f2.tar.zst freebsd-ports-graphics-72527a6c26962eec63d8c7ce78e4139d140280f2.zip |
Add pppd23 2.3.11,
This is port for version 2.3.11 of pppd (includes also chat and
pppstats). Version 2.3.11 is last in 2.3 branch (last which
supports BSD systems from box). Base system contains version
2.3.5 which is waaay outdated. Port is called pppd23 to
distinct from possibly following port for 2.4.*.
It seems that almost all PRs for basesystem pppd are fixed in
2.3.11.
PR: ports/65398
Submitted by: Valentin Nechayev <netch@netch.kiev.ua>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index bafd104233e..64b70545357 100644 --- a/net/Makefile +++ b/net/Makefile @@ -502,6 +502,7 @@ SUBDIR += poptop SUBDIR += pork SUBDIR += portfwd + SUBDIR += pppd23 SUBDIR += pppload SUBDIR += pppoa SUBDIR += ppptraf |