diff options
author | roam <roam@FreeBSD.org> | 2001-01-10 15:22:04 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-01-10 15:22:04 +0800 |
commit | 5683e4cbb65436429548c0d603846fbe7c2b9160 (patch) | |
tree | 565b447c69e484e9a2f213c7c25569c87a583afc /security | |
parent | 54fc5ce9893169a4b3c67a4247452189f1a4b1f7 (diff) | |
download | freebsd-ports-gnome-5683e4cbb65436429548c0d603846fbe7c2b9160.tar.gz freebsd-ports-gnome-5683e4cbb65436429548c0d603846fbe7c2b9160.tar.zst freebsd-ports-gnome-5683e4cbb65436429548c0d603846fbe7c2b9160.zip |
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 |