mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
update to pgpdump-0.37
This commit is contained in:
@@ -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 <bsd.port.mk>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 = \
|
||||
|
||||
Reference in New Issue
Block a user