From 23933db3c5cc70ee8883d2b5bf51f9e5108bd463 Mon Sep 17 00:00:00 2001 From: sthen Date: Thu, 12 Feb 2026 09:27:30 +0000 Subject: [PATCH] update to pgpdump-0.37 --- security/pgpdump/Makefile | 9 +-------- security/pgpdump/distinfo | 4 ++-- security/pgpdump/patches/patch-Makefile_in | 18 +++++++++--------- 3 files changed, 12 insertions(+), 19 deletions(-) diff --git a/security/pgpdump/Makefile b/security/pgpdump/Makefile index 0ff19cd12c8..935f5f80bc4 100644 --- a/security/pgpdump/Makefile +++ b/security/pgpdump/Makefile @@ -1,6 +1,6 @@ COMMENT= PGP packet visualizer -DISTNAME= pgpdump-0.36 +DISTNAME= pgpdump-0.37 CATEGORIES= security # https://github.com/kazu-yamamoto/pgpdump @@ -15,11 +15,4 @@ SITES= ${HOMEPAGE} CONFIGURE_STYLE= gnu -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pgpdump ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/pgpdump.1 ${PREFIX}/man/man1 - -do-test: - ${WRKSRC}/data/test.sh -v - .include diff --git a/security/pgpdump/distinfo b/security/pgpdump/distinfo index fc9b86b7cfc..3296940c54e 100644 --- a/security/pgpdump/distinfo +++ b/security/pgpdump/distinfo @@ -1,2 +1,2 @@ -SHA256 (pgpdump-0.36.tar.gz) = Cbcw2HFldjIi4shkVOVWXKcAMWGlwnU4bYLZOQupmlo= -SIZE (pgpdump-0.36.tar.gz) = 77084 +SHA256 (pgpdump-0.37.tar.gz) = DKXvv7Q8+kD2yP6hLQ1Xk5Bzmr1EwgdKZPIK+pYfNmc= +SIZE (pgpdump-0.37.tar.gz) = 143972 diff --git a/security/pgpdump/patches/patch-Makefile_in b/security/pgpdump/patches/patch-Makefile_in index 662a4660a8e..26d6761c522 100644 --- a/security/pgpdump/patches/patch-Makefile_in +++ b/security/pgpdump/patches/patch-Makefile_in @@ -1,12 +1,12 @@ Index: Makefile.in --- Makefile.in.orig +++ Makefile.in -@@ -3,7 +3,7 @@ exec_prefix = @exec_prefix@ - bindir = @bindir@ - mandir = @mandir@ - LIBS = @LIBS@ --CFLAGS = @CFLAGS@ -O -Wall -+CFLAGS = @CFLAGS@ -Wall - LDFLAGS = @LDFLAGS@ - CC = @CC@ - VERSION = `git tag | tail -1 | sed -e 's/v//'` +@@ -498,7 +498,7 @@ target_alias = @target_alias@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-AM_CFLAGS = -O -Wall ++AM_CFLAGS = -Wall + EXTRA_DIST = $(TESTS) $(TESTS:.res=) test/test \ + build-aux/git-version-gen + pgpdump_SOURCES = \