diff options
author | cube <cube> | 2003-10-14 19:22:55 +0000 |
---|---|---|
committer | cube <cube> | 2003-10-14 19:22:55 +0000 |
commit | d7cc786702c72a3cf5af2dd4507a988f25d49696 (patch) | |
tree | 4c3630b8e180878fba2df4bd634b39116deb031b /net | |
parent | a24435694ba43e35f5394c43d53acc487e9b559a (diff) | |
download | pkgsrc-d7cc786702c72a3cf5af2dd4507a988f25d49696.tar.gz |
Allow this package to build again (it has to track security/openssl
version changes, without need for a PKGREVISION bump, though).
Take over maintainership, as agreed with dbj@.
Diffstat (limited to 'net')
-rw-r--r-- | net/ppp-mppe/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ppp-mppe/Makefile b/net/ppp-mppe/Makefile index 38ae603defe..fad52f0e258 100644 --- a/net/ppp-mppe/Makefile +++ b/net/ppp-mppe/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.18 2003/09/15 16:27:55 jmmv Exp $ +# $NetBSD: Makefile,v 1.19 2003/10/14 19:22:55 cube Exp $ DISTNAME= ppp-2.3.9 PKGNAME= ppp-mppe-2.3.9 CATEGORIES= net MASTER_SITES= ftp://cs.anu.edu.au/pub/software/ppp/ -MAINTAINER= dbj@NetBSD.org +MAINTAINER= cube@NetBSD.org HOMEPAGE= http://www.moretonbay.com/vpn/releases/ COMMENT= PPP daemon and LKM with MPPE - Microsoft Point-to-Point Encryption CONFLICTS+= ppp-2.* -OPENSSL_VERS= 0.9.6g +OPENSSL_VERS= 0.9.6k OPENSSL_SRC= ${_PKGSRCDIR}/security/openssl/${WRKDIR:T}/openssl-${OPENSSL_VERS} HAS_CONFIGURE= yes |