diff options
author | khorben <khorben@pkgsrc.org> | 2019-10-22 16:37:05 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2019-10-22 16:37:05 +0000 |
commit | 3e83fbfff0e1254d78f8715d24d4b1dd0f4af9da (patch) | |
tree | 8063ea64ed4224d198a205f4543e830b3f8c795c /security/pev/Makefile | |
parent | b7728cad646bcedd8b7f4aa092cf3764e585f8a6 (diff) | |
download | pkgsrc-3e83fbfff0e1254d78f8715d24d4b1dd0f4af9da.tar.gz |
Update pev to version 0.80
The new patches fix compatibility with OpenSSL 1.1.0, and attempt to fix
the build on FreeBSD, NetBSD, and OpenBSD. It does not link on NetBSD
(like the previous version, 0.70) but it does on macOS.
There was no changelog upstream.
Diffstat (limited to 'security/pev/Makefile')
-rw-r--r-- | security/pev/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/pev/Makefile b/security/pev/Makefile index f2a50bb1a60..51b9cfbafb4 100644 --- a/security/pev/Makefile +++ b/security/pev/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2016/03/05 11:29:24 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2019/10/22 16:37:05 khorben Exp $ # -DISTNAME= pev-0.70 -PKGREVISION= 1 +DISTNAME= pev-0.80 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pev/} |