diff options
author | cube <cube@pkgsrc.org> | 2004-03-31 10:24:50 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-03-31 10:24:50 +0000 |
commit | 20d8ff95c6eacf715fbdf9bc4e909c2efa74531e (patch) | |
tree | 2f6bbe7eb2f2fa018bf08a776b669d8842620dc6 /net/ppp-mppe | |
parent | 810476cae08e168cd1ab99ac96646e726445d1af (diff) | |
download | pkgsrc-20d8ff95c6eacf715fbdf9bc4e909c2efa74531e.tar.gz |
Note new version of OpenSSL.
Diffstat (limited to 'net/ppp-mppe')
-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 1947d9ca4b1..2745466940e 100644 --- a/net/ppp-mppe/Makefile +++ b/net/ppp-mppe/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2003/12/01 17:23:24 cube Exp $ +# $NetBSD: Makefile,v 1.25 2004/03/31 10:24:50 cube Exp $ DISTNAME= ppp-2.3.9 PKGNAME= ppp-mppe-2.3.9 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= ftp://cs.anu.edu.au/pub/software/ppp/ @@ -14,7 +14,7 @@ CONFLICTS+= ppp-2.* ONLY_FOR_PLATFORM= NetBSD-*-* -OPENSSL_VERS= 0.9.6l +OPENSSL_VERS= 0.9.6m OPENSSL_SRC= ${_PKGSRCDIR}/security/openssl/${WRKDIR:T}/openssl-${OPENSSL_VERS} HAS_CONFIGURE= yes |