diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-01-10 07:22:04 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-01-10 07:22:04 +0000 |
commit | 48bdb57778bb4f835476c49301223052337628eb (patch) | |
tree | 684bb7a89b4f8739179305b1bf57a925c69a767f /security | |
parent | Cursor movement and words wrapping aren't hacked if compiled with gnome. (diff) |
Update to 2.0.6. Also fix the WRKSRC setting so that it is independent
of PORTVERSION.
Submitted by: maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/sslwrap/Makefile | 4 | ||||
-rw-r--r-- | security/sslwrap/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/sslwrap/Makefile b/security/sslwrap/Makefile index fe99fad94b32..79b9253366e9 100644 --- a/security/sslwrap/Makefile +++ b/security/sslwrap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sslwrap -PORTVERSION= 2.0.5 +PORTVERSION= 2.0.6 CATEGORIES= security MASTER_SITES= http://www.rickk.com/sslwrap/ DISTNAME= ${PORTNAME} @@ -15,7 +15,7 @@ MAINTAINER= ZGabor@CoDe.HU USE_OPENSSL= YES -WRKSRC= ${WRKDIR}/sslwrap205 +WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//g} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sslwrap ${PREFIX}/bin/sslwrap diff --git a/security/sslwrap/distinfo b/security/sslwrap/distinfo index 455a9323f8e5..951a0d3f10c6 100644 --- a/security/sslwrap/distinfo +++ b/security/sslwrap/distinfo @@ -1 +1 @@ -MD5 (sslwrap.tar.gz) = 1aaccd6cd4c0822f798ff67061d0c90d +MD5 (sslwrap.tar.gz) = 5a09f966f9114a108572f70a57bafdf7 |