From 6a006f924d879d8a2e31ddfe4d4a5f44a38bd43c Mon Sep 17 00:00:00 2001 From: benoit Date: Sun, 23 Nov 2014 09:45:56 +0000 Subject: [PATCH] Update to pgpdump-0.29. ok ajacoutot@ --- security/pgpdump/Makefile | 4 ++-- security/pgpdump/distinfo | 7 ++----- security/pgpdump/patches/patch-Makefile_in | 16 ++++++++-------- 3 files changed, 12 insertions(+), 15 deletions(-) diff --git a/security/pgpdump/Makefile b/security/pgpdump/Makefile index 2f1da7553e3..d1a4d6a4c13 100644 --- a/security/pgpdump/Makefile +++ b/security/pgpdump/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.21 2013/10/11 23:50:53 naddy Exp $ +# $OpenBSD: Makefile,v 1.22 2014/11/23 09:45:56 benoit Exp $ COMMENT= PGP packet visualizer -DISTNAME= pgpdump-0.26 +DISTNAME = pgpdump-0.29 CATEGORIES= security HOMEPAGE= http://www.mew.org/~kazu/proj/pgpdump/ diff --git a/security/pgpdump/distinfo b/security/pgpdump/distinfo index 138528ed80a..16d0b16223a 100644 --- a/security/pgpdump/distinfo +++ b/security/pgpdump/distinfo @@ -1,5 +1,2 @@ -MD5 (pgpdump-0.26.tar.gz) = pr7vDJTgU9lacKzEo55cSA== -RMD160 (pgpdump-0.26.tar.gz) = o75jx6fHJG6UlU6UX3OruZkR51o= -SHA1 (pgpdump-0.26.tar.gz) = N83OtqcikZ9zCB+g02TEfGowxl8= -SHA256 (pgpdump-0.26.tar.gz) = a5TIZHzDFrZMarLiaCe/NTCooKHoCHambOvtTivpiV4= -SIZE (pgpdump-0.26.tar.gz) = 55341 +SHA256 (pgpdump-0.29.tar.gz) = YhXZr4Bjmf7HPYFzXPIM6RAzp6iagsQxjE0WWQg/9mM= +SIZE (pgpdump-0.29.tar.gz) = 62779 diff --git a/security/pgpdump/patches/patch-Makefile_in b/security/pgpdump/patches/patch-Makefile_in index 48c427cc860..05ea39c35f3 100644 --- a/security/pgpdump/patches/patch-Makefile_in +++ b/security/pgpdump/patches/patch-Makefile_in @@ -1,12 +1,12 @@ -$OpenBSD: patch-Makefile_in,v 1.5 2009/01/27 02:04:58 okan Exp $ ---- Makefile.in.orig Wed Jan 28 22:17:01 2004 -+++ Makefile.in Sun Jan 25 15:52:01 2009 -@@ -3,7 +3,7 @@ exec_prefix = @exec_prefix@ +$OpenBSD: patch-Makefile_in,v 1.6 2014/11/23 09:45:56 benoit Exp $ +--- Makefile.in.orig Fri Aug 1 05:36:50 2014 ++++ Makefile.in Sat Nov 22 23:36:54 2014 +@@ -3,7 +3,7 @@ bindir = @bindir@ - mandir = @mandir@/man1 + mandir = @mandir@ LIBS = @LIBS@ --CFLAGS = @CFLAGS@ -O -+CFLAGS = @CFLAGS@ +-CFLAGS = @CFLAGS@ -O -Wall ++CFLAGS = @CFLAGS@ -Wall LDFLAGS = @LDFLAGS@ + VERSION = `git tag | tail -1 | sed -e 's/v//'` - RM = rm -f